Date: Fri, 27 Aug 2004 09:29:30 +0100 From: James Brown <jbrown@orange.net> To: freebsd-questions@freebsd.org Subject: Re: Portupgrade killed everytime Message-ID: <412EF0EA.3050207@orange.net>
next in thread | raw e-mail | index | archive | help
>> Try running it using strace, such as "strace portupgrade vim" and see >> what it's doing. I checked my kernel and found the PROCFS and PSUEDOFS options were in there. I have added this line to my fstab: "proc /proc procfs rw 0 0" I no longer see this message: > # strace portupgrade vim > strace: open("/proc/...", ...): No such file or directory > trouble opening proc file (Google was my friend here!) However, my problems seem far from over. When I run strace now (e.g. "strace -o /root/strace.out portupgrade vim"), nothing happens. Typing 'top' shows this line: PID USER PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 829 root 96 0 1352K 696K STOP 0:00 0.00% 0.00% strace or sometimes it looks like this: 838 root 8 0 1356K 704K pioctl 0:00 0.00% 0.00% strace but the strace tool just doesn't want to generate any output. Strangely, I don't even see ruby appear in the top output when I use strace. Please guys, I would be so grateful if someone could offer me any advice or suggestions on this. Kind regards, James.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?412EF0EA.3050207>