** Tags added: 10.4 11.10 lucid oneiric
** Summary changed:
- doesn't work in natty
+ sshpass 1.04 hangs - use 1.05
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
sshpass 1.04 hangs -
Installed 1.05 from sources and it works.
1.05 will be included in Precise. But shouldn't it also be included in
all releases back to Lucid 10.4 since its LTS?
What is the process for requesting this?
Otherwise many more users will experience this problem and have to
search and install from sour
just installed 1.05, looks good.
no high cpu usage and no delayed connect/disconnection
Thanks, will use it for a while and report if any errors found.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/7
sshpass 1.05 had been released:
http://sourceforge.net/projects/sshpass/files/sshpass/1.05/
This is their change log:
Version 1.05
* OpenSSH version 5.6 closed our leaked slave PTY fd, breaking sshpass.
This reverted the "better detection of child exit", unfortunately.
*
Try using public key identification (for example,
http://www.petefreitag.com/item/532.cfm )
2011/10/29 Ari <774...@bugs.launchpad.net>:
> is there any workaround or alternative package to sshpass that works in
> ubuntu?
>
> --
> You received this bug notification because you are subscribed to the
is there any workaround or alternative package to sshpass that works in
ubuntu?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
doesn't work in natty
To manage notifications about this
It still doesn't work in oneiric.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
doesn't work in natty
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+
just to add,
the sleep is a little annoying though. As we have to wait those 2 seconds when
you open and close the connection.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
doesn't w
Thanks Rigo,
Just applied your change, so far looks good.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
doesn't work in natty
To manage notifications about this bug go to:
https://bu
diff -u main.c.org main.c
--- main.c.org 2011-06-08 16:04:27.868884290 +0200
+++ main.c 2011-06-09 12:11:30.512715993 +0200
@@ -280,6 +280,7 @@
}
}
wait_id=waitpid( childpid, &status, WNOHANG );
+ sleep(2);
} else {
wait_i
After the fix, sshpass is using up 100% of my cpu, making it useless :(
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
doesn't work in natty
--
ubuntu-bugs mailing list
ubuntu-bugs@li
** Changed in: sshpass (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
doesn't work in natty
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubun
It works for me too. Great relief
[quote]
A simpler fix is to change line 314 to
if( numread<0 && errno!=5 ) {
[/quote]
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
doesn't work in
Hi Uros,
Indeed I have the same problem after this change. sshpass is using 100%
CPU
This was a previous issue and according to the following has been fixed:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502585
Also the changelog shows it has been fixed on version 1.01-2:
https://launchpad.ne
I noticed that now sshpass is using 100% of 1 core cpu.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
doesn't work in natty
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
h
Juliano Jeziorny fixed the problem. It now works for me after I compiled
sshpass myself.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
doesn't work in natty
--
ubuntu-bugs mailing li
confirmed the issue is fixed by changing the line 314 as per last
comment on the page above mentioned.
[quote]
A simpler fix is to change line 314 to
if( numread<0 && errno!=5 ) {
[/quote]
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
It's related to ssh pass 3118311 "1.04 fails with openssh 5.6".
Applying the fix by anonymous on
http://sourceforge.net/tracker/?func=detail&aid=3118311&group_id=156659&atid=800672
solves it.
sshpass last version is from 2008 and seems to be dead. This patch
should be aproved by ubuntu team.
**
Realiced tests:
- 1.04-1 not working
- 1.04 not working, fails on the same place
- 1.03 works
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774882
Title:
doesn't work in natty
--
ubuntu-bugs maili
19 matches
Mail list logo