Hi, I have the problem described in the subject and i'm hoping its something silly i have / haven't done. First i install OpenConnect using the following command: ?~$?sudo apt-get install openconnect Then i connect using the following command: ~$ echo "password" | sudo openconnect --user=username --passwd-on-stdin anyconnect.example.com & So far so good and it works as expected. But when i reboot and try the first command again it just prints "[1] {pid}" e.g "[1] 1234" at the terminal and after some time (sorry i have timed it) the following is printed to the terminal: [1]+ Stopped echo "password" | sudo openconnect --user=username --passwd-on-stdin anyconnect.example.com If i remove and install OpenConnect again it works until i reboot again. So is this a bug or have i done something wrong? thanks