Re: pathname length over NFS
On Sat, Oct 20, 2001 at 11:09:16PM -0700, Chad R. Larson wrote: > Here's the contents of "/etc/exports" on the server: > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > # > # $ID:$ > # NFS exported filesystems > # > /usr/src -ro -maproot=0:0 eciweb1 > /scratch/obj -ro -maproot=0:0 eciweb1 > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > The mount commands on the client were: > mount -r -t nfs ecibsd1:/usr/scr /usr/src > mount -r -t nfs ecibsd1:/scratch/obj /usr/obj > Don't the mount points on the client and the server have to match? Try mounting /scratch/obj on the client and symlinking it back to /usr/obj. This worked for me (mounting /home/export/src and /home/export/obj). Sorry if you've actually hit a bug here, but ISTR that I saw the same error if the mounts didn't match. :) -- Greg White To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: pathname length over NFS
On Sun, Oct 21, 2001 at 12:42:47AM -0700, Greg White wrote: > Try mounting /scratch/obj on the client and symlinking it back to > /usr/obj. This worked for me (mounting /home/export/src and > /home/export/obj). > > Sorry if you've actually hit a bug here, but ISTR that I saw the same > error if the mounts didn't match. :) Thanks for the idea, but it didn't make any difference. -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
make buildworld fails
I am trying to upgrade a server from 4.3-STABLE from June 27 to today. The cvsup was done from cvsup10.freebsd.org. Here is where the make build stops. ===> sbin/ipnat cc -nostdinc -O -pipe -DIPL_NAME=\"/dev/ipl\" -I- -I/usr/src/sbin/ipnat/../../sys/netinet -I/usr/src/sbin/ipnat/../../sys -I/usr/src/sbin/ipnat/../../contrib/ipfilter -I/usr/obj/usr/src/i386/usr/include -c /usr/src/sbin/ipnat/../../contrib/ipfilter/ipnat.c /usr/src/sbin/ipnat/../../contrib/ipfilter/ipnat.c: In function `dostats': /usr/src/sbin/ipnat/../../contrib/ipfilter/ipnat.c:402: structure has no member named `ns_hostmap_sz' /usr/src/sbin/ipnat/../../contrib/ipfilter/ipnat.c:403: structure has no member named `ns_maptable' /usr/src/sbin/ipnat/../../contrib/ipfilter/ipnat.c:404: structure has no member named `ns_hostmap_sz' /usr/src/sbin/ipnat/../../contrib/ipfilter/ipnat.c:409: structure has no member named `ns_hostmap_sz' *** Error code 1 Stop in /usr/src/sbin/ipnat. *** Error code 1 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Anyone have any ideas? TIA -- -- Ron Rosson... and a UNIX user said ... The InSaNe Onerm -rf * [EMAIL PROTECTED]and all was /dev/null and *void() -- A bore is someone who persists in holding his own views after we have enlightened him with ours. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
newpcm does not play back the tail of sound
Hello, I reported a bug of sound system in 4-STABLE, i.e. kern/31398: > http://www.freebsd.org/cgi/query-pr.cgi?pr=31398 > > >Category: kern > >Responsible:freebsd-bugs > >Synopsis: newpcm does not play back the tail of sound > >Arrival-Date: Sun Oct 21 01:30:00 PDT 2001 If you play back any sound file, you cannot hear the tail, especially in the case that the sound file does not have enough silent portion at the end. That is, % cat hoge.au > /dev/audio does not play back the tail part. % cat hoge.au hoge.au > /dev/audio plays back the first completely, but the last. This problem exists at least in 4.4-RELEASE and in 4-STABLE, but 4.3-RELEASE. Any workaround? --- - Mamoru IWAKI ([EMAIL PROTECTED]) Graduate School of Science and Technology, Niigata University To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: ICQ with NAT problems
Kal Torak wrote: > There is a problem with NAT and ICQ that causes you to go > offline/online constantly, you probably wont notice this your self if > you have a high speed connection, but trust me its happining!!! Just to back you up: I see the same behaviour (that is, I get complaints from others about going offline/online very regularly). But I always thought it was my Licq acting strange. I'd like to see this problem solved too. Hans Lambermont -- http://lambermont.webhop.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: newpcm does not play back the tail of sound
From: Mamoru Iwaki <[EMAIL PROTECTED]> Subject: newpcm does not play back the tail of sound Date: Sun, 21 Oct 2001 18:47:37 +0900 (JST) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=31398 You can easily have an experience as follows. % cat swedish.au > /dev/audio This sound like '... li' % cat swedish.au swedish.au > /dev/audio This sound like '... linux ... li' --- - Mamoru IWAKI ([EMAIL PROTECTED]) Graduate School of Science and Technology, Niigata University To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message