Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Advanced troubleshooting non-root solaris agent installation

  • non-root solaris agent installation

    Posted by tegulizard13 on June 26, 2009 at 10:16

    I have been asked to put a pandora agent on a solaris system where I cannot have root privilages. I modified the files and permissions on them so that this should work, yet when I start it up:

    S90pandora_agent start
    Pandora Agent is now running with PID 20294
    Sending output to nohup.out

    It does not work. When I look in nohup.out I see:

    cat nohup.out
    renice: nice value 20 rounded down to 19
    touch: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data cannot stat
    touch: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp cannot stat
    /erp/usr/local/pandora/pandora_agent/pandora_agent[188]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data: cannot create
    /erp/usr/local/pandora/pandora_agent/pandora_agent[223]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
    /erp/usr/local/pandora/pandora_agent/pandora_agent[218]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
    /erp/usr/local/pandora/pandora_agent/pandora_agent[263]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
    /erp/usr/local/pandora/pandora_agent/pandora_agent[211]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
    /erp/usr/local/pandora/pandora_agent/pandora_agent[248]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
    /erp/usr/local/pandora/pandora_agent/pandora_agent[279]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data: cannot create
    /erp/usr/local/pandora/pandora_agent/pandora_agent[223]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
    /erp/usr/local/pandora/pandora_agent/pandora_agent[218]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
    /erp/usr/local/pandora/pandora_agent/pandora_agent[263]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create

    Any thoughts or ideas on what this is caused by and how to fix it?
    Thank you.

    tegulizard13 replied 15 years, 3 months ago 1 Member · 1 Reply
  • 1 Reply
  • tegulizard13

    Member
    June 26, 2009 at 11:17
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    It was a permissions issue with the data_out folder.
    I just did a chmod 755 and it stops throwing errors.