From Fedora Project Wiki
(Created page with '== result ambiguous ==d oesn't say fail, but neither does it say pass, is this OK ? repoclosure --repofrompath myrepo,/home/infrastructure/software/linux/fedora/14/disc/ --newes...') |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== result ambiguous == | == result ambiguous == | ||
doesn't say fail, but neither does it say pass, is this OK ? | |||
<pre> | |||
repoclosure --repofrompath myrepo,/home/infrastructure/software/linux/fedora/14/disc/ --newest -t -r myrepo | repoclosure --repofrompath myrepo,/home/infrastructure/software/linux/fedora/14/disc/ --newest -t -r myrepo | ||
Added myrepo repo from /home/infrastructure/software/linux/fedora/14/disc | Added myrepo repo from /home/infrastructure/software/linux/fedora/14/disc | ||
Line 11: | Line 12: | ||
myrepo | myrepo | ||
Num Packages in Repos: 2766 | Num Packages in Repos: 2766 | ||
</pre> | |||
* [[User:Robatino|robatino]] I'm guessing that you're testing the x86_64 DVD. My output (which is what it should look like if all is well) is: | |||
<pre> | |||
[root@compaq-pc x86_64]# repoclosure --repofrompath myrepo,/media/ --newest -t -r myrepo | |||
Added myrepo repo from /media | |||
Reading in repository metadata - please wait.... | |||
Checking Dependencies | |||
Repos looked at: 1 | |||
myrepo | |||
Num Packages in Repos: 2766 | |||
[root@compaq-pc x86_64]# | |||
</pre> | |||
I'm using /media as the mount point as suggested in the instructions, I don't know if that matters. I don't know where the warning in your output comes from, sorry. | |||
P.S. I fixed the spelling in your earlier entry from "dtimmms" to "dtimms". Since you have a user page, this generates a link to it. I don't have one yet. |
Latest revision as of 10:37, 7 August 2010
result ambiguous
doesn't say fail, but neither does it say pass, is this OK ?
repoclosure --repofrompath myrepo,/home/infrastructure/software/linux/fedora/14/disc/ --newest -t -r myrepo Added myrepo repo from /home/infrastructure/software/linux/fedora/14/disc Reading in repository metadata - please wait.... Checking Dependencies /usr/lib/python2.6/site-packages/yum/packages.py:401: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if prcotuple in self.prco[prcotype]: Repos looked at: 1 myrepo Num Packages in Repos: 2766
- robatino I'm guessing that you're testing the x86_64 DVD. My output (which is what it should look like if all is well) is:
[root@compaq-pc x86_64]# repoclosure --repofrompath myrepo,/media/ --newest -t -r myrepo Added myrepo repo from /media Reading in repository metadata - please wait.... Checking Dependencies Repos looked at: 1 myrepo Num Packages in Repos: 2766 [root@compaq-pc x86_64]#
I'm using /media as the mount point as suggested in the instructions, I don't know if that matters. I don't know where the warning in your output comes from, sorry.
P.S. I fixed the spelling in your earlier entry from "dtimmms" to "dtimms". Since you have a user page, this generates a link to it. I don't have one yet.