Re: 32GB limit per swap device?

2011-08-23 Thread Matthew Dillon
Two additional pieces of information. The original limitation was more related to DEV_BSIZE calculations for the buf/bio, which is now 64-bits and thus not applicable, though you probably need some preemptive casts to ensure the multiplication is done in 64-bits. There was

Re: 32GB limit per swap device?

2011-08-22 Thread Matthew Dillon
The limitation was ONLY due to a *minor* 32-bit integer overflow in one or two *intermediate* calculations in the radix tree code, which I long ago fixed in DragonFly. Just find the changes in the DFly codebase and determine if they need to be applied. The swap space

Re: PCIe SATA HBA for ZFS on -STABLE

2011-06-06 Thread Matthew Dillon
. -Matt Matthew Dillon dil...@backplane.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: Constant rebooting after power loss

2011-04-03 Thread Matthew Dillon
: Do you know if that's changed at all with NCQ on modern SATA drives? : I've seen people commenting that using tags recovers most, if not all, : of the performance lost by disabling the write cache. :... I've never tried that combination. Theoretically the 32 tags SATA supports would

Re: Constant rebooting after power loss

2011-04-02 Thread Matthew Dillon
is arguable), real RAID hardware. And well-known vendors (fringe SSDs do not count). That covers 90% of the market and 99% of the cases where protocol reliability is required. -Matt Matthew Dillon

Re: Constant rebooting after power loss

2011-04-01 Thread Matthew Dillon
The core of the issue here comes down to two things: First, a power loss to the drive will cause the drive's dirty write cache to be lost, that data will not make it to disk. Nor do you really want to turn of write caching on the physical drive. Well, you CAN turn it off,

Re: How to bind a static ether address to bridge?

2011-02-25 Thread Matthew Dillon
If you can swing a routed network that will definitely have the fewest complications. For a switched network if_bridge and ARP have to be integrated, something I just finished doing in DragonFly, so that all member interfaces of the bridge use *only* the bridge's MAC for all

Re: vm.swap_reserved toooooo large?

2010-12-20 Thread Matthew Dillon
One of the problems with resource management in general is that it has traditionally been per-process, and due to the multiplicative effect (e.g. max-descriptors * limit-per-descriptor), per-process resources cannot be set such that any given user is prevented from DDOSing the

Re: Make ZFS auto-destroy snapshots when the out of space?

2010-05-30 Thread Matthew Dillon
It is actually a security issue to automatically destroy snapshots based on whether a filesystem is full, even automatically generated snapshots. Since one usually implements snapshots to perform a function you wish to rely on, such as to retain backups of historical data for

Re: hardware for home use large storage

2010-02-10 Thread Matthew Dillon
:Correction -- more than likely on a consumer motherboard you *will not* :be able to put a non-VGA card into the PCIe x16 slot. I have numerous :Asus and Gigabyte motherboards which only accept graphics cards in their :PCIe x16 slots; this feature is documented in user manuals. I :don't know

Re: hardware for home use large storage

2010-02-09 Thread Matthew Dillon
The Silicon Image 3124A chipsets (the PCI-e version of the 3124. The original 3124 was PCI-x). The 3124A's are starting to make their way into distribution channels. This is probably the best 'cheap' solution which offers fully concurrent multi-target NCQ operation through a

Re: immense delayed write to file system (ZFS and UFS2), performance issues

2010-01-26 Thread Matthew Dillon
in the buffer cache because now the VM pages are all soft-busied). -Matt Matthew Dillon dil...@backplane.com ___ freebsd-stable@freebsd.org

Re: immense delayed write to file system (ZFS and UFS2), performance issues

