- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DDE DEBUGGER
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
10-24-2000 07:14 AM
10-24-2000 07:14 AM
DDE DEBUGGER
I am working on HPUX 11.0. I am getting errors while executing dde debugger, version 4.23.
I am getting following errors and it hangs.
> dde
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 51 (X_SetFontPath)
Serial number of failed request: 60
Current serial number in output stream: 61
--------------------------------------------
I don't have dde Files such as .dderc , .ddeguirc.
Whether these files are required?
I tried following commands but it still giving me same errors.
dde -display DISPLAY_MACHINE.0
dde X_options
Thank you.
-Pravin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 07:27 AM
10-24-2000 07:27 AM
Re: DDE DEBUGGER
setup a fontserver on the s800 system : configure the PC X client to use it !
If this is the case use search facility on this page : look for info on xfs and fontserver ... should be enough to get you going. If not give more details of your X enviroment :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 07:29 AM
10-24-2000 07:29 AM
Re: DDE DEBUGGER
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 10:09 AM
10-24-2000 10:09 AM
Re: DDE DEBUGGER
Can u please eleborate on xfs & fontserver.
dde -display
Can u tell what contains .dderc has?
-Pravin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 12:01 PM
10-24-2000 12:01 PM
Re: DDE DEBUGGER
1. Setup your HP server as a font server. Vi /etc/rc.config.d/xfs and start the fint server by issuing the command
/sbin/init.d/xfs start
2. On the machine where you wish to run dde:
xset fp+ tcp/hp_ux_server_hostname:7000
or set the font path in your PC X-Server software.
Hope this helps,
Rik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 05:42 AM
10-25-2000 05:42 AM
Re: DDE DEBUGGER
I would first try and see if the problem is wuith the debugger or the display.
You can try running "dde -ui line "
to invoke non-gui dde. If that does not succeed u have a problem with the debugger itself.
You can also try using wdb (gdb) debugger.
Thanks