Feature #237
Print error in unlog when failed to unlink process queues
Status: | Closed | Start date: | 10/25/2017 | |
---|---|---|---|---|
Priority: | Normal (Code 4) | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | - | |||
Target version: | - |
Description
ULOG prints all the time:
0:20171024:23575500:ndrxd :Client process [xadmin], pid 20457 died
0:20171024:23580100:ndrxd :Client process [xadmin], pid 20457 died
0:20171024:23580700:ndrxd :Client process [xadmin], pid 20457 died
0:20171024:23581300:ndrxd :Client process [xadmin], pid 20457 died
0:20171024:23581900:ndrxd :Client process [xadmin], pid 20457 died
0:20171024:23582500:ndrxd :Client process [xadmin], pid 20457 died
0:20171024:23583100:ndrxd :Client process [xadmin], pid 20457 died
0:20171024:23583700:ndrxd :Client process [xadmin], pid 20457 died
0:20171024:23584300:ndrxd :Client process [xadmin], pid 20457 died
0:20171024:23584900:ndrxd :Client process [xadmin], pid 20457 died
0:20171024:23585500:ndrxd :Client process [xadmin], pid 20457 died
The problem seems that xadmin queue was created from root, and it failed to unlink it:
$ ls l | grep 20457. 1 root root 80 Aug 29 16:32 xxxx,sys,bg,xadmin,20457
-rw------
$
Nice thing would be to print in ULOG that removal of queue failed...
Also add environment processing feature to the ini library directly so that [@globa/*] section could reference to own env variables.
This could be configured callback
History
#1 Updated by Oskars over 5 years ago
- Status changed from New to In Progress
#2 Updated by Oskars over 5 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Implemented in 5.2
#3 Updated by Madars over 5 years ago
- Status changed from Resolved to Closed