MyBB Community Forums

Full Version: Fresh Install problem mybb_1608
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
You use nano (the text editor) and go through the file to find "enabled=1" to "enabled=0". If you need help on using nano try looking up guides on Google since it's very easy to use.
I said that to begin with..
(2012-07-21, 11:13 PM)Shannon Wrote: [ -> ]I said that to begin with..

i try to install nano but her the result..

source:tutorial

Quote:[root@mydomain /]# yum install nano
Loaded plugins: fastestmirror, protectbase
Determining fastest mirrors
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 309, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 178, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 345, in doCommands
self._getTs(needTsRemove)
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 101, in _getTs
self._getTsInfo(remove_only)
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 112, in _getTsInfo
pkgSack = self.pkgSack
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 662, in <lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 502, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.4/site-packages/yum/repos.py", line 232, in populateSack
self.doSetup()
File "/usr/lib/python2.4/site-packages/yum/repos.py", line 79, in doSetup
self.ayum.plugins.run('postreposetup')
File "/usr/lib/python2.4/site-packages/yum/plugins.py", line 179, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/fastestmirror.py", line 181, in postreposetup_hook
all_urls = FastestMirror(all_urls).get_mirrorlist()
File "/usr/lib/yum-plugins/fastestmirror.py", line 333, in get_mirrorlist
self._poll_mirrors()
File "/usr/lib/yum-plugins/fastestmirror.py", line 376, in _poll_mirrors
pollThread.start()
File "/usr/lib/python2.4/threading.py", line 416, in start
_start_new_thread(self.__bootstrap, ())
thread.error: can't start new thread

its not install the nano. any idea?

can any one there can help me or give a full command line to change 1 to 0

[main]
enabled=1 <-------this line.
verbose=0
socket_timeout=3
hostfilepath=/var/cache/yum/timedhosts.txt
maxhostfileage=1

vi /etc/yum/pluginconf.d/fastestmirror.conf

command line ---->> http://www.cs.colostate.edu/helpdocs/vi.html [ hope its correct]
vi is the samething almost, and did you try to use nano before you tried installing it? Just look up a guide on how to use the text editor via Google. If you don't want to do that, I can TeamViewer you if you want (PM me for more information).
Pages: 1 2