Comment 2 for bug 1518440

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

The key error appear to be:

Dec 04 15:54:29 x1 tgtd[3741]: can't adjust oom-killer's pardon /proc/self/oom_score_adj, Permission denied

tgt insists on being able to change that file,

        err = oom_adjust();
        if (err)
                exit(1);