Re: Patented algorithm in FreeBSD

2001-06-11 Thread Matt Dillon
these days. Remember the idiot who patented the +/-50 2-digit year rule? Again, nothing to worry about here. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Patented algorithm in FreeBSD

2001-06-11 Thread Matt Dillon
rly stupid to go after anyone in regards to this particular patent, because the prior art is so obvious. But, then again, this guy patented something that had prior art for years before his patent so maybe he's just that stupid :-( -

Re: Patented algorithm in FreeBSD

2001-06-11 Thread Matt Dillon
a huge library of prior-art to help us fight these idiots. Go open source! -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Patented algorithm in FreeBSD

2001-06-11 Thread Matt Dillon
both pointing at the same point, let the cat follow it around a bit, then split them into two different dots going opposite directions. If you have two cats get one following each dot, then collide the dots. -Matt To Unsubscr

Re: import NetBSD rc system

2001-06-11 Thread Matt Dillon
er the run level) to a master set of startup files. Blech. Yuch. Ptooey! -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: signal(SIGCHLD, SIG_IGN) patch solving SUSv2 compatibility issue

2001-06-12 Thread Matt Dillon
: :David Malone wrote (2001/06/11): :> On Sun, Jun 10, 2001 at 05:20:50PM -0700, Peter Wemm wrote: :> > I agree totally. This should have been done ages ago, I've been burned on :> > it a few times, but never badly enough to go fix it. :> :> I've committed this

Re: NFS : nfsiod scheduling

2001-06-12 Thread Matt Dillon
esses. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: signal(SIGCHLD, SIG_IGN) patch solving SUSv2 compatibility issue

2001-06-13 Thread Matt Dillon
h Cejka - the first patch was pretty good but didn't quite hit the mark and now we have a new candidate patch that seems to cover all the bases, which David Malone is reviewing and will probably commit to -current (and me to stable afterwords).

Re: signal(SIGCHLD, SIG_IGN) patch solving SUSv2 compatibility issue

2001-06-14 Thread Matt Dillon
:Matt Dillon wrote: :> The issue here is first: since we are fixing a bug we might :> as well be as compatible as possible with other platforms and, :> second: on general principles it does make sense to keep SIG_IGN :> operation independant from the newer SA_NOCLDWA

Re: import NetBSD rc system

2001-06-14 Thread Matt Dillon
: :On Thu, 14 Jun 2001, Matt Dillon wrote: : :>My advise: First make it work. THEN make it work better. : : Excellent advice, as long as you don't skip the steps of :appropriately defining the problem domain and evaluating all of the :possible solutions for it. Well, now

Re: import NetBSD rc system

2001-06-14 Thread Matt Dillon
My advise: First make it work. THEN make it work better. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Sysadmin article

2001-06-15 Thread Matt Dillon
ty good indication of how biased they were. I'll bet they didn't even bother compiling up a kernel... something that is utterly trivial in a FreeBSD system, and if they did they certainly didn't bother tuning it. -Matt To U

Re: Sysadmin article

2001-06-15 Thread Matt Dillon
insane. But for 4.2 it was turned off. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Sysadmin article

2001-06-15 Thread Matt Dillon
:Of course, assuming dirpref and Ian's new directory cache have been MFC'd :by the time 4.4 comes out, it will scream on that same benchmark. : :Mike "Silby" Silbersack Yup! Even without dirpref. -Matt To Unsubscribe:

Re: high cpu spikes

2001-06-15 Thread Matt Dillon
ut what is deleting or overwriting the file and make it rename the file to something else instead, then have a cron job that goes in every so often and deletes the renamed files over X amount of time old. -Matt To Unsubscribe: send mail

Re: Article: Network performance by OS

2001-06-16 Thread Matt Dillon
vironments. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Article: Network performance by OS

2001-06-16 Thread Matt Dillon
ctually running that kind of load had better be able to afford (or be) a sysop who at least knows his ass from a hot rock! -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Article: Network performance by OS

