SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:guides:faq [2010/05/03 20:22]
jozee
en:guides:faq [2010/07/07 16:25]
seawolf
Line 1: Line 1:
 ====== Frequently Asked Questions ====== ====== Frequently Asked Questions ======
- 
-<​note>​This page is currently under development. It will be subject to much change during the [[http://​listengine.tuxfamily.org/​lists.tuxfamily.org/​slitaz/​2010/​04/​msg00063.html|Documentation sprint]]. The information presented should be correct, though may not be 100% accurately tested. </​note>​ 
  
 Listed here are the most frequently asked questions from the user forums. Please check here to see if your problem has been fixed before starting a new forum thread. Listed here are the most frequently asked questions from the user forums. Please check here to see if your problem has been fixed before starting a new forum thread.
Line 7: Line 5:
 These are organised into per-scenario groups - from  system-level through to the desktop. Within each, a symptom describes a give-away identification of the problem; a widely-working solution is then outlined. These are organised into per-scenario groups - from  system-level through to the desktop. Within each, a symptom describes a give-away identification of the problem; a widely-working solution is then outlined.
  
 +\\
 +===== General ​ =====
 +  * [[faq-login|Log-In Problems]]
 +  * [[faq-terminal|Terminals (Copy/Paste etc.)]]
  
-----+\\
  
 +===== Package or Software ​ =====
 +  * [[faq-dependency| An Application Cannot Find Libraries/​Files ]]
 +  * [[faq-programfailstorun | A Program Doesn'​t Run or Quits Unexpectedly ]]
 +  * [[faq-pkgconv | Can I install a package on SliTaz from another distribution?​ ]] 
  
-=== Cannot Login to Desktop ===+\\
  
-== Symptoms ​==+===== Hardware ​ ===== 
 +  * ...
  
-  * Slim, the SliTaz Login Manager, fails with the message: +\\
-<​code>​ failed to execute login command </​code>​+
  
-== Explanation ​==+===== Questions Still Unanswered? =====
  
-This is caused when files in the user's /home directory ​are not properly configuredThe following files must exist, this can be verified with the ''​ls ​-la''​ command: +No problem! We are happy to hear your question over at our [[http://​forum.slitaz.org/​|Support Forum]] -- or even the [[http://​www.slitaz.org/​en/​mailing-list.html|Mailing List]] if it is a more lengthy discussion -- once you have looked through our [[http://doc.slitaz.org/​en:​start|documentation]]!
-  * .Xdefaults +
-  * .xinitrc +
-  * something else?+
  
-== Solution == +Answering questions takes time however, to answer them well slightly longer. This time could be better spent for other necessary thingslike improving SliTaz ​or writing documentation.
-You should copy the default files from the template located in the /etc/skel directory. This happens automatically when a new user is created with the SliTaz Control Boxbut not when using the command-line utilities. Occasionally users experience these files being removed ​or modified/​broken.+
  
-Switch to the root (superuser+** Your first post should include ​the following things: ** 
-<​code> ​su root </code+ 
-Change to the affected users /home directory: +  * detailed information about your hardware 
-<codecd /​home/​USERNAME ​</​code>​ +    *  e.g the manufacturer and model of your computer, motherboard or (even betterdetailed chip information. The latter can be found by running the following command and uploading the generated //​SysInfo.txt//​ file: 
-Set the shell options ​to allow the dot (.) to be included in file names: +  
-<​code>​ shopt -s dotglob </​code>​ +<​code>​ 
-Copy all files, recursively+echo '=== PCI Devices: ===' ​>> SysInfo.txt && lspci >> SysInfo.txt && echo '=== USB Devices: ===' \  
-<​code>​ cp -r /etc/skel//​home/​USERNAME </​code>​ +>> SysInfo.txt && lsusb >> SysInfo.txt && echo '=== Kernel Modules===' ​>> SysInfo.txt && lsmod >> SysInfo.txt 
-Change ownership of all files and directories in the user's home to that of the affected user: +</​code>​ 
-<​code>​ chown -R USERNAME:USERGROUP ​/home/USERNAME/* </code> + 
-Restore the shell options+  * precise information about your SliTaz installation:​ 
-<​code>​ shopt -u dotglob </​code>​ +    *  which version ​to you have? Stable or Cooking? 
-The essential files should now be restored!+    *  are you using the standard ISO or a specific flavor ​(XVESA, Lo-RAM etc.)? 
 +    ​* ​ is it installed on a HD or on an USB stick? 
 +    *  do you know which file-system you used? 
 + 
 +  * identify when your problem appeared
 +     was it just after installation or after an update? 
 +    ​* ​ were there any changes ​to your normal usage pattern or configuration?​ 
 + 
 +This should provide enough system information for help to be provided. 
 + 
 + 
 +----  
 +\\ 
 +^  Page Review Section ​ ^^  
 +|Quality| Low  | 
 +|Review| Major Updates FIXME  | 
 +|Priority| High | 
 +|Problems| add a [[http://forum.slitaz.org|forum post link]]| 
 +|:::     | OR add a [[http://labs.slitaz.org/​issues |lab issue tracker link ]]| 
 +|How to Improve| Suggest briefly, e.g.,| 
 +|::: | [[en:​guides:​start | Add link]]| 
 +|::: | Add new rows like this ;-)  | 
 + 
 +\\ 
 +----
 
en/guides/faq.txt · Last modified: 2019/01/30 15:37 by hgt