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 1435 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 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
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 1435 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 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
Yammy75 6 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 1435 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 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