1833030 Members
2550 Online
110049 Solutions
New Discussion

Bastille fatal error....

 
dev44
Regular Advisor

Bastille fatal error....

I am getting the following error when I run Bastille:

FATAL A fatal error has occurred. Not all of the
questions
that pertain to this system have been answered. Rerun
the interactive portion of Bastille on this system.
MODULE.QUESTION=AccountSecurity.gui_login

I delete the config file and ran through bastille again and same error each time. When I went into the Questions directory and read the AccountSecurity.txt questions, I am not even being asked all the questions....namely the one it is complaining about. I really don't know bastille that well...any ideas how I can get it to ask ALL the questions?

Thanks,
whatever
8 REPLIES 8
James R. Ferguson
Acclaimed Contributor

Re: Bastille fatal error....

Hi:

It's always helpful to give the OS version when describing a problem. That said, the questions asked by running Bastille will depend on what security level you have installed. For example, if you installed 'Sec10Host' then questions relating to IPFilter (as I recall) will be skipped.

Regards!

...JRF...
dev44
Regular Advisor

Re: Bastille fatal error....

Yes, sorry.....we are hp-ux 11.31

I am not sure what you mean James by the security level. I don't know where I would have set that. I just basically ran through and answered yes or no to all the questions.
whatever
James R. Ferguson
Acclaimed Contributor

Re: Bastille fatal error....

Hi (again):

> I am not sure what you mean James by the security level.

I should have said "install-time-security-levels".

See this guide:

http://docs.hp.com/en/5992-6416/5992-6416.pdf

Regards!

...JRF...
dev44
Regular Advisor

Re: Bastille fatal error....

I don't remember what I selected at install therefore, I probably didn't select anything and it would be the default 00Tools. Do you know of a way to find out what the level is at? In the docs I found it just tells you how to set it but not how to find out what you're at....after the fact.

Anyway, with the default level, I would assume I should be asked all the questions. And if I am not being asked certain questions, then it shouldn't try and factor them in when configuring the security. I think anyway ;0)
whatever
James R. Ferguson
Acclaimed Contributor

Re: Bastille fatal error....

Hi (again):

> I don't remember what I selected at install therefore, I probably didn't select anything and it would be the default 00Tools. Do you know of a way to find out what the level is at? In the docs I found it just tells you how to set it but not how to find out what you're at....after the fact.

A 'swlist' should show you the install-time "key".

Regards!

...JRF...
dev44
Regular Advisor

Re: Bastille fatal error....

Sec00Tools B.01.04.10 Install-Time security infrastructure.

whatever
VK2COT
Honored Contributor

Re: Bastille fatal error....

Hello,

# bastille -l

will tell you the security level
you chose at the installation time.

If you wissh, to revert to so-called
pre-bastille state run:

# bastille -r

... and then start over again...

Cheers,

VK2COT

VK2COT - Dusan Baljevic
Ryan Lardinois
Occasional Contributor

Re: Bastille fatal error....

I had the same problem running Bastille on 11.31. I opened the config file in vi and added:

# Q: Would you like to disable the local graphical login? [Y]
AccountSecurity.gui_login="Y"

I then ran Bastille again and it completed without error.