- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- command working fine after machine reboot, but it ...
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
06-07-2006 07:29 AM
06-07-2006 07:29 AM
command working fine after machine reboot, but it (the command) is hang couple days later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 07:37 AM
06-07-2006 07:37 AM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 07:43 AM
06-07-2006 07:43 AM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 07:46 AM
06-07-2006 07:46 AM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 09:27 AM
06-07-2006 09:27 AM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 06:07 PM
06-07-2006 06:07 PM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 02:44 AM
06-12-2006 02:44 AM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 08:19 AM
06-14-2006 08:19 AM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 06:38 PM
06-14-2006 06:38 PM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 05:38 AM
06-15-2006 05:38 AM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
open("anh.pdf", O_RDWR|O_CREAT|O_TRUNC, 0666) = 8
open("/dev/random", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFCHR|0644, st_rdev=makedev(1, 8), ...}) = 0
ioctl(9, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfff8098) = -1 EINVAL (Invalid argument)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb75e5000
read(9,
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 11:13 PM
06-27-2006 11:13 PM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
ls -l /proc/PID/fd
This will find out which file/socket is open under this file descriptor. So if this time it hangs on "read(9,", you should find fd 9. If it is file, the symlink will point to the file's original location.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2006 04:00 AM
07-21-2006 04:00 AM
Re: command working fine after machine reboot, but it (the command) is hang couple days later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 11:12 AM
07-23-2006 11:12 AM