We now have a little shell script which puts together the most relevant information we need when someone is having trouble running MegaGlest. This is also useful in situations where MegaGlest does not run at all or crashes quickly, an increasingly rare but difficult to diagnose case. On the other hand the system report also provides in-depth informationon the users' hardware and operating system, giving us a good idea of which environment MegaGlest is operating in.
This utility has been around for a while, but got a larger rewrite now (to add more features and safeguards) and it hasn't been tested much, yet, so please help testing. It's pretty straight forward, all you need to do is open a terminal window and paste this:
cd /tmp && wget 'http://megaglest.svn.sourceforge.net/svnroot/megaglest/trunk/source/tools/support/linux/system_report' && chmod +x system_report && ./system_report
This produces a report file which you should then make available as indicated.
This utility just gathers information (nothing personal except your hostname and username - you are welcome to edit this out if you prefer, but if you do, please make it visible), it does not make any changes to your system. You are also not supposed to run it as root/with sudo, running it as a normal/restricted user is fully sufficient.
Thanks in advance for testing.