- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem starting an application (unable to op...
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-17-2002 07:48 AM
10-17-2002 07:48 AM
Problem starting an application (unable to open /dev/console)
I'm having some problems when starting an application. Everytime I'm trying to run a binary of the application (over HPUX 11i) I'm obtaining the same error:
*********************************************************
* FILE: ushbin
* Unable to open console.
* Unix system call open(/dev/console) failed,
* errno(1) = Not owner
*********************************************************
I have checked the /dev/console and it seems to have the right permissions:
$ ll /dev/console
crw--w--w- 1 root tty 0 0x000000 Oct 17 10:23 /dev/console
The binaries are owned by an special user (the one I use to start the ap.). Do I have to include this user in some group in order to use /dev/console ??? or have I to check any configuration file?
Thank you very much for your help,
Best Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 08:11 AM
10-17-2002 08:11 AM
Re: Problem starting an application (unable to open /dev/console)
Ted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 08:34 AM
10-17-2002 08:34 AM
Re: Problem starting an application (unable to open /dev/console)
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 08:38 AM
10-17-2002 08:38 AM
Re: Problem starting an application (unable to open /dev/console)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 10:17 AM
10-17-2002 10:17 AM
Re: Problem starting an application (unable to open /dev/console)
My guess is that this is a GUI application & you need to do either:
A) export DISPLAY=xxx.xxx.xxx.xxx:0 (The IP of your workstation running an X server)
OR
B) Install Xvfb (X-windows virtual frame buffer) that will "fake-out" the app to make it think there's an graphic device local to the server.
HTH,
Jeff