info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: No CVS working, despite of SSH connection


From: Bulgrien, Kevin
Subject: RE: No CVS working, despite of SSH connection
Date: Tue, 14 Nov 2006 09:34:05 -0500

> since we use the rpm version of cvs i do not have any idea how to
> debug. could you give us a hint?

I have tried this a few times when I did not have a system built with debug
symbols.  Try running cvs under strace and capture the results.  You should
see evidence of all the file system accesses up to the point where it dies.

For example:

$ strace cvs update

...

access("CVS/Entries.Log", F_OK)         = 0
open("CVS/Entries.Backup", O_RDWR|O_CREAT|O_TRUNC, 0666) = 5
fstat64(5, {st_mode=S_IFREG|0640, st_size=0, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0xb7d2c000
write(5, "D/BootCode_Data////\nD/config////"..., 278) = 278
close(5)                                = 0
munmap(0xb7d2c000, 131072)              = 0
rename("CVS/Entries.Backup", "CVS/Entries") = 0
unlink("CVS/Entries.Log")               = 0
chdir("..")                             = 0
fchdir(3)                               = 0
close(3)                                = 0
time([1163514712])                      = 1163514712
gettimeofday({1163514712, 799192}, NULL) = 0
nanosleep({0, 200808000}, NULL)         = 0
time([1163514713])                      = 1163514713
munmap(0xb7d54000, 4096)                = 0
exit_group(0)                           = ?
Process 30859 detached

--- 
Kevin R. Bulgrien
Design and Development Engineer
VertexRSI


CONFIDENTIAL/PROPRIETARY 

Unless otherwise indicated, all information (including attachments)
contained in this e-mail communication is confidential and proprietary
information exclusively owned by the sender and/or its related or affiliated
companies and shall not, without the prior written consent of the sender, be
used, disclosed, distributed or reproduced, in whole or in part, by anyone
other than the individual or entity to whom this communication is addressed
exclusively for the purpose expressly indicated in this communication.

This e-mail communication is intended for the use of the individual or
entity to whom it is addressed.  If you are not the intended recipient of
this communication, you are hereby notified that any use, dissemination,
distribution or copying of this communication is strictly prohibited.  If
you have received this communication in error, please destroy any copies,
electronic, paper or otherwise that you may have.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]