From owner-freebsd-stable Mon Oct 1 10: 3:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wedgev.com (cm57-70.liwest.at [212.33.57.70]) by hub.freebsd.org (Postfix) with ESMTP id A28BC37B403 for ; Mon, 1 Oct 2001 10:03:37 -0700 (PDT) Received: from cipher.home (cipher.home [10.0.0.2]) by wedgev.com (8.11.6/8.11.6) with SMTP id f91H3U906984 for ; Mon, 1 Oct 2001 19:03:30 +0200 (CEST) (envelope-from bernhard.valenti@gmx.net) Date: Mon, 1 Oct 2001 19:03:30 +0200 From: Bernhard Valenti To: freebsd-stable@freebsd.org Subject: nfs broken on 4.4 Message-Id: <20011001190330.26586e39.bernhard.valenti@gmx.net> X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.10; i386--freebsd4.3) X-Operating-System: FreeBSD i386 X-Copyright: (C) 2001 Bernhard Valenti. All rights reserved. X-Notice: Duplication, redistribution prohibited without consent of the author. Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, i updated my 2 freebsd systems to 4.4-stable last week. when i try to build vim6, with /usr/ports mounted via nfs i get: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -DFUNCPROTO=15 -DNARROWPROTO -I/usr/X11R6/include -I/usr/local/include -O -pipe -g -mpentium -I/usr/X11R6/include -o objects/ops.o ops.c make: don't know how to make option.c. Stop when i look in work/vim60/src/ there is no options.c but a options.c.orig. so it seems like patching fails. when i try to build the port on the server, eg: with /usr/ports on a local disk it builds fine. both server and client run 4.4-stable as of Sep 22. last week i tried to build vim6-ax20 (20 patches) and the patching failed too, i think there was a "filesystem full" error message(there are 2GB left on the FS). again the build worked fine on the server. patch is version 2.1 on both machines... so i think its a nfs problem. mount options for /usr/ports are "rw,intr,rdirplus" anyone experiencing similar problems, or know what might be wrong ? and there is another thing i noticed with nfs and xmms: i mount my mp3s via nfs, and when i add the mp3s into the xmms playlist, xmms reads the id3 tags from the all the visible mp3s. now when i play a mp3 and scroll down, so that xmms has to read the id3 tags from the new visible mp3s, sound starts getting very choppy. network is 100Mbit fullduplex, so there should be enough bandwidth to stream a mp3 and read a few KB from other files. not shure if its xmms that is doing something wrong, but i'm shure that this didnt happen 1 year ago. i have this problem quite some time now, and worked around it by modifing xmms to slow down the thread reading the id3 tags. regards, bernhard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message