Willie Walker <[email protected]> writes: > # restarted brltty with the debug flag: > Brltty -ldebug > # turned on braille support in Orca - At this point speech and braille > both > worked fine > # turned on grade 2 support in Orca - At this point, Orca crashed (as > expected) > > So now, if someone can tell me where to find the debug log file, I'll > send > it to the list.
If you just specify -ldebug, the log goes to syslog, i.e. /var/log/syslog. There will be different entries in there, not all coming from brltty. If you want a dedicated log-file, you will need to start brltty differently. Anyway, check the end of /var/log/syslog and see if you can find messages that look like this: Jun 30 12:00:16 fzidpc73 brltty[32412]: BRLTTY 4.0 [http://mielke.cc/brltty/] with # grep brltty /var/log/syslog you should be able to extract all these messages at once. -- CYa, ⡍⠁⠗⠊⠕ | Debian Developer <URL:http://debian.org/> .''`. | Get my public key via finger mlang/[email protected] : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44 `. `' `- <URL:http://delysid.org/> <URL:http://www.staff.tugraz.at/mlang/> _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
