Date: 31 May 2002 13:08:13 +0300 From: Juha Ylitalo <juha.o.ylitalo@nokia.com> To: freebsd-questions@freebsd.org Subject: CVS never finished when doing cvs co/update from Linux box. Message-ID: <1022839693.8192.19.camel@jylitpc.ntc.nokia.com>
next in thread | raw e-mail | index | archive | help
FreeBSD (CVS client): FreeBSD host.company.com 4.5-RELEASE-p6 FreeBSD 4.5-RELEASE-p6 #0: Fri May 31 10:30:35 EEST 2002 root@host.company.com.com:/usr/obj/usr/src/sys/MODEL i386 Linux (CVS server): RedHat 7.1 with cvs 1.11.1p1 Scenario: I have CVSROOT="username@server.company.com:/disk1/cvs" and whenever I try to do "cvs co ." or "cvs update .", CVS seems to do its job, but it doesn't seem to do exit at the end. Instead it just sleeps until I press ctrl+c to get shell prompt. Has anyone else experienced this problem and as even more important question, has anyone been able to figure solution for it ? I have tested that if I take normal ssh connection to server and say exit in the other end, connection closes without any problems. Here is snapshot from the end of "truss cvs -t update ." command: write(2,0x80bc68b,1) = 1 (0x1) cvs server: Updating nokia-proxieswrite(2,0x80c2102,34) = 34 (0x22) write(2,0x80bc68b,1) = 1 (0x1) S->rename(CVS/Entries.Backup,CVS/Entries)write(2,0x80c2102,42) = 42 (0x2a) write(2,0x80bc68b,1) = 1 (0x1) S->unlink_file(CVS/Entries.Log)write(2,0x80c2102,32) = 32 (0x20) write(2,0x80bc68b,1) = 1 (0x1) close(4) = 0 (0x0) -- Juha Ylitalo juha.o.ylitalo@nokia.com <work e-mail> +358 40 562 6152 http://www.iki.fi/~jylitalo/ <public www> "Some tools are used, because its policy, others because they are good." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1022839693.8192.19.camel>