Hi all,
I am having a problem with sudo 1.8.6p3. I know, I know this is not the latest release, but we're still not ready to deploy miniconda, so please bear with me.
The problem is that upon executing some commands I get a SIGPIPE.
Example: yesterday I was experimenting with some sudoers rules and I launched this one (real user has been amended):sudo -H -n -u XXXXX -- git ls-remote --tags origin "refs/tags/PROD*"
which ends immediately with this error: CEE5213S The signal SIGPIPE was received.
The same command executed without sudo (from the correct user) works perfectly.
I have tried googling around but I do not find anything.
Is this a known behavior fixed in the latest release?
Thank you in advance
Cris
sudo error: SIGPIPE
Best answer by Sergey Rezepin
Hi all,
I am having a problem with sudo 1.8.6p3. I know, I know this is not the latest release, but we're still not ready to deploy miniconda, so please bear with me.
The problem is that upon executing some commands I get a SIGPIPE.
Example: yesterday I was experimenting with some sudoers rules and I launched this one (real user has been amended):sudo -H -n -u XXXXX -- git ls-remote --tags origin "refs/tags/PROD*"
which ends immediately with this error: CEE5213S The signal SIGPIPE was received.
The same command executed without sudo (from the correct user) works perfectly.
I have tried googling around but I do not find anything.
Is this a known behavior fixed in the latest release?
Thank you in advance
Cris
Hi Cris,
Thank you for reporting the issue.
It looks, the pipe closes before it gets an output from git, but it works well for some other commands.
sudo git ls-remoteCEE5213S The signal SIGPIPE was received.
sudo git log -1commit 0085cc0612dd7cff3c21eca2c6dc2d3481b8b6bd (HEAD -> master, origin/master, origin/HEAD)
Unfortunately, it's reproduced for sudo 1.8.6p3 and the latest ported version (1.8.21p2).
An internal issue was opened for this case.
Thanks,
Sergey
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
