Gautam Madhivanan 0 Posted ... Pretty much the same issue as the one linked. Running on Raspberry pi 64 bit OS. goldcrest --bluetit-status 2023-04-01 13:39:36 DBusConnectorException: DBusConnector: request name error "org.airvpn.client" - Connection ":1.45" is not allowed to own the service "org.airvpn.client" due to security policies in the configuration file sudo usermod -a -G airvpn pi usermod: group 'airvpn' does not exist The user does not seem to exist either. I had thought that I'd already added them through the installation process but I don't see them listed in groups or cat /etc/passwd | grep -v ‘/bin/false’ Quote Share this post Link to post
OpenSourcerer 1441 Posted ... # groupadd airvpn # useradd -m -g airvpn --password airvpn airvpn # usermod -aG airvpn pi Adjust the --password airvpn as you see fit. Relog with the pi user. Quote Hide OpenSourcerer's signature Hide all signatures NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT. LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too! Want to contact me directly? All relevant methods are on my About me page. Share this post Link to post