huge java speedup on arm32 via java-1.8.0-openjdk-aarch32

2016-09-22 Thread Jiri Vanek
Hello good people of Fedora! Most of you is probably facing very slow java (java-1.8.0-openjdk) on any arm32 device. The luckier from you already tuned arm32 boards to not need java at all. But behold! The "new"[0] OpenJDK for arm32 crossed milestone when it can be widely used. If you need ja

Re: huge java speedup on arm32 via java-1.8.0-openjdk-aarch32

2016-09-22 Thread Fernando Cassia
On Thu, Sep 22, 2016 at 7:43 AM, Jiri Vanek wrote: > The luckier from you already tuned arm32 boards to not need java at all. I despise this message. FC-- During times of Universal Deceit, telling the truth becomes a revolutionary act Durante épocas de Engaño Universal, decir la verdad se conv

screen question?

2016-09-22 Thread bruce
Hey guys. Trying to get my heads around something. I'm looking to automate a process. Basically, I want to kick off/initiate a number of processes on remote boxes. I've looked at different online sites, but I'm missing something.. I can ssh into the box, trivial. I know I can create a "screen" pr

Re: diff or deduplicate two volumes with different folder structures

2016-09-22 Thread Roberto Ragusa
On 09/21/2016 01:01 AM, a...@clueserver.org wrote: > Don't use MD5. You will get unintentional file collisions. (SHA-256 is > good. It depends on just how much you are comparing.) MD5 unintentional collisions? It is 128 bit, so you will have a collision after about 2^64 files, according to the bi

Re: screen question?

2016-09-22 Thread fred roller
Pipe commands to ssh similar to dd | ssh . This in turn could maybe be cron'd? Just a thought. Fred On Sep 22, 2016 1:49 PM, "bruce" wrote: > Hey guys. > > Trying to get my heads around something. I'm looking to automate a > process. Basically, I want to kick off/initiate a number of processes

Re: diff or deduplicate two volumes with different folder structures

2016-09-22 Thread Matthew Miller
On Thu, Sep 22, 2016 at 07:57:48PM +0200, Roberto Ragusa wrote: > > Don't use MD5. You will get unintentional file collisions. (SHA-256 is > > good. It depends on just how much you are comparing.) > MD5 unintentional collisions? > It is 128 bit, so you will have a collision after about 2^64 files,

Re: screen question?

2016-09-22 Thread Matthew Miller
On Thu, Sep 22, 2016 at 01:48:59PM -0400, bruce wrote: > ssh into the remote box > create the screen session (with a name I define) > access the screen session, and then fire up/start my process Do steps 2 and 3 need to be separate? -- Matthew Miller Fedora Project Leader _

Re: screen question?

2016-09-22 Thread Pete Travis
On Sep 22, 2016 12:49 PM, "bruce" wrote: > > Hey guys. > > Trying to get my heads around something. I'm looking to automate a process. Basically, I want to kick off/initiate a number of processes on remote boxes. I've looked at different online sites, but I'm missing something.. > > I can ssh into

build xorg-x11-drv-libinput-0.19.1-1.fc24 ?

2016-09-22 Thread Konstantin Svist
Hi, The touchpad driver handling has been switched over from synaptics to libinput recently (libinput 1.5.0), but the libinput xorg driver is a bit behind -- it doesn't provide an option to swap tap-to-click buttons. There are test builds for fc25 and fc26 (see http://koji.fedoraproject.org/koji/

Re: screen question?

2016-09-22 Thread jd1008
On 09/22/2016 03:13 PM, Pete Travis wrote: On Sep 22, 2016 12:49 PM, "bruce" > wrote: > > Hey guys. > > Trying to get my heads around something. I'm looking to automate a process. Basically, I want to kick off/initiate a number of processes on remote boxes. I've

Re: cron

2016-09-22 Thread Patrick Dupre
=== Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | | Tel. (33)-(0)3 28 23 76 12

Re: build xorg-x11-drv-libinput-0.19.1-1.fc24 ?

2016-09-22 Thread Konstantin Svist
On 09/22/2016 02:47 PM, Konstantin Svist wrote: > The touchpad driver handling has been switched over from synaptics to > libinput recently (libinput 1.5.0), but the libinput xorg driver is a > bit behind -- it doesn't provide an option to swap tap-to-click buttons. Correction: looks like it was s

Re: cron

2016-09-22 Thread Tom Horsley
On Thu, 22 Sep 2016 23:56:04 +0200 Patrick Dupre wrote: > anacron weakly is supposed to run on saturday, it run on Monday now ! > Same thing for cron ! There is no "supposed to" with anacron. It decides when to run stuff for it's own wacky reasons. Did you install f24 on a Monday? It may have de

Is hibernation broken?

2016-09-22 Thread Patrick O'Callaghan
I'm using kernel-4.6.6-300.fc24.x86_64 with the proprietary NVidia driver, plus daily updates from the stable repos. Hibernation used to work with previous kernels, but now regularly fails to wake up properly, i.e. on restarting I get the BIOS screen followed by the boot text console and select the

Re: diff or deduplicate two volumes with different folder structures

2016-09-22 Thread Chris Murphy
On Thu, Sep 22, 2016 at 12:56 PM, Matthew Miller wrote: > On Thu, Sep 22, 2016 at 07:57:48PM +0200, Roberto Ragusa wrote: >> > Don't use MD5. You will get unintentional file collisions. (SHA-256 is >> > good. It depends on just how much you are comparing.) >> MD5 unintentional collisions? >> It is

Re: Is hibernation broken?

2016-09-22 Thread Ranjan Maitra
On Fri, 23 Sep 2016 00:24:21 +0100 "Patrick O'Callaghan" wrote: > I'm using kernel-4.6.6-300.fc24.x86_64 with the proprietary NVidia > driver, plus daily updates from the stable repos. Hibernation used to > work with previous kernels, but now regularly fails to wake up > properly, i.e. on restar

Re: cron

2016-09-22 Thread Jon LaBadie
On Thu, Sep 22, 2016 at 06:56:07PM -0400, Tom Horsley wrote: > On Thu, 22 Sep 2016 23:56:04 +0200 > Patrick Dupre wrote: > > > anacron weakly is supposed to run on saturday, it run on Monday now ! > > Same thing for cron ! > > There is no "supposed to" with anacron. It decides when to run > stuf

Re: Is hibernation broken?

2016-09-22 Thread Chris Murphy
On Thu, Sep 22, 2016 at 6:00 PM, Ranjan Maitra wrote: > On Fri, 23 Sep 2016 00:24:21 +0100 "Patrick O'Callaghan" > wrote: > >> I'm using kernel-4.6.6-300.fc24.x86_64 with the proprietary NVidia >> driver, plus daily updates from the stable repos. Hibernation used to >> work with previous kernels

Re: Is hibernation broken?

2016-09-22 Thread Chris Murphy
Example of how complicated and disappointing the problem is. https://mjg59.dreamwidth.org/41713.html?thread=1716465 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Is hibernation broken?

2016-09-22 Thread fedora
Hi listers I also noticed that hibernation in Fedora 24 does not work much more than in previous versions of fedora. I use hibernation because I want to be able to boot from the other disk on the PC next time I power it on, and this is not possible when using suspend. I have been using the res