Package: kpilot Version: 2.1.1-4 With devfs, the tts/{0,1} character devices are created only when the visor is in sync-mode. After it finishes, the devices are unlinked from the fs, and any programs that don't close their old filehandles and look for new files (like kpilot) are never able to sync.
The daemon is watching a file that is deleted, so syncs fail. - chad