Pi77Bull 0 Posted ... Hello. I have a very weird problem. Today when I started my laptop it wasn't able to connect to the network. Pinging any IP address (local or global) returns "connect: Network is unreachable". Pinging 127.0.0.1 is still possible. I'm on using ArchLinux with the AirVPN Suite. NetworkManager manages my connection. I'm not even sure the problem lies with the AirVPN client. Is there any way to completely reset what the AirVPN client does? I tried goldcrest --recover-network but that doesn't work. It says ERROR: D-Bus service org.airvpn.server is not available. systemctl status bluetit hangs on "Waiting for external network connection to be available" Any idea what I can do to fix this? Share this post Link to post
OpenSourcerer 1441 Posted ... Never had this, or seen this on the forums. Try this: Disable the unit, kill all running processes of it, remove backup files from /etc/airvpn, reboot. Then start the service again. If the problem is gone, reenable it and reboot again. Chain of commands for your convenience: $ sudo systemctl disable bluetit.service $ sudo systemctl kill bluetit.service --signal 9 $ sudo rm -v /etc/airvpn/{hummingbird.lock,*.airvpnbackup,*-save.txt} $ sudo systemctl reboot --- new boot --- $ sudo systemctl start bluetit.service $ sudo systemctl enable bluetit.service $ sudo systemctl reboot . 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
GreyPilgrim 0 Posted ... Hi, same issue. I am running Debian bookworm with sysvinit, fresh KDE plasma installation. The internet works without Bluetit. The suite installed fine and even longer ipleak etc. But once the install completed its the same situation as OP. Did you ever find a solution? Share this post Link to post
OpenSourcerer 1441 Posted ... 17 hours ago, GreyPilgrim said: Hi, same issue. I am running Debian bookworm with sysvinit, fresh KDE plasma installation. The internet works without Bluetit. The suite installed fine and even longer ipleak etc. But once the install completed its the same situation as OP. Did you ever find a solution? Open your own thread and give more info such as Bluetit logs from the journal, what you tried already, etc. This is the thread of @Pi77Bull. 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
doctorcolossus 0 Posted ... (edited) I agree with @GreyPilgrim that it would be helpful if @Pi77Bull could follow up here about whether - and if so - how this problem was resolved. Edited ... by doctorcolossus Share this post Link to post
Staff 10014 Posted ... On 4/29/2022 at 1:42 PM, Pi77Bull said: systemctl status bluetit hangs on "Waiting for external network connection to be available" Hello! It is (or was in 2022) a major systemd problem. The network detection was greatly improved in the subsequent AirVPN Suite versions to circumvent this systemd problem/bug. Now in late 2024 it is also possible that the systemd bug was fixed. Kind regards Share this post Link to post