Hi folks,
Could you shed some light on this ?
I create a volume and mkmount it, but any write results in "Connection timed
out".
(Session transcript follows):
# ctokens
Tokens held by the Cache Manager for docelic:
@realm
Coda user id: 2 (admin)
Expiration time: Thu Mar 22 01:29:52 2007
# cd /coda/realm/test
# echo writing works > testfile
# volutil create /vicepa user.doc
# bldvldb.sh
# cfs mkm doc user.doc
# cfs getfid .
FID = [EMAIL PROTECTED] VV = [ 2 0 0 0 0 0 0 0 ] [ b2aae229.476b ] [ 0 ]
# cfs getfid doc/
FID = [EMAIL PROTECTED] VV = [ 0 0 0 0 0 0 0 0 ] [ 0.0 ] [ 0 ]
# cfs lv doc/
Status of volume 01000004 (16777220) named "user.doc"
Offline message is ""
Volume type is ReadWrite
Connection State is Reachable
Reintegration age: 0 sec, time 0.000 sec
Minimum quota is 0, maximum quota is 12000
Current blocks used are 2
The partition has 81160 blocks available out of 2856496
# cd doc
# echo writing doesnt work > testfile
-bash: testfile: Connection timed out