2001-06-16 Thread Matt Dillon
ested in keeping the integrity of the machine as a whole together then it is tuning itself to match some idiot who thinks he is gods own gift to humanity running a benchmark. -Matt To Unsubscribe: send mail to [EMAIL PROTECTE

Re: Article: Network performance by OS

2001-06-16 Thread Matt Dillon
ds on the default configuration of their systems and anyone who isn't willing to maintain them after they've been installed is throwing away money. Lots of money. It's that simple. If your IT department isn't up to the task then maybe you should consider firing

Re: Article: Network performance by OS

2001-06-17 Thread Matt Dillon
some time tuning it, then the only thing wrong with the picture is *you*, Not the machine, Not the OS... but you. Don't blame your problems on the machine if you aren't willing to lift a finger learning how it works. -Matt :This is

Re: poll(2)'s arbitrary limit

2001-06-17 Thread Matt Dillon
accept()ing them in a tight loop is in fact more cpu-efficient then waking up the process for each one. You get this effect under heavier loads whether you are using select(), poll(), or kqueue(). -Matt To Unsubscribe: send mail to [E

Re: Article: Network performance by OS

2001-06-17 Thread Matt Dillon
W2K box operating, the amount of work it takes to upgrade one, and the amount of work it takes to fix one when something breaks. (remainder removed) -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Anyone see todays Wall Street Journal article: Microsoft UsingFree Software (or something to that effect)

2001-06-18 Thread Matt Dillon
pcorn? -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: max kernel memory

2001-06-18 Thread Matt Dillon
'm sure people who run 4G machines can give you better information, I've never run anything larger then 2G myself, though expect down the line I'll begin needing 4G machines to support larger databases. -Matt To Unsubscribe: send mai

Re: max kernel memory

2001-06-18 Thread Matt Dillon
are serving web pages and the pages do not fit entirely in ram, you are likely to hit disk I/O limitations long before you hit network/cpu limitations. Etc. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: max kernel memory

2001-06-19 Thread Matt Dillon
kernel modules. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: max kernel memory

2001-06-19 Thread Matt Dillon
: :On Tue, 19 Jun 2001, Matt Dillon wrote: : :> to handle more then 250 requests/sec. With the connection load you :> want to handle, the chance of the data being cacheable in ram is :> fairly low. So a disk-based caching proxy will drop connection :> performance b

Re: max kernel memory

2001-06-20 Thread Matt Dillon
: :On Wed, 20 Jun 2001, Matt Dillon wrote: : :> This is fairly easy to do. You can use SO_SNDBUF and SO_RCVBUF :> socket opts to adjust the tcp buffer space. You can make the default :> small and receive-centric and when you think you've got a good :> connectio

Re: max kernel memory

2001-06-20 Thread Matt Dillon
: :On Wed, Jun 20, 2001 at 12:04:22AM -0700, Matt Dillon wrote: :> :> A web proxy could be :> round-robined fairly easily, but for a mail relay it is often a good :> idea to split the incoming and outgoing mail into two separate round :> robins (two separate gro

Re: isp driver not 64 bit?

2004-11-29 Thread Matt Emmerton
u built & run a kernel compiled with "options CAMDEBUG" ? This may provide more insight into where things are going wrong. -- Matt Emmerton ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: isp driver not 64 bit?

2004-12-01 Thread Matt Emmerton
- Original Message - From: "Dan Nelson" <[EMAIL PROTECTED]> To: "David Gilbert" <[EMAIL PROTECTED]> Cc: "Matt Emmerton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, Nov

poll or select for ppi?

2005-03-14 Thread Matt Kory
Is it possible to use poll or select to detect a change in the status bits of the parallel port? I tried something like this, and took bits 5 and 6 of the status register low and nothing seemed to happen. Is what I am trying to do even possible, or I am supposed to take a certain bit low to cause

Re: vmstat reporting incorrect cpu usage

2005-06-04 Thread Matt Emmerton
happen for anyone else? (Mabe someone running 5.4 can test > this?) The first line is the average since the system was last booted; all other lines are instantaneous. -- Matt Emmerton ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RFC: porting NetBSD fsdb enhancements to FreeBSD

2005-10-27 Thread Matt Emmerton
n/fsdb/fsdb.c.diff?r1=1.24&r2=1.25&f=h Is this something that folks would like to see on FreeBSD? I've got RELENG_5_4 and RELENG_6_0 boxes here in my office so I can whip up the patches and do some testing in short order. Regards, -- Matt Emmerton _

Re: buildworld summary

2000-06-22 Thread Matt Loschert
tell me. Thanks. > > Tony. > -- > f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED] > 356 pungent unguent for stump-itch > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message I think you are ref

Re: PR 18593: *is* VOP_LOOKUP a 'VFS entry point' ?

2000-07-16 Thread Matt Dillon
Committers who mess with VOP_LOOKUP (docs or otherwise), and make a mistake, are automatically pardoned due to the fact that VOP_LOOKUP is massively convoluted and messy that it has been known to be mistaken for a turkish artichoke at times.

Re: rfork(RFMEM) behaviour

2000-07-17 Thread Matt Dillon
ause page table sharing is not possible between cpu's under 3.x. Under 3.x UP there isn't a problem. Under 4.x there is no problem (UP or SMP). -Matt : :--- : : :#include :#include : :

Re: clearing pages in the idle loop

2000-07-21 Thread Matt Dillon
x27;t even bother to zero that area... UNTIL that particular page is mapped by some user process. That is the point where the partial page-zeroing code comes into play. It has nothing to do with the idle loop pre-zeroing but since its a generic routine (part of the VM core), the idle

Re: Intel 840 Chipset Discontinue

2000-07-21 Thread Matt Dillon
t all the speed, resolution, and color depth you'll ever need for X short of playing hardcore games. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: clearing pages in the idle loop

2000-07-22 Thread Matt Dillon
ause interactive loads tend not to allocate memory at a high rate, so the hysteresis points do not get hit as often. Hmm. Maybe there's a bug in the hysteresis calculation, I'll check it out. -Matt :> In regards to

Re: RE: what to do about /tmp

2000-08-18 Thread Matt Dillon
: :Matt, : :I noticed /tmp and /var/tmp are used slightly differently, for example, the :contents of /tmp are not expected to survive a reboot, while /var/tmp is :used for files you might need after a crash, like vi recovery files. This may have been true at one time in the past, but these

re: what to do about /tmp

2000-08-15 Thread Matt Dillon
:basically obsolete. As I understood it, the regular file system has :sophisticated caching built in and effectively acts like a memory file :.. : :I noticed Matt Dillon wrote a handbook section on the VM system at :http://www.freeBSD.org/handbook/internals-vm.html that includes :some info on

sound and gdk errors

2000-09-20 Thread Matt Bettinger
lization xinetd[204] : open (/etc/xinetd.conf) failed:no such file or directory (errno=2) xinetd [204]: {init_services} couldn't get confiduration. Exit xinetd. thank you for any insight. sorry if this is not wrapped right, as i am using work email via the web. Matt mail.insync.net

snd0 gdk/gtk errors

2000-09-20 Thread Matt Bettinger
you for any insight. sorry if this is not wrapped right, as i am > using work > email via the web. > Matt > mail.insync.net Matthew Bettinger Financial Synergies,Inc. 1177 West Loop South, Suite 1400 Houston,Texas 77027-9086 713-623-6600 713-623-6771 FAX BEGIN:VCARD VERSION:2

Re: diskless workstation

2000-09-20 Thread Matt Dillon
byte order, the conversion is necessary. If this fixes Danny's problems, and doesn't break anyone else (Paul?), I'd say it should be committed. -Matt :Umm.. I'm using the netboot just fine here for the ports cluster and

Re: dhcp boot was: Re: diskless workstation

2000-09-21 Thread Matt Dillon
erical IP: option root-path "999.999.99.99:/"; option option-128 "999.999.99.99:/images/swap"; -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: dhcp boot was: Re: diskless workstation

2000-09-21 Thread Matt Dillon
:You can specify swap paritions with dhcpd just fine, just use :the the numerical IP: : :option root-path "999.999.99.99:/"; :option option-128 "999.999.99.99:/images/swap"; : : -Matt You know, my writte

irq

2000-10-18 Thread Matt Bettinger
irq other than that things seem to be running fine with a stray irq or not. ;-> matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: NFS/VM deadlock report and help request

2000-10-20 Thread Matt Dillon
owing patch, though it might take more fiddling :to get it right. : :(The patch is by Ian Dowse, Matt Dillon had a quick look at it and said :it looked OK, we've been testing it for a bit here). : : David. Ah yes, that problem... if Ian's patch solves the problem for Vadim, I thin

Re: vm_pageout_scan badness

2000-10-24 Thread Matt Dillon
rom locking up large files that have lots of dirty pages for long periods of time. -Matt : :Matt, I'm not sure if Paul mailed you yet so I thought I'd take the :initiative of bugging you about some reported problems (lockups) :when d

Re: vm_pageout_scan badness

2000-10-24 Thread Matt Dillon
formation to come up with something good. -Matt :-Alfred : To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: vm_pageout_scan badness

2000-10-24 Thread Matt Dillon
erned by max_page_launder. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: vm_pageout_scan badness

2000-10-25 Thread Matt Dillon
pages in the system then you would normally be able to have. This 'feature' has had the unfortunate side effect of screwing up the pageout daemon's algorithms, but that's fixable. -Matt To Unsubscribe: send mail to [EMAIL PROTECTE

VM pager patch (was Re: vm_pageout_scan badness)

2000-10-25 Thread Matt Dillon
elease is rolled before I commit it or whatever the final patch winds up looking like. -Matt Index: vm_page.c === RCS file: /home/ncvs/src/sys/vm/vm_page.c,v retrieving revision 1.147.2.3 diff

Re: vm_pageout_scan badness

2000-10-26 Thread Matt Dillon
:On Tue, Oct 24, 2000 at 01:10:19PM -0700, Matt Dillon wrote: :> Ouch. The original VM code assumed that pages would not often be :> ripped out from under the pageadaemon, so it felt free to restart :> whenever. I think you are absolutely correct in regards to the :>

Re: Filesystem holes

2000-10-29 Thread Matt Dillon
are useful only in very, very, very specialized circumstances. In all other circumstances they are no better then a pain in the rear. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Filesystem holes

2000-10-29 Thread Matt Dillon
ed, :> so you do not have to preallocate or prereserve file space. : :So will address calculation + filesystem holes, and sufficiently large :filesizes :-) Uh, not with a 50:1 file size factor it won't. -Matt To Unsubscribe: send mail to [

Re: Filesystem holes

2000-10-29 Thread Matt Dillon
:Hi, Matt! Thanks for the replies. I'll try and keep you interested ;-) : :Hmm... Perhaps you're still missing my original point? I'm talking about :a file with 96GB in addressable bytes (well, probably a bunch of files, :given logical filesize limitations, but let's say f

Re: Filesystem holes

2000-10-29 Thread Matt Dillon
lly use the feature, at least not for 'permanent' data sets. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Filesystem holes

2000-10-29 Thread Matt Dillon
e filesystem to try to reorder nearby blocks, but it was never designed to handle sparse files so -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Filesystem holes

2000-10-29 Thread Matt Dillon
:Yes, there's a high probability of that. It's one of the reasons :why people typically use the feature, at least not for 'permanent' :data sets. Ahhh... of course I meant 'typically do not use the feature'. Heh.

Re: Filesystem holes

2000-10-30 Thread Matt Dillon
.bris.ac.uk/ No, we don't have anything like that, though our VFS layer could support it. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Filesystem holes

2000-10-31 Thread Matt Dillon
eral datastore problems, and nearly all of these problems are tuned (or inherently) specific to the block size of the underlying system. Using a sparse file for general data store just isn't all that hot an idea, because by its very nature data store is, well, storing data. Packin

Re: Filesystem holes

2000-10-31 Thread Matt Dillon
e we could implement some sort of free-space semantics trivially too, at least for UFS, using a struct flock to pass the parameters to a fcntl. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Filesystem holes

2000-10-31 Thread Matt Dillon
r the impression that SUN does that, does anyone know? -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Runtime memory footprint

2000-10-31 Thread Matt Dillon
1 2 98 Difference: around 132K less free memory for each instance of fgrep that is run. So fgrep, with an RSS of 496K, actually only eats up around 132K of unsharable ram. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "

Re: Really odd "BTX halted" problem booting FreeBSD on VALinux h

2000-10-28 Thread Matt Dillon
da0s1 auto Presumably a '-z' option to disklabel would do the equivalent of what the 'dd' in the above examples are doing. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: kernel stack size?

2000-11-07 Thread Matt Dillon
to do it at device-open and then save a reference that your interrupt can then use. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Really odd "BTX halted" problem booting FreeBSD on VALinux h

2000-10-27 Thread Matt Dillon
r everyone running VALinux hardware is going to be real confused if they ever disklabel a disk manually. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Really odd "BTX halted" problem booting FreeBSD on VALinux h

2000-10-27 Thread Matt Dillon
if all you want to do is initialize a label on a slice. -Matt Index: sbin/disklabel/disklabel.c === RCS file: /home/ncvs/src/sbin/disklabel/disklabel.c,v retrieving revision 1.28.2.

Proposed patch to fix disklabel for slices. (was re: BTX halted...)

2000-10-27 Thread Matt Dillon
possibly getting it into the release. -Matt Index: sbin/disklabel/disklabel.c === RCS file: /home/ncvs/src/sbin/disklabel/disklabel.c,v retrieving revision 1.28.2.3 diff -u -r1.28.2.3 disklabel.c --- s

Re: kernel stack size?

2000-11-08 Thread Matt Dillon
perform any worse then declaring an array on the stack in terms of performance. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: kernel stack size?

2000-11-08 Thread Matt Dillon
something that belongs in the kernel. The only other choice would be to rewrite the code into a form suitable for the kernel's smaller stack. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

VXLOCK Deadlock against self ? Anyone have any ideas?

2000-11-08 Thread Matt Dillon
This is quite odd. Anybody have any ideas? (kgdb) back #0 mi_switch () at machine/globals.h:119 #1 0xc0167711 in tsleep (ident=0xe19418c0, priority=8, wmesg=0xc0291cfd "vget", timo=0) at ../../kern/kern_synch.c:467 #2 0xc0190193 in vget (vp=0xe19418c0, flags=393216, p=0xdca87780)

Re: fclose vs ferror (from libc/getcap)

2000-11-22 Thread Matt Dillon
rgued that even within the library those types of assumptions should not be made unless absolutely necessary. There isn't much we can do about the issue except fix the instances of mis-programming as they show up. -Matt T

Re: [PATCH] Fix for panics in lookup() after forced unmount

2000-11-26 Thread Matt Dillon
:Hi, : :I think I have a sufficient fix for PR kern/19572. Could somebody please :Review/Comment this? :To quote: Looks reasonable to me! It certainly can't make things worse :-) -Matt To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: bwillwrite() not right.

2000-11-27 Thread Matt Dillon
eel comfortable with it in your own testing, go ahead and commit it to -current. But give it at least a good week's worth of testing (or longer) before MFCing it to -stable. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "u

Re: bwillwrite() not right.

2000-11-27 Thread Matt Dillon
dy some code to handle that sort of thing, but I haven't looked at it closely. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Really odd "BTX halted" problem booting FreeBSD on VALinux hardware

2000-10-27 Thread Matt Dillon
stallation of boot blocks by disklabel screwing up the partition table? -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Really odd "BTX halted" problem booting FreeBSD on VALinux hardware

2000-10-27 Thread Matt Dillon
ws up the dos partition table. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Really odd "BTX halted" problem booting FreeBSD on VALinux hardware

2000-10-27 Thread Matt Dillon
tion is, why is disklabel failing above? It shouldn't be failing..it should let me label da0s1. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Really odd "BTX halted" problem booting FreeBSD on VALinux h

2000-10-27 Thread Matt Dillon
alling the dummy fdisk partition table? That is, for the case where -B is used on a slice (da0s1) verses on the whole-disk (da0)? -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Really odd "BTX halted" problem booting FreeBSD on VALinux hardware

2000-10-27 Thread Matt Dillon
the same BTX error. Anyone have any clue? -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Really odd "BTX halted" problem booting FreeBSD on VALinux hardware

2000-10-27 Thread Matt Dillon
.. ok... I cleared the disk labels using dd. Hoa! That seems to have fixed it allright! Very weird. I was sure I zero'd the labels before I populated the disk, but maybe not. Thanks much! I was tearing my hair out on this one...

Disklabel patch committed

2000-10-28 Thread Matt Dillon
I've committed the disklabel patch, plus updated documentation for disklabel.8, into 4.x. Please report any problems directly to me. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers&qu

Re: RE: Really odd "BTX halted" problem booting FreeBSD on VALinux h

2000-10-27 Thread Matt Dillon
ly dedicated' disk label should at least contain reasonable values -- be correct enough to pass BIOS muster. I don't know enough about the partition format to know where the BIOS calculation is failing. -Matt To Unsubscribe: send

Re: Really odd "BTX halted" problem booting FreeBSD on VALinux hardware

2000-10-27 Thread Matt Dillon
Raw data on disk after 'disklabel -w -r da0 auto; disklabel -B da0 auto' 00f0 66 8b 46 08 52 66 0f b6 d9 66 31 d2 66 f7 f3 88 |f.F.Rf...f1.f...| 0100 eb 88 d5 43 30 d2 66 f7 f3 88 d7 5a 66 3d ff 03 |...C0.fZf=..| 0110 00 00 fb 77 44 86 c4 c0 c8 02 08 e8 40 91 88 fe |...wD

Re: Really odd "BTX halted" problem booting FreeBSD on VALinux h

2000-10-27 Thread Matt Dillon
partition fails with some BIOSes ... it should be possible to fix it if someone could track down what exactly is causing the divide-by-0 ! -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

PXE boot problem.

2000-11-30 Thread Matt Simerson
ot file is the default pxeboot with NFS support and the pxeboot.tftp was generated by editing the /etc/make.conf file, setting the TFTP flag and recompiling pxeboot. The files definately are different because I can change the DHCP file to point to the other file and get different results at boot time. NF

Re: vm_pageout_scan badness

2000-12-01 Thread Matt Dillon
rite()n to and instead is dirtied via the mmap, you will have a serious fragmentation problem with the file. In order to avoid this problem any file appends should occur using write() if possible, or the newly allocated space in the file should be filled with zero's using writ

RE: PXE boot problem. - SOLVED

2000-12-01 Thread Matt Simerson
That was it. Updating the flash on the Intel NIC and she booted right up. Thanks, Matt > -Original Message- > From: Mathew KANNER [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 01, 2000 8:54 AM > To: Matt Simerson > Cc: '[EMAIL PROTECTED]' > S

Re: vm_pageout_scan badness

2000-12-02 Thread Matt Dillon
in the expire process. You can probably use MAP_NOSYNC safely in the INND core, but don't use it to rebuild the history file in the expire process. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: vm_pageout_scan badness

2000-12-03 Thread Matt Dillon
I'm going to take this off of hackers and to private email. My reply will be via private email. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: vm_pageout_scan badness

2000-12-03 Thread Matt Dillon
:errr then keep me in the CC : :it's interesting : :-- : __--_|\ Julian Elischer : / \ [EMAIL PROTECTED] Sure thing. Anyone else who wants to be in the Cc, email me. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: vm_pageout_scan badness

2000-12-03 Thread Matt Dillon
ion. :) : :Nate Heh. Well, I didn't think there'd be as much interest as there is, so I guess I'll throw it back onto the mailing list. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: vm_pageout_scan badness

2000-12-03 Thread Matt Dillon
store rather then filling in holes. Then rewrite the history file (e.g. 'cp'), and restart innd. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: cvs commit: src/lib/libc/sys mmap.2

2000-12-04 Thread Matt Dillon
ng to flush the dirty pages, and to avoid the situation where the filesystem runs out of space while trying to allocate backing store, which will seg-fault the process. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubsc

Re: phys backed shm patch.

2000-12-05 Thread Matt Dillon
es the rules a little more reasonable for simple bug fixes like this you'll probably get fried for doing it by bozos who have nothing better to do with their time. -Matt :Index: phys_pager.c :==

Re: vm_pageout_scan badness

2000-12-05 Thread Matt Dillon
I wouldn't worry about madvise() too much. 4.2 has a really good heuristic that figures it out for the most part. (still reading the rest of your postings) -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscri

Re: vm_pageout_scan badness

2000-12-05 Thread Matt Dillon
map for (i = 0; i < 15; ++i) { madvise(mapBase, mapSize, MADV_WILLNEED); sleep(15); } munmap close descriptor } -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

<    1   2   3   4   5   6   7   >