279 | | |
280 | | == Troubleshooting on Windows 95 == #WindowsTrouble |
281 | | |
282 | | === Common problems === |
283 | | |
284 | | '''Unable to shutdown Windows95''':: |
285 | | Check the DOS Windows settings of Venus and Relay. The check box Properties- > Misc- > Termination must be unticked. |
286 | | |
287 | | '''I cannot reboot Windows95 and I think it is due to the VXDs loaded for Coda''':: |
288 | | Boot your System in DOS mode by pressing F8 on boot time. Cd to the windows directory and type edit system.ini . In the section [enh386] you will find the entries |
289 | | {{{ |
290 | | device=c:\usr\coda\bin\mmap.vxd |
291 | | device=c:\usr\coda\bin\mcstub.vxd |
292 | | }}} |
293 | | Comment them out by using a ; in front of the lines. Try to restart Windows again. |
294 | | |
295 | | '''How can I find out why venus.exe crashed''':: |
296 | | See troubleshooting venus. When this happens it might not be possible to restart Venus, if it is still mounted. In this case try to unmount by typing |
297 | | {{{ |
298 | | unmount <drive>: |
299 | | }}} |
300 | | If it does not work, you want to reboot the machine. |
301 | | |
302 | | '''How can I find out more about what has happened''':: |
303 | | Look in the file c:\vxd.log . The file system driver codadev.vxd prints information about all requests and answers in this file. the information is only stored if the debug level has been turned on. the debug level is specified in the registry |
304 | | {{{ |
305 | | HKLM/System/CurrentControlSet/Services/VxD/Codadev/Debuglevel |
306 | | }}} |
307 | | Set the debug level higher than 0 to receive messages in the debug file. |
308 | | |
309 | | '''I hook my running machine off the network and the explorer blocks''':: |
310 | | Venus switches to disconnected mode after a short timeout. After that it should work fine. If it doesn't, check if you have 'network connections' set up in the explorer (e.g. samba drive). 'Network connections' block your system, when no network is available. |
311 | | |
312 | | === Restrictions === |
313 | | |
314 | | * Most command line tools, that talk to Venus through the ioctl interface of the Coda kernel module seem to work even when they print error messages. |
315 | | * Handling large files (in particular executables) does not work well in a low bandwidth scenario. |
316 | | * cfs.exe and hoard.exe use absolute pathnames so far. |
317 | | * Long filenames are not supported under DOS environment yet. You can access files, but you need to use the long filenames. |