Error Opening... in /var/log/directadmin/errortaskq.log

Eric

Verified User
Joined
Mar 25, 2004
Messages
110
Code:
In /var/log/directadmin/errortaskq.log

2004:10:24-23:54:00: Running: Error Opening /proc/12129/status
2004:10:25-08:11:00: DaTaskQ is already running. Delete the file /var/run/dataskq.pid to reset
2004:10:25-16:42:00: Running: Error Opening /proc/29499/status


So I did

ls -ld /proc/12129
ls: /proc/29499: No such file or directory

ls -ld /proc/29499
ls: /proc/29499: No such file or directory


What should I do to correct the problem? Thanks.
 
Eric said:
So I did

ls -ld /proc/12129
ls: /proc/29499: No such file or directory

ls -ld /proc/29499
ls: /proc/29499: No such file or directory


What should I do to correct the problem?
There are no actual physical files in the /proc directory; they're just pointers to running processes.

This could happen occasionally if a datasq process starts before another completes, but if it happens often, contact DA support.

Jeff
 
It doesn't happy often; I guess there's nothing to worry about then...
 
Back
Top