Welcome to Pandora FMS Community!

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

  • Online installation tool Ubuntu

    Posted by Harmen on December 5, 2022 at 21:01

    Hi, I’m trying to install the Pandorafms community edition on a fresh Ubuntu server 22.04 (a Hyper-V virtual machine), according the manual with “curl -SsL https://pfms.me/deploy-pandora-ubuntu | bash”, but get error “Permission denied” and “(23) Failure writing output to destination”.

    I am executing as root.

    Any ideas would be highly appreciated.

    Sergio replied 1 year, 4 months ago 2 Members · 1 Reply
  • 1 Reply
  • Sergio

    Administrator
    December 7, 2022 at 10:08
    914 Karma points
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    1
    Down
    Drop it
    ::

    Hello,

    One possible solution is try to run the command with the “–output-error” flag.

    This will force curl to output any error messages to the standard error stream rather than trying to write them to a file.

    This can help us diagnose the problem and determine the cause of the error:

    curl -SsL https://pfms.me/deploy-pandora-ubuntu --output-error

    We’ll wait for on your feedback regarding the information provided by the output error.

    Kind regards,

    Sergio B.