Please be aware that access to these programs is restricted
according to a the license agreements with the various vendors.
BU Linux machines can authenticate to the main campus Kerberos servers,
but need to have a local database of account information. In some
departments, this is provided via LDAP or NIS, but in most cases, you'll
need to set up this yourself.
This is actually easier than it sounds. All you need to do is log in with
the root account with the password you created during the
installation process. If you are in graphical mode, this should take you
immediately to the GUI user account management tool, with which you should
find it very easy to add a BU login account which uses your central Kerberos
password. If you're in text mode, simply type useradd -K
username to accomplish the same thing. You can also create a
local-only (non-Kerberized) account with a local password.
No matter which course you chose, you may also want to add your account to
the wheel group, which will give you administrator
(root-equivalent) access via sudo and with the various graphical
configuration tools.
When you've created your account, exit the GUI tool or log out of the
root account, and log back in as yourself.
top
6. Help! I did an upgrade, and I can't log in even as root!
We've seen this problem with upgrades to Bossanova several times.
Luckily, it's not too hard to fix. You need to boot into single user
mode to fix the problem:
- reboot the system
- at the GRUB bootloader prompt press 'p' to
enter the bootloader password and unlock GRUB's administrative
options. This password will be intially set to whatever you chose
as your root password in the installer.
- press 'a' to append a keyword to the kernel boot line.
- type the keyword single, and press the enter key.
- the system will boot, and ask for the root password, and then
put you at a command prompt in single-user mode.
Once in single user mode, simply run
system-config-authentication,
and say 'next' on each screen. (Pressing F12 twice should accomplish this.)
This will rewrite your authentication configuration files to what should be
correct.
Then, simply reboot with the reboot command.
top
I installed BU Linux, and now my dual-boot Windows XP won't work!
This is a known problem with the Fedora Core 2 distribution on which BU
Linux 4.0 (Bossanova) is based. Luckily, it can be easily corrected by
following these steps. Note
that this article also has information on preventing the problem from
occuring in the first place.
top