Difference between revisions of "Do I have a permission problem?"

From ScarletDME
Jump to navigation Jump to search
(New page: A common problem with getting OpenQM set up for the first time is getting the permissions set correctly. A warning sign of this issue will be an error message like this when you log in: ...)
(No difference)

Revision as of 17:42, 20 March 2009

A common problem with getting OpenQM set up for the first time is getting the permissions set correctly.

A warning sign of this issue will be an error message like this when you log in:

00000A9B: Error -3018 deleting record in $LOGIN

The most likely cause of this error is not having the root account be a member of the 'qmusers' group.

You can add root to the qmusers group with this command:

sudo /usr/sbin/usermod -a -G qmusers root