Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Background services error mozilla vpn on arch linux

  • 1 trả lời
  • 1 gặp vấn đề này
  • 8 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Tất cả các câu trả lời (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,