manair 0 Posted ... Hi, Does anyone know why eddie needs to pop up the password window in a virtualbox vm (I tried every config possible) whereas it doesn't in the host ? No that it bothers me, just try to understand the underlying logic. Thanks. Quote Share this post Link to post
OpenSourcerer 968 Posted ... Are you using the same Eddie version? Host/guest OS? In Preferences > General, is Don't ask elevation every run ticked? Quote Hide OpenSourcerer's signature Hide all signatures » I am not an AirVPN team member. All opinions are my own and are not to be considered official. Only the AirVPN Staff account should be viewed as such. » The forums is a place where you can ask questions to the community. You are not entitled to guaranteed answer times. Answer quality may vary, too. If you need professional support, please create tickets. » If you're new, take some time to read LZ1's New User Guide to AirVPN. On questions, use the search function first. On errors, search for the error message instead. » If you choose to create a new thread, keep in mind that we don't know your setup. Give info about it. Never forget the OpenVPN logs or, for Eddie, the support file (Logs > lifebelt icon). » The community kindly asks you to not set up Tor exit relays when connected to AirVPN. Their IP addresses are subject to restrictions and these are relayed to all users of the affected servers. » Furthermore, I propose that your paranoia is to be destroyed. If you overdo privacy, chances are you will be unique amond the mass again. Share this post Link to post
manair 0 Posted ... hi, No, host is fedora and guest is debian. Preferences > General, is Don't ask elevation every run : is ticked May I guess that according to you it shouldn't behave like this ? Quote Share this post Link to post
OpenSourcerer 968 Posted ... 1 hour ago, manair said: No, host is fedora and guest is debian. I think there's your difference, they're two different worlds. I bet a RHEL, SLES or Arch will also work straight away. 1 hour ago, manair said: May I guess that according to you it shouldn't behave like this ? No. On Debian, provided that the checkbox is checked, can you see whether /lib/systemd/user/system/eddie-elevated.service exists? if [ -e /usr/lib/systemd/system/eddie-elevated.service ]; then echo "Yes"; else echo "No"; fi Quote Hide OpenSourcerer's signature Hide all signatures » I am not an AirVPN team member. All opinions are my own and are not to be considered official. Only the AirVPN Staff account should be viewed as such. » The forums is a place where you can ask questions to the community. You are not entitled to guaranteed answer times. Answer quality may vary, too. If you need professional support, please create tickets. » If you're new, take some time to read LZ1's New User Guide to AirVPN. On questions, use the search function first. On errors, search for the error message instead. » If you choose to create a new thread, keep in mind that we don't know your setup. Give info about it. Never forget the OpenVPN logs or, for Eddie, the support file (Logs > lifebelt icon). » The community kindly asks you to not set up Tor exit relays when connected to AirVPN. Their IP addresses are subject to restrictions and these are relayed to all users of the affected servers. » Furthermore, I propose that your paranoia is to be destroyed. If you overdo privacy, chances are you will be unique amond the mass again. Share this post Link to post
Yammy75 0 Posted ... Hi ! I'm running ubuntu 20.04.1 version and Eddie client 2.18.9 and I don't have the option box "Preferences > General, is Don't ask elevation every run". When I run this : if [ -e /usr/lib/systemd/system/eddie-elevated.service ]; then echo "Yes"; else echo "No"; fi The answer is No. So what to do with this and stop the pop up password window ? Thanks Quote Share this post Link to post
OpenSourcerer 968 Posted ... Not your thread. Next time open your own and refer to the one you thought was related, like this one. See: Quote Hide OpenSourcerer's signature Hide all signatures » I am not an AirVPN team member. All opinions are my own and are not to be considered official. Only the AirVPN Staff account should be viewed as such. » The forums is a place where you can ask questions to the community. You are not entitled to guaranteed answer times. Answer quality may vary, too. If you need professional support, please create tickets. » If you're new, take some time to read LZ1's New User Guide to AirVPN. On questions, use the search function first. On errors, search for the error message instead. » If you choose to create a new thread, keep in mind that we don't know your setup. Give info about it. Never forget the OpenVPN logs or, for Eddie, the support file (Logs > lifebelt icon). » The community kindly asks you to not set up Tor exit relays when connected to AirVPN. Their IP addresses are subject to restrictions and these are relayed to all users of the affected servers. » Furthermore, I propose that your paranoia is to be destroyed. If you overdo privacy, chances are you will be unique amond the mass again. Share this post Link to post