2010-01-26 Thread Matthew Dillon
techies :-) These particular WDs (2TB Caviar Green's) are slow drives. 5600 rpm, 100MB/sec. But they are also very quiet in operation and seem to be quite power efficient. -Matt Matthew Dillon

Re: An old gripe: Reading via mmap stinks

2010-01-14 Thread Matthew Dillon
: mmap: 43.400u 9.439s 2:35.19 34.0%16+184k 0+0io 106994pf+0w : read: 41.358u 23.799s 2:12.04 49.3% 16+177k 67677+0io 0pf+0w : :Observe, that even though read-ing is quite taxing on the kernel (high :sys-time), the mmap-ing loses overall -- at least, on an otherwise idle :system

Re: incorrect usleep/select delays with HZ 2500

2009-09-21 Thread Matthew Dillon
What we wound up doing was splitting tvtohz() into two functions. tvtohz_high(tv) Returned value meets or exceeds requested time. A minimum value of 1 is returned (really only for {0,0}.. else minimum value is 2). tvtohz_low(tv) Returned value might be

Re: ZFS root File System

2009-02-27 Thread Matthew Dillon
My experience with one of our people trying to do the same thing w/ HAMMER... we got it working, but it is not necessarily cleaner. I'd rather just boot from a small UFS /boot partition on 'a' (256M or 512M), followed by swap on 'b', followed by the big-ass root partition on

Re: sidetrack [was Re: 'at now' not working as expected]

2008-10-09 Thread Matthew Dillon
Also, if you happen to have a handheld GPS unit, it almost certainly has a menu option to tell you the sunrise and sunset times at your current position. -Matt ___ freebsd-stable@freebsd.org

Re: UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY

2008-09-30 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Would anybody port DragonFlyBSD's HAMMER fs to FreeBSD?

2008-09-30 Thread Matthew Dillon
Guys, please don't start a flamewar. And lhmwzy we discussed this on the DFly lists. It's really up to them... that is, a programmer who has an interest, inclination, and time. It isn't really fair to try to push it. I personally believe that the FreeBSD community as a

Re: UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY

2008-09-29 Thread Matthew Dillon
A couple of things to note here. Well, many things actually. * Turning off write caching, assuming the drive even looks at the bit, will destroy write performance for any driver which does not support command queueing. So, for example, scsi typically has command

Re: UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY

2008-09-29 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: bad NFS/UDP performance

2008-09-27 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL

Re: bad NFS/UDP performance

2008-09-26 Thread Matthew Dillon
: -vfs.nfs.realign_test: 22141777 : +vfs.nfs.realign_test: 498351 : : -vfs.nfsrv.realign_test: 5005908 : +vfs.nfsrv.realign_test: 0 : : +vfs.nfsrv.commit_miss: 0 : +vfs.nfsrv.commit_blks: 0 : : changing them did nothing - or at least with respect to nfs throughput

Re: Max size of one swap slice

2008-08-06 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Max size of one swap slice

2008-08-05 Thread Matthew Dillon
of wired ram. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: taskqueue timeout

2008-07-15 Thread Matthew Dillon
in the filesystem that ZFS and HAMMER need to do. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list

Re: Multi-machine mirroring choices

2008-07-15 Thread Matthew Dillon
:Oliver Fromme wrote: : : Yet another way would be to use DragoFly's Hammer file : system which is part of DragonFly BSD 2.0 which will be : released in a few days. It supports remote mirroring, : i.e. mirror source and mirror target can run on different : machines. Of course it is still very

Re: taskqueue timeout

2008-07-15 Thread Matthew Dillon
:Went from 10-15, and it took quite a bit longer into the backup before :the problem cropped back up. Try 30 or longer. See if you can make the problem go away entirely. then fall back to 5 and see if the problem resumes at its earlier pace. -- It could be temperature

Re: taskqueue timeout

2008-07-15 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: dvd dma problems

2008-07-14 Thread Matthew Dillon
programs that do not supply aligned buffers clearly don't care about performance, so the kernel can just back the pbuf with memory and copyin/out the user data. -Matt Matthew Dillon

Re: Performance of madvise / msync

2008-06-27 Thread Matthew Dillon
() can't be a NOP if you go by the OpenGroup specification. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org

Re: Performance of madvise / msync

2008-06-26 Thread Matthew Dillon
: 65074 python 0.06 CALL madvise(0x287c5000,0x70,_MADV_WILLNEED) : 65074 python 0.027455 RET madvise 0 : 65074 python 0.58 CALL madvise(0x287c5000,0x1c20,_MADV_WILLNEED) : 65074 python 0.016904 RET madvise 0 : 65074 python 0.000179 CALL

Re: Sysctl knob(s) to set TCP 'nagle' time-out?

2008-06-23 Thread Matthew Dillon
:Hi, : :I'm wondering if anything exists to set this.. When you create an INET :socket :without the 'TCP_NODELAY' flag the network layer does 'naggling' on your :transmitted data. Sometimes with hosts that use Delayed_ACK :(net.inet.tcp. :delayed_ack) it creates a dead-lock where the host

Re: Sysctl knob(s) to set TCP 'nagle' time-out?

2008-06-23 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Sockets stuck in FIN_WAIT_1

2008-05-30 Thread Matthew Dillon
be a reasonable bandaid, though. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org

Re: Sockets stuck in FIN_WAIT_1

2008-05-29 Thread Matthew Dillon
I guess nobody mentioned the obvious thing to check: Make sure TCP keepalive is turned on. sysctl net.inet.tcp.always_keepalive=1 If you don't do this then dead TCP connections can build up, particularly on busy servers, due to the other end simply disappearing. Without

Re: Sockets stuck in FIN_WAIT_1

2008-05-29 Thread Matthew Dillon
:On May 29, 2008, at 3:12 PM, Matthew Dillon wrote: :I guess nobody mentioned the obvious thing to check: Make sure :TCP keepalive is turned on. : :sysctl net.inet.tcp.always_keepalive=1 : : :Thanks Matt. : :I also thought that a keepalives were not running and sessions just :stuck

Re: Sockets stuck in FIN_WAIT_1

2008-05-29 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Sockets stuck in FIN_WAIT_1

2008-05-29 Thread Matthew Dillon
:This is exactly what we're seeing, it's VERY strange. I did kill off :Apache, and all the FIN_WAIT_1's stuck around, so the kernel is in :fact sending these probe packets, every 60 seconds, which the client :responds to... (most of the time). Ach. Now that I think about it, it is

Re: udf

2008-05-19 Thread Matthew Dillon
the seeks anyway, probably. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http

Re: fsck_ufs: cannot alloc 94208 bytes for inoinfo

2008-02-27 Thread Matthew Dillon
fsck's memory usage is directly related to the number of inodes and the number of directories in the filesystem. Directories are particularly memory intensive. I've found on my backup system that a UFS1 filesystem with 40 million inodes is about the limit that can be

Re: How to take down a system to the point of requiring a newfs with one line of C (userland)

2008-02-18 Thread Matthew Dillon
Jim's original report seemed to indicate that the filesystem paniced on mount even after repeated fsck's. That implies that Jim has a filesystem image that panics on mount. Maybe Jim can make that image available and a few people can see if downloading and mounting it

Re: Quation about HZ kernel option

2007-10-04 Thread Matthew Dillon
The basic answer is that HZ is almost, but not quite irrelevant. If a process blocks another will immediately be scheduled. More importantly, if an interrupt driven event (keyboard, tty, network, disk, etc) wakes a process up the scheduler has the ability to force an

Re: Quation about HZ kernel option

2007-10-04 Thread Matthew Dillon
the scheduler has to make decisions based on counting quantums. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing

Re: A little story of failed raid5 (3ware 8000 series)

2007-08-24 Thread Matthew Dillon
A friend of mine once told me that the only worthwhile RAID systems are the ones that email you a detailed message when something goes south. -Matt ___ freebsd-stable@freebsd.org mailing list

Re: default dns config change causing major poolpah

2007-08-01 Thread Matthew Dillon
The vast majority of machine installations just slave their dns off of another machine, and because of that I do not think it is particularly odious to require some level of skill for those who actually want to set up their own server. To that end what I do on DragonFly is

Re: removing external usb hdd without unmounting causes reboot?

2007-07-31 Thread Matthew Dillon
it properly dereferencing the underlying device and properly destroys the (now unwritable) dirty buffers. -Matt Matthew Dillon [EMAIL PROTECTED

Re: calcru: runtime went backwards, RELENG_6, SMP

2007-06-12 Thread Matthew Dillon
:s,/kernel,/boot/kernel/kernel, ;-) : :well, strange enough result for me: : :(kgdb) print cpu_ticks :$1 = (cpu_tick_f *) 0x8036cef0 rdtsc : :Does this mean that kernel uses tsc? sysctl reports : :kern.timecounter.choice: TSC(-100) ACPI-fast(1000) i8254(0) dummy(-100)

Re: calcru: runtime went backwards, RELENG_6, SMP

2007-06-11 Thread Matthew Dillon
it is an issue with SMP. I'm afraid there isn't much more I can do to help, other then to make suggestions on tests that you can run that will hopefully ring a bell with another developer. -Matt Matthew Dillon

Re: calcru: runtime went backwards, RELENG_6, SMP

2007-06-09 Thread Matthew Dillon
). -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: calcru: runtime went backwards, RELENG_6, SMP

