[Touch-packages] [Bug 1799857] Re: sudo -p '' displays a password prompt which it shouldn't

2018-10-30 Thread David Partridge
Robie, it's already fixed see my earlier posts to this thread. Dave -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1799857 Title: sudo -p '' displays a password prompt

[Touch-packages] [Bug 1799857] Re: sudo -p '' displays a password prompt which it shouldn't

2018-10-27 Thread David Partridge
I installed sudo 1.8.23-2 from the cosmic repository and can confirm that if fixes the problem Dave -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1799857 Title: sudo -p ''

[Touch-packages] [Bug 1799857] Re: sudo -p '' displays a password prompt which it shouldn't

2018-10-26 Thread David Partridge
This was fixed in sudo 1.8.22 by the following commit: https://www.sudo.ws/repos/sudo/rev/93cc4f4761f3 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1799857 Title: sudo -p

[Touch-packages] [Bug 1799857] Re: sudo -p '' displays a password prompt which it shouldn't

2018-10-26 Thread David Partridge
This was fixed in sudo 1.8.22 by the following commit: https://www.sudo.ws/repos/sudo/rev/93cc4f4761f3 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1799857 Title: sudo -p

[Touch-packages] [Bug 1799857] Re: sudo -p '' displays a password prompt which it shouldn't

2018-10-25 Thread David Partridge
There must be something in the code that is causing this. I confirm that neither the EV SUDO_PROMPT, nor passprompt_override in /etc/sudoers are set. While I agree that it's purely cosmetic, it would be nice to have it fixed (pretty please). Cheers Dave -- You received this bug notification

[Touch-packages] [Bug 1799857] [NEW] sudo -p '' displays a password prompt which it shouldn't

2018-10-24 Thread David Partridge
Public bug reported: I have small script that invokes another shell script as root thus: #!/bin/bash echo "mypass" | sudo -p '' -S /usr/StorMan/StorMan.sh when running in 16.04 LTS this didn't display a password prompt which I understand to be correct behaviour. Since upgrading to 18.04.1 LTS