Re: Bug report

2018-11-28 Thread Hubert Kowalski
always try newest version. 20141022 is 4 years old! > Dnia 28 listopad 2018 o 01:07 Jonathan Franklin > napisał(a): > > Hello, > >I have used your code for a while now without any issues, but all of a > sudden it has started throwing an error message at me. I am writing as

Install in 10 sec fails

2018-11-28 Thread Saint Michael
This does not work You can install GNU Parallel in just 10 seconds with: (wget -O -pi.dk/3 || curl pi.dk/3/) | bash (wget -O -pi.dk/3 || curl pi.dk/3/) | bash [ OK ] wget: missing URL Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. % Total% Received % Xferd Average

Using parallel to move files from EC2 to AWS S3 bucket

2018-11-28 Thread Michael A Nesmith
Hi, I am trying to move files from an EC2 Linux instance to a S3 staging bucket. I have the parallel option working as follows: ==

Re: Bug report

2018-11-28 Thread Jonathan Franklin
I will do that. However, I will also point out that THIS is the version that is installed with a simple apt-get in Ubuntu 16.04 -- a LTS system. So if the most recent updates to 16.04 breaks THIS version of parallel -- then it is still a bug that warrants reporting. -- J On Wed, Nov 28, 2018

Re: Bug report

2018-11-28 Thread Christian Meesters
If Canonical gives this promise and it or its package maintainers cannot keep it (namely: updating a non-critical package), than this is not a bug which warrants reporting a developer (or many) which went on in the meantime but to the respective ubuntu maintainer. Or? On 11/28/18 4:13 PM, Jona

Re: Bug report

2018-11-28 Thread Martin Møller Skarbiniks Pedersen
On Wed, 28 Nov 2018 at 16:13, Jonathan Franklin wrote: > > I will do that. However, I will also point out that THIS is the version that > is installed with a simple apt-get in Ubuntu 16.04 -- a LTS system. > > So if the most recent updates to 16.04 breaks THIS version of parallel -- > then it i

Re: Install in 10 sec fails

2018-11-28 Thread Martin Møller Skarbiniks Pedersen
On Wed, 28 Nov 2018 at 14:34, Saint Michael wrote: > > This does not work > You can install GNU Parallel in just 10 seconds with: > (wget -O -pi.dk/3 || curl pi.dk/3/) | bash You didn't write it correctly. The 10 seconds install is (wget -O - pi.dk/3 || curl pi.dk/3/) | bash You missed the - ju

Re: Install in 10 sec fails

2018-11-28 Thread Saladi, Shyam M.
fwiw, the install command always appears wrapped for me in the release announcements, i.e. (wget -O - pi.dk/3 || curl pi.dk/3/) | bash If it's the same for you, Ole, I might suggest deliberately adding a line break such that the corresponding part of the announc

Counting of cores

2018-11-28 Thread Joe Sapp
It seems like the number of physical compute cores counted by Parallel is less than other tools (e.g., lscpu) by a factor of the number of sockets, but I haven't tested it on many architectures. In order to fix this, I think the socket/core/thread counting scheme implemented by Parallel should be