2007-06-09 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: calcru: runtime went backwards, RELENG_6, SMP

2007-06-06 Thread Matthew Dillon
:IV Upd: on GENERIC/amd64 kernel I got the same errors. :IV :IV Do you perhaps run with TSC timecounter? (that's the only cause I've notice :IV that can generate this message). : :Nope: : :[EMAIL PROTECTED]:~ sysctl kern.timecounter :kern.timecounter.tick: 1 :kern.timecounter.choice: TSC(-100)

Re: Does a pipe take a socket ... ?

2007-05-15 Thread Matthew Dillon
:Marc G. Fournier wrote: : For those that remmeber the other day, I had that swzone issue, where I ran out : of swap space? I just about hit it again today, swap was up to 99% used ... I : was able to get a ps listing in, and there were a whack of find processes : running ... : : Now,

Re: clock problem

2007-05-11 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: clock problem

2007-05-11 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

RE: Creating one's own installer/mfsroot

2007-05-09 Thread Matthew Dillon
nearly without modification on a FreeBSD box. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list

Re: swap zone exhausted, increase kern.maxswzone

2007-05-05 Thread Matthew Dillon
Basically maxswzone is the amount of KVM the kernel is willing to use to store 'struct swblock' structures. These are the little structures that are stuck onto VM objects and specify which pages in the VM object(s) correspond to which pages of swap, for any swapped out data

