diff options
author | SoonKyu Park <sk7.park@samsung.com> | 2016-09-23 10:35:49 +0900 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-09-23 10:35:49 +0900 |
commit | c46ae15366c67ee9ecabd417f1773f454e724aa7 (patch) | |
tree | 12329309b8067983625c63213f658a5ec8e05ba0 /doc/faq.rst | |
parent | 4915f9a5a1da5eaa20c58e798a2ac5de0ef7eeb0 (diff) | |
parent | 4161678b3bf9d2eb36fdcb82c820bce02f6ba5bc (diff) | |
download | mic-c46ae15366c67ee9ecabd417f1773f454e724aa7.tar.gz mic-c46ae15366c67ee9ecabd417f1773f454e724aa7.tar.bz2 mic-c46ae15366c67ee9ecabd417f1773f454e724aa7.zip |
Merge release-0.27.1 from 'tools/mic'submit/tizen/20160923.060613accepted/tizen/common/20160923.160804tizen_0.27.1
Change-Id: Ifba625f3902104e6a21e8340f5b292f0190057d7
Diffstat (limited to 'doc/faq.rst')
-rw-r--r-- | doc/faq.rst | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/faq.rst b/doc/faq.rst deleted file mode 100644 index aef97c3..0000000 --- a/doc/faq.rst +++ /dev/null @@ -1,24 +0,0 @@ -FAQ -=== - -Q: When creating an image, MIC shows "Error <creator>: URLGrabber error: http://www.example.com/latest/repos/oss/ia32/packages/repodata/repomd.xml" - -A: Perhaps your network has some issues, or your proxy doesn't work. Try another proxy or find out the network issue. - -Q: MIC complains "Error <repo>: found 1 resolver problem, abort!" - -A: This is not an issue with MIC, but with the repo you used. Make sure the packages in the repo you used have proper dependencies. - -Q: I used '-A i586' to create an i586 image, but it showed "nothing provided ....". What's wrong with it? - -A: Use '-A i686'. i586 is lower than i686, so many packages will be missing from the installation. - -Q: MIC shows in the log: "file /usr/share/whatever conflicts between attempted installs of somepackageA and somepackageB" - -A: There are conflicts between some packages in the repo you used, but this is not an issue with MIC. Please make sure you are using a proper repo. - -Q: Error shows: Command 'modprobe' is not available in Fedora 17. - -A: In Fedora 17, when you use sudo, the PATH variable will be changed and you will lose some important paths. Run 'export PATH=/sbin:$PATH' before running MIC. - - |