- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems at the SAM: Executing Custom Applicat...
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
11-26-2003 05:27 AM
11-26-2003 05:27 AM
Problems at the SAM: Executing Custom Application
The problem is that i need that the owner of this files will be sybase, because i have problems of privilegies at the files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 06:16 AM
11-26-2003 06:16 AM
Re: Problems at the SAM: Executing Custom Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 06:21 AM
11-26-2003 06:21 AM
Re: Problems at the SAM: Executing Custom Application
in my tmp directory, using "Execute using specific user id"
as you've said you have it... and it did create them as
the proper user/group. Are you sure the application you're
calling isn't suid root for some reason or other?
Just curious.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 06:24 AM
11-26-2003 06:24 AM
Re: Problems at the SAM: Executing Custom Application
adding chown probably wont do you any good, since the process ist run as sybase and cant change ownership of the log. Ist the name of the log always the same? If so, you might create it ahead with owner sybase. Are you talking about a script? If so, run the script as root and make a su - sybase within the script and start the process x.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 03:45 PM
11-26-2003 03:45 PM
Re: Problems at the SAM: Executing Custom Application
The purpose of
"Execute using user's Id" and "Execute using specified user's id" are different.
Execute using user's Id option is useful for restricted SAM. SAM will launch the custom application with the id of the user who started SAM. The user id is not related to the owner of the application. You can create a custom application, the launch restricted sam (using sam -r) and enable access to the custom application to certain users (say sybase_user1).
This is not what you want in your case. You always want the application to run as sybase.
Your problem can be solved by using the "Execute using specified user id" option.You can enable restricted access to this area, but now no matter who invoked the application, it is always run as sybase.
Hope this helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 03:51 AM
12-01-2003 03:51 AM
Re: Problems at the SAM: Executing Custom Application
are you still with us?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 07:44 AM
12-01-2003 07:44 AM
Re: Problems at the SAM: Executing Custom Application
i was analizing the case and i can see all recomendations that you do. So, finally the problem was because the permission and owner of the files binaries that was executing for the root. This files was with stiky bit.