Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Background services error mozilla vpn on arch linux

  • 1 antwoord
  • 1 heeft dit probleem
  • 7 weergaven
  • Laatste antwoord van JC

more options

Hi, I installed mozillavpn on arch linux but when I try to connect it reports a "background services error". The package in AUR seems to cover all the required dependencies so I don't think I am missing anything. This is the log file after the error occurred.

Hi, I installed mozillavpn on arch linux but when I try to connect it reports a "background services error". The [https://aur.archlinux.org/packages/mozillavpn/ package] in AUR seems to cover all the required dependencies so I don't think I am missing anything. This is the [https://pastebin.com/FKirvdHh log file] after the error occurred.

Alle antwoorden (1)

more options

Hello,

After checking your logs, it looks like the mozillavpn linuxdaemon app is not running. This is the service that controls the VPN and is executed via the dbus with root permissions. It seems like the package was compiled but not executed correctly.

The VPN team noted that Arch linux does not have an official package, thus you would have been compiling the package yourself correct?

You should check if the mozillavpn daemon is running as root privileges. This is by default in the Mozilla VPN packages, but for other distros, it can be different.

The team suggested you try running this command: sudo killall mozillavpn; sudo mozillavpn linuxdaemon

Best,