Re: swap zone exhausted, increase kern.maxswzone

2007-05-05 Thread Matthew Dillon
memory statistics that would be beneficial as well. I just find it hard to imagine that any system would actually be using that much swap, but hey! :-) -Matt Matthew Dillon

Re: swap zone exhausted, increase kern.maxswzone

2007-05-05 Thread Matthew Dillon
to append pstat -s, vmstat -m, and vmstat -z to a file. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org

Re: Socket leak (Was: Re: What triggers No Buffer Space) Available?

2007-05-03 Thread Matthew Dillon
:I'm trying to probe this as well as I can, but network stacks and sockets have :never been my strong suit ... : :Robert had mentioned in one of his emails about a Sockets can also exist :without any referencing process (if the application closes, but there is still :data draining on an open

Re: Socket leak (Was: Re: What triggers No Buffer Space) Available?

2007-05-03 Thread Matthew Dillon
statistics once a minute to a file then break each report with a clear-screen sequence and cat it in a really big xterm window. -Matt Matthew Dillon [EMAIL PROTECTED

Re: Xen Dom0, are we making progress?

2007-03-29 Thread Matthew Dillon
a 'vkernel' platform that linked against libc and used the new system calls. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable

Re: Xen Dom0, are we making progress?

2007-03-29 Thread Matthew Dillon
nightmare to maintain. Any failure at all could lead to a completely unrecoverable system. -Matt Matthew Dillon [EMAIL PROTECTED

Re: ntpd flipping between PLL and FLL mode

2006-12-19 Thread Matthew Dillon
:How would decreasing the polling time fix this? I do not understand :the semantics/behaviour of NTP very well. : :Taken from the manpage: : : maxpoll maxpoll : These options specify the minimum and maximum poll intervals for : NTP messages, in seconds to the power of two.

Re: Maximum Swapsize

2006-04-11 Thread Matthew Dillon
From 'man tuning' (I think I wrote this, a long time ago): You should typically size your swap space to approximately 2x main mem- ory. If you do not have a lot of RAM, though, you will generally want a lot more swap. It is not recommended that you configure any less than

Re: Reading via mmap stinks (Re: weird bugs with mmap-ing via NFS)

2006-03-25 Thread Matthew Dillon
cache rather then allowing a single run to blow it out or allowing a static set of pages to be retained indefinitely, which is what your tests seem to show is occuring. -Matt Matthew Dillon

Re: Reading via mmap stinks (Re: weird bugs with mmap-ing via NFS)

2006-03-24 Thread Matthew Dillon
is using. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: flushing anonymous buffers over NFS is rejected by server (more weird bugs with mmap-ing via NFS)

2006-03-23 Thread Matthew Dillon
file handles that are outside of the subdirectory tree that was exported. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd

Re: Reading via mmap stinks (Re: weird bugs with mmap-ing via NFS)

2006-03-23 Thread Matthew Dillon
:Actually, I can not agree here -- quite the opposite seems true. When running :locally (no NFS involved) my compressor with the `-1' flag (fast, least :effective compression), the program easily compresses faster, than it can :read. : :The Opteron CPU is about 50% idle, *and so is the disk*

Re: Reading via mmap stinks (Re: weird bugs with mmap-ing via NFS)

2006-03-23 Thread Matthew Dillon
:Yes, they both do work fine, but time gives very different stats for each. In :my experiments, the total CPU time is noticably less with mmap, but the :elapsed time is (much) greater. Here are results from FreeBSD-6.1/amd64 -- :notice the large number of page faults, because the system does

Re: Reading via mmap stinks (Re: weird bugs with mmap-ing via NFS)

2006-03-23 Thread Matthew Dillon
:I thought one serious advantage to this situation for sequential read :mmap() is to madvise(MADV_DONTNEED) so that the pages don't have to :wait for the clock hands to reap them. On a large Solaris box I used :to have the non-pleasure of running the VM page scan rate was high, and :I suggested

Re: more weird bugs with mmap-ing via NFS

2006-03-22 Thread Matthew Dillon
My guess is that you are exporting the filesystem as a particular user id that is not root (i.e. you do not have -maproot=root: in the exports line on the server). What is likely happening is that the NFS client is trying to push out the pages using the root uid rather then

Re: more weird bugs with mmap-ing via NFS

2006-03-22 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: flushing anonymous buffers over NFS is rejected by server (more weird bugs with mmap-ing via NFS)

2006-03-22 Thread Matthew Dillon
then use that user id for all write I/O operations. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list

Re: flushing anonymous buffers over NFS is rejected by server (more weird bugs with mmap-ing via NFS)

2006-03-22 Thread Matthew Dillon
allow the I/O operation to run as long as some non-root user would be able to do the I/O op. -Matt Matthew Dillon [EMAIL PROTECTED

Re: weird bugs with mmap-ing via NFS

2006-03-21 Thread Matthew Dillon
: : [Moved from -current to -stable] : :צ×ÔÏÒÏË 21 ÂÅÒÅÚÅÎØ 2006 16:23, Matthew Dillon ÷É ÎÁÐÉÓÁÌÉ: : š š You might be doing just writes to the mmap()'d memory, but the system : š š doesn't know that. : :Actually, it does. The program tells it, that I don't care to read, what's :currently

Re: more weird bugs with mmap-ing via NFS

2006-03-21 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: more weird bugs with mmap-ing via NFS

2006-03-21 Thread Matthew Dillon
system, not just BSD). -Matt Matthew Dillon [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org

Re: more weird bugs with mmap-ing via NFS

2006-03-21 Thread Matthew Dillon
:The file stops growing, but the network bandwidth remains at 20Mb/s. `Netstat :-s' on the client, had the following to say (udp and ip only): If the network bandwidth is still going full bore then the program is doing something. NFS retries would not account for it. A simple test

Re: serious networking (em) performance (ggate and NFS) problem

2005-07-02 Thread Matthew Dillon
Polling should not produce any improvement over interrupts for EM0. The EM0 card will aggregate 8-14+ packets per interrupt, or more. which is only around 8000 interrupts/sec. I've got a ton of these cards installed. # mount_nfs -a 4 dhcp61:/home /mnt # dd if=/mnt/x

Re: Re[4]: serious networking (em) performance (ggate and NFS) problem

2004-11-22 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL

Re: Re[2]: serious networking (em) performance (ggate and NFS) problem

2004-11-21 Thread Matthew Dillon
). Then everything goes to hell in a handbasket. Conclusion: 1 hz would probably be a better default then 8000 hz. -Matt Matthew Dillon [EMAIL PROTECTED

Re: Re[4]: serious networking (em) performance (ggate and NFS) problem

2004-11-21 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: serious networking (em) performance (ggate and NFS) problem

2004-11-18 Thread Matthew Dillon
Polling should not produce any improvement over interrupts for EM0. The EM0 card will aggregate 8-14+ packets per interrupt, or more. which is only around 8000 interrupts/sec. I've got a ton of these cards installed. # mount_nfs -a 4 dhcp61:/home /mnt # dd if=/mnt/x

USENIX2004 photos online

2004-07-04 Thread Matthew Dillon
I took a bunch of a photos at USENIX, mainly of BSD related activities. The photos are now online at: http://apollo.backplane.com/USENIX2004/ -Matt Matthew Dillon

USB bug fix for DETACH message.

2004-03-18 Thread Matthew Dillon
A DragonFly user noticed that usbd does not seem to get DETACH events for UMASS devices. I tracked this down (in the FreeBSD-5 codebase for your convenience) to line 1382 of usb_subr.c: /*usbd_add_dev_event(USB_EVENT_DEVICE_DETACH, dev);*/ This line was

Re: umass panic (after detaching/attaching card-reader 3 times)

2004-03-17 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] :Jan Pechanec ([EMAIL PROTECTED]) wrote: : :On Sat, 6 Mar 2004, Holger Kipp wrote: : :I experience a very repeatably but unwanted behaviour with umass/usb: : :System hangs/panics after detaching and attaching 8-in-1

Re: umass panic (after detaching/attaching card-reader 3 times)

2004-03-17 Thread Matthew Dillon
: :I would love to, if I could find hardware that reproduces the problem. I :went shopping for USB thumb drives a while back and only came up with :working ones. : :I have a Soyo KT400 Dragon Lite machine at home. : :-- :Doug White| FreeBSD: The Power to Serve :[EMAIL

Re: Problems reclaiming VM cache = XFree86 startup annoyance

2003-12-20 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe

Re: POSIX_C_SOURCE

2003-08-30 Thread Matthew Dillon
This is precisely what I did a few days ago in DragonFly. The warnings were getting annoying. -Matt Matthew Dillon [EMAIL PROTECTED] : :On Sat, Aug 30, 2003 at 12:49

Re: system slowdown - vnode related

2003-05-27 Thread Matthew Dillon
if unionfs is causing a deadlock somewhere which is creating a chain of processes stuck in 'inode' which is in turn causing vnlru to get stuck. -Matt Matthew Dillon [EMAIL

Re: system slowdown - vnode related

2003-05-27 Thread Matthew Dillon
:I'll try this if I can tickle the bug again. : :I may have just run out of freevnodes - I only have about 1-2000 free :right now. I was just surprised because I have never seen a reference :to tuning this sysctl. : :- Mike H. The vnode subsystem is *VERY* sensitive to running out of KVM,

Re: 4.7-R-p3: j.root-servers.net

2003-01-26 Thread Matthew Dillon
:On Sun, 26 Jan 2003, at 15:55 [=GMT-0800], Matthew Dillon wrote: : : #set hostname = 'ftp.alternic.net' : #set remfile = 'db.root' : #set locfile = 'db.root' : set hostname = 'ftp.rs.internic.net' : set remfile = domain/root.zone.gz : set locfile = root.zone.gz : :Did you at some time change

Re: question in residue in umass.c

2002-12-19 Thread Matthew Dillon
it will work. -Matt Matthew Dillon [EMAIL PROTECTED] Index: cam/scsi/scsi_da.c === RCS file: /home/ncvs/src/sys/cam

Re: Kernel Panics in 4.7-STABLE

2002-10-13 Thread Matthew Dillon
it. -Matt Matthew Dillon [EMAIL PROTECTED] : :nexus_print_all_resources(c0e62280,c0e4a680,c0e62280,c0e62280,0) at :nexus_print_all_resources+0x14 :... Index: nexus.c

Re: Kernel Panics in 4.7-STABLE

2002-10-13 Thread Matthew Dillon
Oh, also, just a general note to people. These bug reports are great, it tells us that something went wrong, but it would be nice if they were a little more complete :-) For example, it wasn't until the 20th posting in this and the similar other kernel panic thread on -hackers

Re: Setup routing entry for host with a non-local IP address

2002-10-09 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-stable in the body of the message

Re: [JUPITER] Fatal trap 12: page fault while in kernel mode (Was:Re: Woo hoo ... it crashed!! )

2002-09-05 Thread Matthew Dillon
(adding the general list back in!) : :On Thu, 5 Sep 2002, Matthew Dillon wrote: : : Whew! These are big! :-). I've got jupiter's files downloaded, now : it's working on venus. : :Ya, both are 4gig servers :) That was why netdump was so critical, cause :they are also both

Re: squid and datasize kernel problems (was: openoffice stack and datasize kernel problems)

2002-07-29 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-stable in the body of the message

Re: Abominable NFSv3 read performance / FreeBSD server / Solaris client

2002-07-23 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ... :11:50:14.485255 freebsd.nfs solaris.0: reply ok 1460 (DF) :11:50:14.485378 freebsd.nfs solaris.0: reply ok 1460 (DF) :11:50:14.485510 freebsd.nfs solaris.0: reply ok 1460 (DF) (HERE) :11:50:14.580651 solaris.1022

  1   2   >