Решил запустить firefox от отдельного пользователя.
Создал пользователя ff - выполнил команду su ff и запустил firefox
При запуске выдается загадочное сообщение:
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
Как оказалось сообщение выдает gconf
gconftool-2 --spawn
Выдает ту же ошибку
Failed to spawn the configuration server (gconfd): Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
Запускал под strace - не смог понять в чем проблема
Кто-нибудь сталкивался с такой проблемой?