AndLinux: Difference between revisions

From miki
Jump to navigation Jump to search
(New page: == Troubleshooting == * Slow boot time + message below in the console. Check [http://www.andlinux.org/forum/viewtopic.php?t=291&sid=7ef2f7b1234865dd3fabe645c1b48a25 this post]. <br/> Poten...)
 
No edit summary
Line 1: Line 1:
== Troubleshooting ==
==Troubleshooting==
===Startup delays===
* Slow boot time + message below in the console. Check [http://www.andlinux.org/forum/viewtopic.php?t=291&sid=7ef2f7b1234865dd3fabe645c1b48a25 this post]. <br/> Potential solution: rename '''<tt>base.drv</tt>''' and '''<tt>swap.drv</tt>''' to '''<tt>base.drive</tt>''' and '''<tt>swap.drive</tt>''' and edit accordingly file '''<tt>settings.txt</tt>'''.
* '''Interaction with Anti-Virus software''' - AV software may interact with the startup of AndLinux, typically by maintaining a lock on the 4GB disk image file <tt>base.drv</tt> while it is scanned.
<div style="padding-left:2em;"><pre>
** '''Solution''': To prevent this, one can exclude the andlinux directory from the AV on-access scanner. In McAfee, this is done by ''opening the '''VirusScan console''' &rarr; '''double-ckick''' On-Access Scanner &rarr; then select '''All Processes''' &rarr; open the pane '''Detection''' and click the button '''Exclusions...''' &rarr; click '''Add...''' to add a new exclusion &rarr; '''Browse''' to AndLinux directory and select '''Also exclude subfolders'''''.
ReiserFS: cobd0: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on cobd0
* '''Stalling when mounting /''' - You experience a huge delay during the startup process, and when launching the ''FLTK'' console, you observe that andlinux is stalling on the message below.
<div style="padding-left:2em;"><pre>ReiserFS: cobd0: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on cobd0
kjournald starting. Commit interval 5 seconds
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
EXT3-fs: mounted filesystem with ordered data mode.
Line 9: Line 11:
kjournald starting. Commit interval 5 seconds
kjournald starting. Commit interval 5 seconds
</pre></div>
</pre></div>
:* '''Solution''': The fix proposed in [http://www.andlinux.org/forum/viewtopic.php?t=291&sid=7ef2f7b1234865dd3fabe645c1b48a25 this post] is to actually change the extension of the disk image file from <tt>.drv</tt> to something like <tt>.drive</tt> (ie. change <tt>./Drives/base.drv</tt> to <tt>./Drives/base.drive</tt> and <tt>./Drives/swap.drv</tt> to <tt>./Drives/swap.drive</tt>) and adapt the configuration files <tt>./settings.txt</tt> accordingly.

Revision as of 16:47, 21 January 2009

Troubleshooting

Startup delays

  • Interaction with Anti-Virus software - AV software may interact with the startup of AndLinux, typically by maintaining a lock on the 4GB disk image file base.drv while it is scanned.
    • Solution: To prevent this, one can exclude the andlinux directory from the AV on-access scanner. In McAfee, this is done by opening the VirusScan consoledouble-ckick On-Access Scanner → then select All Processes → open the pane Detection and click the button Exclusions... → click Add... to add a new exclusion → Browse to AndLinux directory and select Also exclude subfolders.
  • Stalling when mounting / - You experience a huge delay during the startup process, and when launching the FLTK console, you observe that andlinux is stalling on the message below.
ReiserFS: cobd0: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on cobd0
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Modules already installed.
Closing /
kjournald starting.  Commit interval 5 seconds
  • Solution: The fix proposed in this post is to actually change the extension of the disk image file from .drv to something like .drive (ie. change ./Drives/base.drv to ./Drives/base.drive and ./Drives/swap.drv to ./Drives/swap.drive) and adapt the configuration files ./settings.txt accordingly.