PDA

View Full Version : Security Level won't open


brisray
1st June 2005, 03:21 PM
What happens is that it appears to be loading - hourglass appears on screen, "Starting Security..." appears in the panel - but then these disappear and it doesn't actually start.

This has been happening for the last few builds and I keep hoping it'll get fixed in the next one.

If someone wants to tell me what the command is to start it from terminal I'll post the output from that.

Ray

brahms
1st June 2005, 04:13 PM
system-config-securitylevel
You could also try the TUI
system-config-securitylevel-tui

brisray
1st June 2005, 08:47 PM

weird, typing both commands gives "command not found"

OK, so what do I need to install?

Ray

bitrain
1st June 2005, 08:50 PM
updatedb
locate system-config-securitylevelIt probably gives /sbin/system-config-securitylevel but this way you know for sure.

brisray
1st June 2005, 10:00 PM
OK, thanks for the reply but I've fixed it now. I looked for the RPMs in the yum cache then tried to force a reinstall of those.

rpm --force --install var/cache/yum/development/packages/....

That didn't work, so I uninstalled system-config-securitylevel* which also uninstalled firstboot.

yum remove system-config-securityLevel*

I then made a fresh install of system-config-securitylevel* and firstboot

yum install system-config-securityLevel* firstboot

Now everything is working again.

Ray