From owner-freebsd-stable Tue Apr 6 13:18: 3 1999 Delivered-To: freebsd-stable@freebsd.org Received: from gamefish.pcola.gulf.net (gamefish.pcola.gulf.net [198.69.72.22]) by hub.freebsd.org (Postfix) with ESMTP id 3EE7414A14 for ; Tue, 6 Apr 1999 13:18:00 -0700 (PDT) (envelope-from ps@gamefish.pcola.gulf.net) Received: from localhost (ps@localhost) by gamefish.pcola.gulf.net (8.9.1/8.9.1) with ESMTP id PAA14034 for ; Tue, 6 Apr 1999 15:15:46 -0500 (CDT) (envelope-from ps@gamefish.pcola.gulf.net) Date: Tue, 6 Apr 1999 15:15:46 -0500 (CDT) From: Phillip Salzman To: freebsd-stable@freebsd.org Subject: Quota Issues Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bon'jour I seem to be having issues while setting up Quota's on a 3.1-STABLE SMP machine. After following the handbook's instructions, I built the kernel with the "options quota" flag. (and setup the other stuff) I did the following: 1.) Built the kernel with the quota option. 2.) Enabled check_quota="YES" in rc.conf. 3.) Updated /etc/fstab to read: /dev/da1s1e /usr2 ufs rw,userquota 2 2 (but with tabs) 4.) Rebooted. And various problems are occuring. This is from before the reboot: > ping pompano PING pompano.pcola.gulf.net (198.69.72.14): 56 data bytes 64 bytes from 198.69.72.14: icmp_seq=0 ttl=255 time=0.584 ms 64 bytes from 198.69.72.14: icmp_seq=1 ttl=255 time=0.607 ms And this is after: > ping gulf.net PING gulf.net (198.69.72.14): 56 data bytes 64 bytes from 198.69.72.14: icmp_seq=0 ttl=255 time=76.822 ms 64 bytes from 198.69.72.14: icmp_seq=1 ttl=255 time=38.613 ms 64 bytes from 198.69.72.14: icmp_seq=2 ttl=255 time=114.532 ms After a while the machine will just totally lock up too. It's not just network traffic that has slowed down, its slower to type on the console. Any ideas? Thanks in advance :) -- Phillip Salzman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message