- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle sendmail queue denied
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
05-30-2001 06:00 AM
05-30-2001 06:00 AM
Sendmail for root is working fine, but for user Oracle I have problem as:
"Oracle >queuename: Cannot create "qfJAA04903" in "/var/spool/mqueue" (euid=101
): Permission denied"
The /var/spoo/mqueue is 755 bin/bin.
What is problem?
Thanks a lot!
Steven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 06:05 AM
05-30-2001 06:05 AM
Re: Oracle sendmail queue denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 06:10 AM
05-30-2001 06:10 AM
Re: Oracle sendmail queue denied
root user is fine.
Or maybe something is missing. I grep sendmail daemon as:
"quarry #ps -ef|grep sendmail
root 4760 1 0 09:13:58 ? 0:00 sendmail: accepting connections"
I have done /sbin/init.d/sendmail start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 06:35 AM
05-30-2001 06:35 AM
Re: Oracle sendmail queue denied
ll /usr/sbin/sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 06:41 AM
05-30-2001 06:41 AM
Re: Oracle sendmail queue denied
It is
"Server # ll /usr/sbin/sendmail
-rwxr-xr-x 1 root mail 344064 Jun 7 1996 /usr/sbin/sendmail"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 06:50 AM
05-30-2001 06:50 AM
Re: Oracle sendmail queue denied
Stock HP permissions are
$ ll /usr/sbin/sendmail
-r-sr-sr-t 1 root mail 409600 Feb 26 1999 /usr/sbin/sendmail
$ ll -d /var/spool/mqueue
drwxr-xr-x 2 bin bin 54272 May 30 10:48 /var/spool/mqueue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 06:56 AM
05-30-2001 06:56 AM
Re: Oracle sendmail queue denied
Could you please tell me how to change them? The problem came from yesterday after /usr permission was 444 (accident), then recovered.
Something are missing then.
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 07:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 07:20 AM
05-30-2001 07:20 AM
Re: Oracle sendmail queue denied
Thank you very much and it works!
Can you tell me more what 7 means here (7555)? I am missing sth.
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 07:33 AM
05-30-2001 07:33 AM
Re: Oracle sendmail queue denied
2000 (= g=s) Set group ID on file execution (file only)
1000 (= u=t) Set sticky bit; save text image after execution (a.k.a. leave it in memory 'cause it'll probably get used alot)
Add 'em up to get the 7000. Add that to 555 to get 7555.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 08:50 AM
05-30-2001 08:50 AM
Re: Oracle sendmail queue denied
Thank you very much for the decent help.
I have the similar situation on lp. I re-create network printer via sam, and print job is just hung (all after /usr error before).
Checking /usr/bin/lp*, I get:
"-r-sr-sr-t 1 root bin 45056 Oct 26 1998 lp
-r-sr-sr-t 1 root bin 36864 Oct 26 1998 lpalt
-rwxr-xr-x 1 bin bin 621 May 30 1996 lpr
-r-sr-sr-t 1 lp bin 49152 Oct 26 1998 lpstat"
/etc/lp:
"drwxr-xr-x 2 lp bin 96 Mar 30 1998 cinterface
drwxr-xr-x 2 lp bin 96 May 30 10:38 class
drwxr-xr-x 2 lp bin 96 Mar 5 1997 info
drwxr-xr-x 3 lp bin 96 May 30 10:39 interface
drwxr-xr-x 2 lp bin 96 May 30 10:39 member
drwxr-xr-x 2 lp bin 96 Mar 30 1998 sinterface"
There should be somewhere not right.
Thanks a lot,
Steven