- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can not get at to work properly
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-06-2003 02:32 AM
05-06-2003 02:32 AM
can not get at to work properly
echo "cat /etc/passwd | mailx -s \"Test\" user@host" | at now + 1 minute
Running only:
cat /etc/passwd | mailx -s \"Test\" user@host
works fine
When I run:
at -l
I can see that a job is listed there and it dissappears from after one minute. Same thing with /var/spool/cron/atjobs
The at-job is also noted in cron's logfile with no error messages.
No error messages are found.
I run as root and root is in the at.allow file, there is no at.deny file
Any suggestions??
//Krister
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 03:53 AM
03-25-2004 03:53 AM
Re: can not get at to work properly
Norton thinks the line: cat password file piped to mail is a malicious shell script.
See: http://securityresponse.symantec.com/avcenter/venc/data/pf/unix.penguin.html
>/dev/null
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 04:22 AM
03-25-2004 04:22 AM
Re: can not get at to work properly
Put you command in a file:
# cat /tmp/testfile
cat /etc/passwd | mailx -s Test user@host
Make sure the file is ececutable:
# chmod 500 /tmp/testfile
Now try this at command:
# at -f /tmp/testfile now + 1 minute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 04:14 AM
03-26-2004 04:14 AM
Re: can not get at to work properly
The at runs fine on our systems.
Do you have any mail saying that the mail didn't go through or is there any error in mail log?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 07:32 AM
03-26-2004 07:32 AM