Titan Chain
  • Validator
    • 🛠️Getting set up
      • 🚒Installation
        • From source
        • Prebuild binary
      • 🤼‍♂️Joining Testnet
      • 👮‍♂️Become a Testnet Validator
      • ⛓️Joining Mainnet
      • 🚔Become a Mainnet Validator
      • 🐞Troubleshooting
    • ⬆️Upgrade
      • 📒Upgrade list
      • 🤖Automatic Upgrades
    • 🔐Security and Operations
    • 🩺Testnet
    • 💹Mainnet
Powered by GitBook
On this page
  1. Validator
  2. Getting set up

Troubleshooting

System permission error (authentication required)

When configuring the validator node, certain steps necessitate setting up services, which in turn require root permissions. E.g. when create/update .service file in /etc/systemd/system/ or commands start with systemctl

You can get that error if you set up a node under the user account in the linux system. To solve it, you can add sudo before commands that require root permission. Like sudo systemctl daemon-reload

PreviousBecome a Mainnet ValidatorNextUpgrade

Last updated 10 months ago

🛠️
🐞