[Bug 291111] Re: pssh (parallel-scp) invalid argument

2009-02-24 Thread Panagiotis Astithas
Apparently this bug was fixed in version 1.4.0:
http://www.theether.org/pssh/ChangeLog
Jaunty has 1.4.3, so this should be already fixed there. Now if only we could 
get a backport...

-- 
pssh (parallel-scp) invalid argument
https://bugs.launchpad.net/bugs/29
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232170] Re: EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu (8.04 Hardy LTS, Intrepid Alpha 1)

2009-01-09 Thread Panagiotis Astithas
I have version 2.0.99+git20080912-0ubuntu6. Is the relevant change not
in this version?

-- 
EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu 
(8.04 Hardy LTS, Intrepid Alpha 1)
https://bugs.launchpad.net/bugs/232170
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232170] Re: EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu (8.04 Hardy LTS, Intrepid Alpha 1)

2008-12-27 Thread Panagiotis Astithas
Since I don't see it answered before, I'd like to confirm that Adam's
change in eeepc-config for controlling the Bluetooth device works for me
with a EEE PC 901. Now if I could just map the relevant hotkey to toggle
wifi & bluetooth I'd be a happy camper.

-- 
EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu 
(8.04 Hardy LTS, Intrepid Alpha 1)
https://bugs.launchpad.net/bugs/232170
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291111] Re: pssh (parallel-scp) invalid argument

2009-02-19 Thread Panagiotis Astithas
The following patch fixes it for me:

--- /usr/bin/parallel-scp   2008-05-07 04:54:39.0 +0300
+++ parallel-scp2009-02-19 17:43:37.0 +0200
@@ -21,7 +21,7 @@
 from psshlib.basethread import BaseThread
 
 _DEFAULT_PARALLELISM = 32
-_DEFAULT_TIMEOUT = sys.maxint # "infinity" by default
+_DEFAULT_TIMEOUT = 60
 
 def print_usage():
 print "Usage: pscp [OPTIONS] -h hosts.txt local remote"

-- 
pssh (parallel-scp) invalid argument
https://bugs.launchpad.net/bugs/29
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291111] Re: pssh (parallel-scp) invalid argument

2009-02-20 Thread Panagiotis Astithas
This is probably a better solution:

--- /usr/bin/parallel-scp   2008-05-07 04:54:39.0 +0300
+++ parallel-scp2009-02-20 13:14:44.0 +0200
@@ -21,7 +21,10 @@
 from psshlib.basethread import BaseThread
 
 _DEFAULT_PARALLELISM = 32
-_DEFAULT_TIMEOUT = sys.maxint # "infinity" by default
+if sys.maxint >> 33:
+_DEFAULT_TIMEOUT = sys.maxint >> 33
+else:
+_DEFAULT_TIMEOUT = sys.maxint # "infinity" by default
 
 def print_usage():
 print "Usage: pscp [OPTIONS] -h hosts.txt local remote"

-- 
pssh (parallel-scp) invalid argument
https://bugs.launchpad.net/bugs/29
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291111] Re: pssh (parallel-scp) invalid argument

2009-02-20 Thread Panagiotis Astithas
Before applying the patch try to:

$ cd /usr/bin

-- 
pssh (parallel-scp) invalid argument
https://bugs.launchpad.net/bugs/29
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431091] Re: libstdc++5 removal breaks non-ubuntu applications

2009-11-03 Thread Panagiotis Astithas
This also affects Google GWT hosted mode browser, which includes an
older version of mozilla that is linked against libstdc++5.

-- 
libstdc++5 removal breaks non-ubuntu applications
https://bugs.launchpad.net/bugs/431091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs