On 4/8/2009 2:02 PM, Mick wrote:
Hi All,
With my new xorg almost there from a configuration perspective I can see these
warnings now in my log:
(WW) xf86OpenConsole: setpgid failed: Operation not permitted
(WW) xf86OpenConsole: setsid failed: Operation not permitted
These are common and shouldn't be causing any problems. I'm not
completely clear why X is trying to do what it's doing but those
functions are used to manage process groups that relate processes for
signalling purposes. Since X is clearly still working, these failures
should be harmless.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
This is also completely harmless. It just means X has this path in its
default list of font paths, but you don't have those fonts installed, so
it's taking it out of its list.
--Mike