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
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
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
09-27-2001 10:01 AM
09-27-2001 10:01 AM
Our dept.'s transition from 10.20 to 11i continues on apace. My current project is learning the gdb/wdb debugger. I would particualarly like to be able to use the wdb GUI, but when I try to invoke it I get the error message
Error: Can't open display:
Error: Couldn't find per display information
Neither message is listed in the docs, and devresource is STILL down, so do any of you have experience in this area?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 10:08 AM
09-27-2001 10:08 AM
Re: wdbgui
How are you logging into the system, CDE or telnet login. You need to use xterm to use the GUI.
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 10:16 AM
09-27-2001 10:16 AM
Re: wdbgui
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 10:19 AM
09-27-2001 10:19 AM
Re: wdbgui
I'm using telnet. I hadn't heard of xterm before, so I looked at the man pages, but I don't think it applies to me. Could be wrong, though, thanks for your interest, Sanjay. (et all)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 10:26 AM
09-27-2001 10:26 AM
Re: wdbgui
To use GUI software, you need x-emulation software on your local pc to connect to host.
With simple text based telnet emulation, gui softwares will not work.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 02:16 PM
09-27-2001 02:16 PM
SolutionYou cannot use GUI applications using telnet. If you try to run any GUI application, you'll get that error you are receiving about can't open display.
Telnet gives you a character terminal interface and for GUI you need a graphical interface. That was the reason i enquired wether you are using xterm i.e. xterminal interface.
If you are logging in from a windows workstation you can use some xterm application which will provide you with a graphical interface to the unix server.
Check this site for a 60 day trial copy of such an emulation package.
http://www.wrq.com
you can also try hummingbird exceed.
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 12:24 AM
09-28-2001 12:24 AM
Re: wdbgui
Short of that, you could use the screen oriented GUI of w/gdb by using the -tui option to the program.
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 11:35 AM
09-28-2001 11:35 AM