Date: Thu, 10 Apr 1997 23:57:31 -0700 (PDT) From: Ian Kallen <spidaman@well.com> To: freebsd-hackers@freebsd.org Cc: Warner Losh <imp@village.org> Subject: Re: Message Catalog System Message-ID: <Pine.GSO.3.93.970410235144.27859A-100000@well.com> In-Reply-To: <E0wEKWP-0000vi-00@rover.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
It's apparently tcsh -- I'm using tcsh-6.07.02 from ports. The problem goes away with csh but, eh, I'd really rather use tcsh. Here's the trace from opening an xterm (does that help?): 224 ktrace RET ktrace 0 224 ktrace CALL readlink(0x8066eaa,0xefbfd258,0x3f) 224 ktrace NAMI "/etc/malloc.conf" 224 ktrace RET readlink -1 errno 2 No such file or directory 224 ktrace CALL mmap(0,0x1000,0x3,0x1002,0xffffffff,0,0,0) 224 ktrace RET mmap 134324224/0x801a000 224 ktrace CALL break(0x5000) 224 ktrace RET break 0 224 ktrace CALL break(0x6000) 224 ktrace RET break 0 224 ktrace CALL execve(0xefbfd320,0xefbfd7e8,0xefbfd7f0) 224 ktrace NAMI "/sbin/xterm" 224 ktrace RET execve -1 errno 2 No such file or directory 224 ktrace CALL execve(0xefbfd320,0xefbfd7e8,0xefbfd7f0) 224 ktrace NAMI "/bin/xterm" 224 ktrace RET execve -1 errno 2 No such file or directory 224 ktrace CALL execve(0xefbfd320,0xefbfd7e8,0xefbfd7f0) 224 ktrace NAMI "/usr/sbin/xterm" 224 ktrace RET execve -1 errno 2 No such file or directory 224 ktrace CALL execve(0xefbfd320,0xefbfd7e8,0xefbfd7f0) 224 ktrace NAMI "/usr/bin/xterm" 224 ktrace RET execve -1 errno 2 No such file or directory 224 ktrace CALL execve(0xefbfd320,0xefbfd7e8,0xefbfd7f0) 224 ktrace NAMI "/usr/games/xterm" 224 ktrace RET execve -1 errno 2 No such file or directory 224 ktrace CALL execve(0xefbfd320,0xefbfd7e8,0xefbfd7f0) 224 ktrace NAMI "/usr/local/bin/xterm" 224 ktrace RET execve -1 errno 2 No such file or directory 224 ktrace CALL execve(0xefbfd320,0xefbfd7e8,0xefbfd7f0) 224 ktrace NAMI "/usr/X11R6/bin/xterm" The error message shows up if I'm running as root or as a regular user. Any ideas how to make it go away? thanks! On Mon, 7 Apr 1997, Warner Losh wrote: > In message <Pine.GSO.3.93.970407120846.28336A-100000@well.com> Ian > Kallen writes: > : It started after doing some post install configuring with X, some packages > : and ports back when I was on 2.2-GAMMA. I went to 2.2.1-RELEASE on that > : machine I think it was when 2.2.1 first came out but the problem > : persisted even after that upgrade. Now I think I understand that > : there may have been some post-last-minute changes to 2.2.1-RELEASE (?) -- > : Do you think an "upgrade" to a newer 2.2.1 will make a difference (I'm > : gonna configure CVSsup on one of those darn machines today!)? > > No. I did my changes that might break this after 2.2 was released > (and maybe after the 2.2.1 tag was put down). So those changes aren't > your problem. What does ktrace tell you? And do these problems > happen when you are running as root? > > Warner > > The next interface will not be another desktop metaphor.... Ian Kallen .... http://www.well.com/user/spidaman/ ....the revolution will not be televised. ===== TO RECEIVE MY PGP KEY, SEND MAIL TO spidey-pgp-info@well.com =======
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.93.970410235144.27859A-100000>