Date: Sun, 28 Apr 2002 18:27:15 -0500 (CDT) From: Tim Zingelman <zingelman@fnal.gov> To: Chris BeHanna <behanna@zbzoom.net> Cc: Darren Reed <darrenr@reed.wattle.id.au>, David Malone <dwmalone@maths.tcd.ie>, <grog@FreeBSD.ORG>, FreeBSD-Stable <stable@FreeBSD.ORG> Subject: Re: gdb doesn't work over NFS ? Message-ID: <Pine.GSO.4.43.0204281816500.8187-100000@nova.fnal.gov> In-Reply-To: <20020426102441.O81301-100000@topperwein.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 26 Apr 2002, Chris BeHanna wrote: > On Fri, 26 Apr 2002, Darren Reed wrote: > > > In some email I received from David Malone, sie wrote: > > > On Fri, Apr 26, 2002 at 08:49:38PM +1000, Darren Reed wrote: > > > > Well, there is one platform which I will comment on it working (without > > > > being asked) and that is FreeBSD 3.3-RELEASE (the 3.4 CD I have will not > > > > boot under vmware as either a CD or ISO file for the device :-/). > > > > > > > > Should I test other 4.x's ? > > > > > > I had a go with a 4.5-STABLE and 4.4-STABLE machine and it worked > > > perfectly with both. What sort of machine is the NFS server? > > > > SunOS 4.1.4 (so that's NFSv2 over UDP) > > OK. I have an E450 in the basement, but it's running Solaris 8. > I can force a mount to use NFSv2/UDP and give it a try, but the machine > has to be installed from scratch first (got it from my prior employer > in lieu of pay at the end, and I dutifully wiped the disks first). I happen to have a sparc 5 running 4.1.4 and a FreeBSD 4.4-RELEASE-p11 machine, so I tried and it worked fine for me... not sure what might be different about this environment... I'm willing to try a few things if folks have any ideas. - Tim NFS Server: # uname -a SunOS old 4.1.4 2 sun4m # cat /etc/exports /printers -access=desk.fnal.gov # df | grep printers /dev/sd3g 606333 70442 475258 13% /printers NFS Client: $ uname -a FreeBSD desk.fnal.gov 4.4-RELEASE-p11 FreeBSD 4.4-RELEASE-p11 #0: Fri Apr 26 12:53:25 CDT 2002 toor@build.fnal.gov:/usr/obj/usr/src/sys/DESK i386 $ df |grep mnt old:/printers 606333 70442 475258 13% /mnt $ pwd /mnt $ wc tez.tmp 3 3 6 tez.tmp $ gdb `which wc` GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... (gdb) run tez.tmp Starting program: /usr/bin/wc tez.tmp 3 3 6 tez.tmp (no debugging symbols found)...(no debugging symbols found)... Program exited normally. (gdb) quit $ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.43.0204281816500.8187-100000>