Wayne Alexander wrote:
> All,
> how do I enable the graphical boot instead oif the text boot under 7.2?
Edit /etc/inittab
Find this line:
id:3:initdefault:
Change 3 to 5 and save, restart to test.
> Also, I turned my machine on this morning and I have another user option
> on my startup menu as 'zope'. I didn't add this user, so how did it get
> onto my system?
>
The zope pacakge may have needed it's own user to run (there are
several services like this that need their own user to run under
for security purposes.) If you aren't using zop then you can
safely remove it:
(Quick and dirty)
rpm -qa |grep -i zope |xargs rpm --nodeps -e
(If that is a bit scarry to you, this will allow you to see
any dependency errors)
rpm -qa |grep -i zope
rpm -e <pkg name>
Afterwards: userdel zope
(if package removal didn't do that for you already)
Woody
--
---------------------------------------------------------------
Gatewood Green Web Developer
http://www.linux.org/ The first stop for Linux info on the Net
Email: [EMAIL PROTECTED]
---------------------------------------------------------------
All opinions expressed by me are my own and not necessarily
endorsed by Linux Online, Inc. or Linux Headquarters, Inc.