(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = global || self, factory(global.ka = {})); }(this, function (exports) { 'use strict'; var fp = typeof window !== "undefined" && window.flatpickr !== undefined ? window.flatpickr : { l10ns: {} }; var Georgian = { weekdays: { shorthand: ["კვ", "ორ", "სა", "ოთ", "ხუ", "პა", "შა"], longhand: [ "კვირა", "ორშაბათი", "სამშაბათი", "ოთხშაბათი", "ხუთშაბათი", "პარასკევი", "შაბათი", ] }, months: { shorthand: [ "იან", "თებ", "მარ", "აპრ", "მაი", "ივნ", "ივლ", "აგვ", "სექ", "ოქტ", "ნოე", "დეკ", ], longhand: [ "იანვარი", "თებერვალი", "მარტი", "აპრილი", "მაისი", "ივნისი", "ივლისი", "აგვისტო", "სექტემბერი", "ოქტომბერი", "ნოემბერი", "დეკემბერი", ] }, firstDayOfWeek: 1, ordinal: function () { return ""; }, rangeSeparator: " — ", weekAbbreviation: "კვ.", scrollTitle: "დასქროლეთ გასადიდებლად", toggleTitle: "დააკლიკეთ გადართვისთვის", amPM: ["AM", "PM"], yearAriaLabel: "წელი", time_24hr: true }; fp.l10ns.ka = Georgian; var ka = fp.l10ns; exports.Georgian = Georgian; exports.default = ka; Object.defineProperty(exports, '__esModule', { value: true }); }));

Operation Tips

Operation on the UI is similar to operating system's standard file manager. However, Drag and Drop is not possible with mobile browsers.

/* CSS for adverts */ .updraft_notice_container { height: auto; overflow: hidden; } .updraft_review_notice_container { padding: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; } .updraft_advert_button_container { margin-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .updraft_advert_button_container .dashicons { margin-left: 10px; } .updraft_advert_content_left { float: none; width: 80px; padding-top: 9px; margin-right: 9px; } .updraft_advert_content_left_extra { float: none; width: 100px; padding-right: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .updraft_advert_content_left img { min-height: 72px; min-width: 72px; } .updraft_advert_content_right { float: none; width: auto; overflow: hidden; font-size: 16px; } .updraft_advert_content_right p { font-size: 16px!important; } .updraft_advert_bottom { margin: 10px 0; padding: 10px; font-size: 140%; background-color: white; border-color: #E6DB55; border: 1px solid; border-radius: 4px; } .updraft-advert-dismiss { float: right; font-size: 13px; font-weight: normal; } h3.updraft_advert_heading { margin-top: 5px !important; margin-bottom: 5px !important; } h4.updraft_advert_heading { margin-top: 2px !important; margin-bottom: 3px !important; } .updraft_center_content { text-align: center; margin-bottom: 5px; } .updraft_notice_link { padding-left: 5px; } .updraft_text_center { text-align: center; } @media screen and (min-width: 560px) { .updraft_advert_content_left, .updraft_advert_content_left_extra { float: left; } } Pandora Agent not starting - Pandora FMS Community

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 Pandora Agent not starting

  • Pandora Agent not starting

    Posted by Deleted User on December 20, 2024 at 12:17

    Hi guys,

    New to Pandora here.

    Pandora Server installation went fine, but we are having issues with installing an agent on another server. It’s an Almalinux 8.

    The installation itself (running the command given from the web console… curl -Ls https: //pfms.me/agent-deploy | bash, etc.) was completing without errors, but it cannot start the agent.

    No logs in /var/log/pandora/, but in the /var/log/messages I see:

    Dec 20 12:04:46 servername systemd[1]: Started Pandora FMS agent daemon.

    Dec 20 12:04:46 servername pandora_agent[1374971]: /tmp/par-726f6f74/cache-81708fd539634d98ff546f81b38c5a20e0362194/pandora_agent: exec of /tmp/par-726f6f74/cache-81708fd539634d98ff546f81b38c5a20e0362194/pandora_agent (custom Perl interpreter) failed (errno=13)

    Dec 20 12:04:46 servername systemd[1]: pandora_agent_daemon.service: Main process exited, code=exited, status=255/n/a

    Dec 20 12:04:46 servername systemd[1]: pandora_agent_daemon.service: Failed with result ‘exit-code’.

    Dec 20 12:04:46 servername systemd[1]: pandora_agent_daemon.service: Service RestartSec=100ms expired, scheduling restart.

    Dec 20 12:04:46 servername systemd[1]: pandora_agent_daemon.service: Scheduled restart job, restart counter is at 3.

    Dec 20 12:04:46 servername systemd[1]: Stopped Pandora FMS agent daemon.

    The problem is most likely that we have secured the /tmp/ directory so you cannot run applications from it. Is it possible to configure the agent to use another working directory?

    I tried changing the temporal line in the configuration file (it’s /tmp by default) – but that didn’t change anything.

    Any hints? 🙂

    Sergio B. replied 1 year, 8 months ago 2 Members · 1 Reply
  • 1 Reply
  • Sergio B.

    Administrator
    December 20, 2024 at 13:26
    1833 Karma points
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    1
    Down
    Drop it
    ::

    Hello Michael,

    Unfortunately the Agents mainly use /tmp folder for many functions like storing temporal folders needed for its function, .data XMLs comming from VMWare will be stored in /tmp aswell, it is not something that can be changed.

    Sergio B.

Log in to reply.