- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: why this message comes while exit ?
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
03-12-2006 03:59 PM
03-12-2006 03:59 PM
why this message comes while exit ?
Why "There are running jobs" , message comes when exiting using exit. And also I have not stared any job , while i was logged in this session as root.
-----
root@dbora01:/home/ac1 >exit
There are running jobs.
root@dbora01:/home/ac1 >
---
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 04:09 PM
03-12-2006 04:09 PM
Re: why this message comes while exit ?
There may be jobs that are runing in the back ground. Do fg to see what the jobs are.
Indira A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 04:11 PM
03-12-2006 04:11 PM
Re: why this message comes while exit ?
Please check there indeed is a background job or not. To check,execute the following commands,
#jobs
#ps -t `tty`
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 04:15 PM
03-12-2006 04:15 PM
Re: why this message comes while exit ?
There are some jobs running in background. As already suggested you need to check what all jobs are running. You either wait for their completion or stop them by bringing back to foreground.
In future if you would like to run the job in background and exit then putting them in background with "nohup" option.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 04:44 PM
03-12-2006 04:44 PM
Re: why this message comes while exit ?
It seems some process are running in back ground.
Here, if you type "exit", you are about to close your shell. So all process will get killed.
So, from next time, use nohup to call you process, such that it runs even you close your session [ie, shell].
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 07:24 PM
03-12-2006 07:24 PM
Re: why this message comes while exit ?
There might be jobs running in background.A job is a process like a running program. So when you give 'exit' command its a warning given to you.as you are closing your shell. So all process will get killed.
You can check the current background jobs running by giving command "jobs". If you see any jobs running you can stop or suspend them if not required.
Warm Regards,
Nandini