Archived

This forum has been archived. Please start a new discussion on GitHub.

icegridnode gid/uid

xdm
xdm La Coruña, Spain
I update my app to ice-3.1 and when deploy a server in icegridnode it start with a uid/gid of 65534/65534 but i runing icegridnode as root, is this the expected behaviour? I having problems when my servers try to access files. with previous Ice-3.0.1 when i run icegridnode as root never has problem to acces files. Is posible to change de uid/gid in any way? maybe the problem is related to other thing and i'm wrong

thanks in advance
[ /opt/Ice-3.1.0/bin/icegridnode: Activator: activating server `titanio-DogaWebService'
  path = /opt/Ice-3.1.0/bin/icebox
  pwd = /
  uid/gid = 65534/65534
  args = /opt/Ice-3.1.0/bin/icebox --Ice.Config=/home/pepone/hydra/DB/icegrid/titanio/servers/titanio-DogaWebService/config/config ]

Comments

  • benoit
    benoit Rennes, France
    Hi,

    If you run the icegridnode as root, processes started by the node will now be run under the "nobody" user account unless you set the user attribute in the server descriptor. Most likely, the "nobody" user account doesn't have access to the node data directory and therefore the server can't read its configuration file.

    Cheers,
    Benoit.