When I try to run CVSup, it says it has connected to the server, but then it just hangs. Whats wrong?
You are behind a firewall which is blocking attempts by the CVSup server to establish a second TCP connection to your client. Add the option “-P m” to your cvsup command line, and everything should work fine. • Whenever I run CVSup under FreeBSD, I get zillions of messages like this: fatal process exception: page fault, fault VA = 0x11a610. When you built your FreeBSD kernel, you included the undocumented “options DEBUG” in the kernel config file. Don’t do that. • I tried to run the FreeBSD binary of CVSup under BSD/OS, but it dumped core right away. Isn’t that supposed to work? Yes, the statically linked FreeBSD binaries work fine under other BSD-derived operating systems. But for some of them, including BSD/OS, you have to add “@M3novm” to the command line. CVSup is written in Modula-3, and its runtime system uses a sophisticated garbage collector which exploits hooks into the VM subsystem of the operating system to gain better interactive performance. This feature stumbles upon an i
Related Questions
- I have downloaded a .exe file from the STEPS server, but when I try to run it it does not work. What is going wrong?
- I try to debug my GTK+ application with gdb, but it hangs my X server when I hit some breakpoint. Any Idea?
- When I try to run CVSup, it says it has connected to the server, but then it just hangs. Whats wrong?