Skip to content

Add host agent install on Linux fails #746

@zemaphore

Description

@zemaphore

Describe the bug

The one-liner presented by the web portal to add a Linux host agent:

curl -fsSL https://pulse.example.com/install-host-agent.sh | bash -s -- --url https://pulse.example.com --token 143xxxe68 --interval 30s,

fails upon execution on a Debian Trixie VM with the error:

bash: line 455: validate_agent_binary_executable: command not found

Environment:

  • Pulse Version: 4.32.4
  • Installation Type: Docker
  • Target Host Kernel: 6.12.57+deb13-amd64
  • Target OS: Debian Trixie
  • Bash: 5.2.37(1)-release

Solution
editing the script and moving the function definition of "validate_agent_binary_executable" before the call, fixed the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions