- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Bastille v. Curses.pm
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 11:49 AM
тАО07-11-2003 11:49 AM
Bastille v. Curses.pm
Is there a work around or a solution??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 11:57 AM
тАО07-11-2003 11:57 AM
Re: Bastille v. Curses.pm
It may need to be reinstalled.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 11:58 AM
тАО07-11-2003 11:58 AM
Re: Bastille v. Curses.pm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 12:06 PM
тАО07-11-2003 12:06 PM
Re: Bastille v. Curses.pm
Elena.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 12:13 PM
тАО07-11-2003 12:13 PM
Re: Bastille v. Curses.pm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 12:20 PM
тАО07-11-2003 12:20 PM
Re: Bastille v. Curses.pm
cd /somedir
download the file to this dir
unzip/untar the file and a directory will be created that has the name of this module
cd to this module dir
perl MAkefile.PL
make
make test
make install
Elena.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 12:29 PM
тАО07-11-2003 12:29 PM
Re: Bastille v. Curses.pm
I have GCC 3.2.3 installed.
I even downloaded it from CPAN and went through the compilation process.
-rwxr-xr-x 1 root sys 17013
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 12:29 PM
тАО07-11-2003 12:29 PM
Re: Bastille v. Curses.pm
Bastille will first attempt to run it's Perl/Tk interface, if your DISPLAY is not set or you do not have Perl/TK installed the bastille script will attempt to use the Linux based Curses module. HP does not currently support this module so try the following:
# export DISPLAY=remoteipaddress:0.0
# bastille -x
If bastille reports that it could not find the Tk.pm then download the latest perl depot from software.hp.com and try again.
- Tyler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 12:36 PM
тАО07-11-2003 12:36 PM
Re: Bastille v. Curses.pm
Does that mean I need to run via x-windows and can nut run via command line?
# export DISPLAY=remoteipaddress:0.0
# bastille -x
I used those commands, and gut much further, but it crapped out saying:
couldn't connect to display "remoteipaddress:0.0"
at /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/Tk/MainWindow.pm line 55,
MainWindow->new() at /opt/sec_mgmt/bastille/lib/Bastille_Tk.pm line 167
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 12:48 PM
тАО07-11-2003 12:48 PM
Re: Bastille v. Curses.pm
On your 'remoteipaddress' machine, you might try to make sure you do an 'xhost +' or whatever the equivalent is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 12:55 PM
тАО07-11-2003 12:55 PM
Re: Bastille v. Curses.pm
A couple of thoughts:
The IP address of the machine that you would like to view the Bastille X based GUI on should have X running and should be accepting X based connections from the HP-UX machine that you are attempting to run Bastille from.
Try the following:
localhost> xhost +my_remote_ip_address
remotehost> export DISPLAY=localhost:0
remotehost> bastille -x
If that's all lined up with what you are doing then read on.
Are you "su"'ing from a regular user to root and then attempting to tunnel via ssh tunneling your X content? If the tunnel wasn't initiated by the sending uid then ssh will sometime refuse the x connection in weird ways.
Let me know how it goes.
- Tyler