Hi David: In your search for your favorite game, it may be quickest if you ask Ron to share his yum.conf file. He may have a different list of YDL sites listed in his yum.conf which allows yum to find and install Westnoth and perhaps other games of interest to you. Once you have studied his copy, you may be able to modify it further to include even more YDL mirrors which may have more variety matching your interests.
Passwords and security By definition, everyone during the YDL installation process provides a password to the system as the root or system administrator password. Unless the YDL system you use is owned by another, you are also (as far as the computer is concerned) the root or system administrator as you know what that password is. Each YDL installation has it's own password therefore; there is no shared password across each YDL system. So my root password is useless to you. Also during the YDL installation process you were supposed to establish a user identity associated with a user password for that id. The idea is that the functions done as root or system administrator which include: creating/modifying hard drives, adding printers and other networks are functions not done very often by most people. Therefore to prevent major unintended screw-ups, which as human beings we are each marvelously gifted at, creating a user id with a password tied to that id would allow us access to a YDL system so that as a user simple tasks can be done such as: write a letter, do artwork, or play games. The user password is unique to the user id and not related in any way to the root password. Now about sudo. Sudo requires registration of a particular user id together with that's user's password into a specific registry. Once this procedure is completed then you can use the sudo command which will then allow access to root level commands such as yum but require and accept not the root password, but the user password instead for a limited period of time. If you don't enter the user password you are dropped back into user mode and your system remains safe from unintended changes which could force you into an entire reinstall of your complete YDL system. Now let's go back to the root password. What if you don't know your system admin or root password? In that event you use the rescue boot tool within the YDL 5 Install 1st CD or DVD to change that root password. It is also possible that you've been using the root password as your user password. How to tell? Open a terminal to help you determine this. Here's an output within a terminal while I'm in user mode. In Unix/Linux different shells (csh, ksh, and so on) exist, bash the one I'm using uses the $ when it's in use. In the commands within the terminal I moved to a different directory: [EMAIL PROTECTED] ~]$ cd /usr/bin [EMAIL PROTECTED] bin]$ Now I'll switch to superuser or su (root or system administrator mode): [EMAIL PROTECTED] bin]$ su Password: [EMAIL PROTECTED] bin]# Explanation: aguila is my user name on my system. su is the short-form of the superuser command telling YDL I'm switching to System Administrator mode and requires me to enter the root or System Administrator password. Note that it does not appear. Also note that the system responds upon the acceptance of the correct password that aguila disappears and root appears instead. Hopefully, all the above will give you a clue how to proceed. If you determine that you do need to use the rescue mode, please refer to the instructions here: http://www.terrasoftsolutions.com/support/solutions/ydl_general/rescue-mode.shtml The instructions are old but useful. Good Luck ... On Wed, 27 Jun 2007 09:33:10 -0700 David Lowe <[EMAIL PROTECTED]> wrote: > On Jun 26, 2007, at 7:01 PM, Ron Rogers Jr. wrote: > > > Fedora Core > > > > Battle for Wesnoth is included in Fedora Extras, which is > > enabled in Fedora by default. The current version of Battle for > > Wesnoth in Fedora 5, Fedora 6, and the development branch is > > 1.2, and is available for ppc, i386, and x86_64 architectures. > > If you have problems with these packages, or other questions, > > please contact the Fedora maintainer Brian Pepple. > > > > To install simply run: > > > > *yum install wesnoth wesnoth-tools wesnoth-server > > I'm a little perplexed as to why yum would have access to packages > that the package manager can't see, but i'm game to give it a try. > Right now can somebody tell me why the root password that works in > Package Manager isn't accepted in the command line for either 'sudo > yum *' or 'sudo su'? > > Okeh, the login screen let me login as root. However, running the > command line as given [well, minus the splat] ends with: > > No Match for argument: wesnoth > No Match for argument: wesnoth-tools > No Match for argument: wesnoth-server > Nothing to do > > It appears as if the operative phrase in the above quotation is > "enabled in Fedora by default". We can plainly see that it ain't > enabled in YDL by default. So again, if YDL is supposed to be able > to access these repositories, i'll need to know how to configure > things, cuz i'm getting nowhere fast. If i was psychic, i surely > would contact Brian Pepple. > > Using a rusty Amiga 4000T, a shiny PowerMac G5, & a homebuilt Ubuntu box > > I like long walks, especially when they are taken by people who annoy > me. > > > > _______________________________________________ > yellowdog-newbie mailing list > [email protected] > http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-newbie ======== The scientist's religious feeling takes the form of a rapturous amazement at the harmony of natural law, which reveals an intelligence of such superiority that, in comparison with it, the highest intelligence of human beings is an utterly insignificant reflection. This feeling is the guiding principle of his life and work. -- Albert Einstein, Scientist. _______________________________________________ yellowdog-newbie mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-newbie
