Summary: | CVS commit hangs at select function call | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Antony Potter <tone> |
Component: | [OLD] Library | Assignee: | Maintainers for cvs, and cvs related tools (the version control system) [OBSOLETE] <cvs-utils+obsolete> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Antony Potter
2005-09-23 05:06:35 UTC
I'd suggest compile with debug flags, and running cvs under gdb to see some more useful output. CFLAGS='-ggdb3 -O1 -save-temps' FEATURES='nostrip keepwork' emerge cvs and then run cvs under gdb. Hi, thanks for your help. I think I've solved the problem though. I was connecting to the CVS repository over a VPN. The VPN link was also giving me problems when transfering large files from one network to the other. I found that by reducing the MTU on the interface the transfer problem went away. This also seemed to solve my CVS problem, and I'm now able to commit to the repository. Not sure why I could check out files over the network, but not commit them back. It's beyond me... Thanks again. Antony |