Custom Query (230 matches)
Results (46 - 48 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#160 | wontfix | ssh key failures: "Input strings must be a multiple of 8 in length" | ||
Description |
This happens on some distributions that ship old versions of This causes stacktraces like this one: [II] 2011/08/09 17:41:05 ConchUserAuth.ok(################,False) [EE] 2011/08/09 17:41:05 ConchUserAuth.ok((...),False) cannot load private key [ee] 2011/08/09 17:41:05 Traceback (most recent call last): [ee] 2011/08/09 17:41:05 File "/usr/lib/pymodules/python2.6/winswitch/net/conch_util.py", line 228, in ok [ee] 2011/08/09 17:41:05 key = privateKeyFromFile(self.factory.private_key, new_passphrase) [ee] 2011/08/09 17:41:05 File "/usr/lib/pymodules/python2.6/winswitch/net/conch_util.py", line 207, in privateKeyFromFile [ee] 2011/08/09 17:41:05 return keys.Key.fromFile(filename, passphrase=passphrase).keyObject [ee] 2011/08/09 17:41:05 File "/usr/lib/python2.6/dist-packages/twisted/conch/ssh/keys.py", line 62, in fromFile [ee] 2011/08/09 17:41:05 return Class.fromString(file(filename, 'rb').read(), type, passphrase) [ee] 2011/08/09 17:41:05 File "/usr/lib/python2.6/dist-packages/twisted/conch/ssh/keys.py", line 90, in fromString [ee] 2011/08/09 17:41:05 return method(data, passphrase) [ee] 2011/08/09 17:41:05 File "/usr/lib/python2.6/dist-packages/twisted/conch/ssh/keys.py", line 216, in _fromString_PRIVATE_OPENSSH [ee] 2011/08/09 17:41:05 keyData = DES3.new(decKey, DES3.MODE_CBC, iv).decrypt(b64Data) [ee] 2011/08/09 17:41:05 ValueError: Input strings must be a multiple of 8 in length
It will occur more often now that distros are using the This bug is here just as a reminder that there is absolutely nothing we can do about this: it is the distribution's responsibility to fix their buggy libraries. Once again, Ubuntu is shipping buggy versions in its "stable" release... sigh More info at zenoss.org and their ticket |
|||
#154 | fixed | spurious characters with xpra | ||
Description |
I'm using the latest version on both the client and server: xpra-0.0.7.22.1 I notice that when I use certain emacs commands like "C-X 1" or "C-X 0" a sequence of "1" or "0" will get pasted at the current point in the buffer. The server is ubuntu-64 (lucid) and the client is ubuntu-32 (lucid VM under Windows 7). Thanks! -Fred |
|||
#88 | fixed | sound support: use gstreamer+pulseaudio to provide efficient sound in/out over network | ||
Description |
What we have there kinda works, but there are many issues that need improving/resolving:
Edit: see original description for the approach that was abandoned (pure pulseaudio) |