Re: [gentoo-user] Switching current java-vm for a single application

2016-02-02 Thread Leonardo Guilherme
Problem is, the SenchaCmd script runs java directly, which resolves to /usr/bin/java, which itself is a script that checks the user choice regarding the selected java-vm: setting JAVA_HOME does nothing to fix that. I can edit the SenchaCmd script to run java directly, that would be the quickfix.

Re: [gentoo-user] ls config file?

2016-02-02 Thread David Haller
Hello, On Tue, 02 Feb 2016, Raffaele BELARDI wrote: >Andrew Tselischev wrote: >> On Tue, Feb 02, 2016 at 09:54:37AM +0100, Raffaele BELARDI wrote: >>> The option that controls this is --quoting-style, so >>> can alias 'ls' to include this option but was wondering if there is a >>> global

Re: [gentoo-user] Switching current java-vm for a single application

2016-02-02 Thread Alon Bar-Lev
If all what script is doing is executing "java", just add the right JRE to your PATH as first element. On 3 February 2016 at 01:04, Leonardo Guilherme wrote: > Problem is, the SenchaCmd script runs java directly, which resolves to > /usr/bin/java, which itself is a

Re: [gentoo-user] [OT] Manipulating a mobile external harddisk

2016-02-02 Thread Meino . Cramer
Dale [16-02-02 09:28]: > meino.cra...@gmx.de wrote: > > Hi, > > > > for storing not so often used data I bought a 2.5" external USB > > harddisk. > > > > This little beast has a very small timespan before it goes idle > > and (from the time needed to be woken up) it seems,

Re: [gentoo-user] [OT] Manipulating a mobile external harddisk

2016-02-02 Thread Dale
meino.cra...@gmx.de wrote: > Hi, > > for storing not so often used data I bought a 2.5" external USB > harddisk. > > This little beast has a very small timespan before it goes idle > and (from the time needed to be woken up) it seems, it parks its > heads then. > > The main usage of the disk to

[gentoo-user] ls config file?

2016-02-02 Thread Raffaele BELARDI
After a recent update of coreutils to version 8.25, 'ls -l' started displaying names containing spaces enclosed in single quotes, e.g.: drwxr-xr-x 6 belardi users 4096 May 21 2012 'Audio Libraries' drwxr-xr-x 2 belardi users 4096 Jun 10 2014 Brochure The option that controls this is

[gentoo-user] Re: Java 8 and remote access

2016-02-02 Thread Grant
> >> >> > > I need to run a Java 8 app remotely. Can this be done on Gentoo? > >> > > Bummer. FYI guys, Amazon Workspaces, Amazon Appstream, and Microsoft > Azure RemoteApp kinda work the way I've described but they all have > limitations which exclude them from working for me in this case. It

Re: [gentoo-user] ls config file?

2016-02-02 Thread Andrew Tselischev
On Tue, Feb 02, 2016 at 09:54:37AM +0100, Raffaele BELARDI wrote: > The option that controls this is --quoting-style, so > --quoting-style=literal returns to the old behaviour (which I prefer). I > can alias 'ls' to include this option but was wondering if there is a > global configuration file

Re: [gentoo-user] [OT] Manipulating a mobile external harddisk

2016-02-02 Thread Daniel Frey
On 02/02/2016 12:38 AM, meino.cra...@gmx.de wrote: > Hi @all, > > thanks for the infos so far. > > Just to correct me if I got it wrong expressed > (sorry, I am no native english speaker...) > > The harddisk in question is this little external > USB hd, which is used for data storage only. >

Re: [gentoo-user] [OT] Manipulating a mobile external harddisk

2016-02-02 Thread wabenbau
meino.cra...@gmx.de wrote: > Is it advisable to try to longen the active time before the disk > goes idle to prolong the lifetime ? > Is it possible to do this with hdparm? I have three external USB disks. Two of them are going to sleep after a few minutes, one is always spinning. All of them

Re: [gentoo-user] ls config file?

2016-02-02 Thread Andrew Tselischev
On Tue, Feb 02, 2016 at 10:47:04AM +, Andrew Tselischev wrote: > [...] > Don't forget to regenerate the manifest > > ebuild .../sys-apps/coreutils/coreutils-8.25.ebuild manifest > > and recompile! > [...] I forgot to mention, that if you seriously want to take that approach, you'd

Re: [gentoo-user] ls config file?

2016-02-02 Thread covici
Neil Bothwick wrote: > On Tue, 2 Feb 2016 11:07:02 +, Andrew Tselischev wrote: > > > I forgot to mention, that if you seriously want to take that approach, > > you'd need to mirror coreutils' ebuilds in your own portage overlay. The > > changes to the ebuild (and

Re: [gentoo-user] ls config file?

2016-02-02 Thread Neil Bothwick
On Tue, 2 Feb 2016 11:07:02 +, Andrew Tselischev wrote: > I forgot to mention, that if you seriously want to take that approach, > you'd need to mirror coreutils' ebuilds in your own portage overlay. The > changes to the ebuild (and Manifest) will get overwritten next time you > sync the

Re: [gentoo-user] ls config file?

2016-02-02 Thread Raffaele BELARDI
Andrew Tselischev wrote: > On Tue, Feb 02, 2016 at 09:54:37AM +0100, Raffaele BELARDI wrote: >> The option that controls this is --quoting-style, so >> --quoting-style=literal returns to the old behaviour (which I prefer). I >> can alias 'ls' to include this option but was wondering if there is a

[gentoo-user] Re: ls config file?

2016-02-02 Thread Nikos Chantziaras
On 02/02/16 10:54, Raffaele BELARDI wrote: After a recent update of coreutils to version 8.25, 'ls -l' started displaying names containing spaces enclosed in single quotes, e.g.: drwxr-xr-x 6 belardi users 4096 May 21 2012 'Audio Libraries' drwxr-xr-x 2 belardi users 4096 Jun 10 2014

Re: [gentoo-user] ls config file?

2016-02-02 Thread Neil Bothwick
On Tue, 02 Feb 2016 06:55:31 -0500, cov...@ccs.covici.com wrote: > > There's no need for that. Just > > create /etc/env/portage/sys-apps/coreutils containing > > > > post_src_unpack() { > > cd "${S}" > > epatch_user > > } > > Is it not /etc/portage/env instead? Of course it is. I was

Re: [gentoo-user] Re: Java 8 and remote access

2016-02-02 Thread Thomas Sigurdsen
On 02/02/2016 02:50 PM, Grant wrote: I need to run a Java 8 app remotely. Can this be done on Gentoo? > >> Bummer. FYI guys, Amazon Workspaces, Amazon Appstream, and Microsoft >> Azure RemoteApp kinda work the way I've described but they all have >> limitations which exclude them

Re: [gentoo-user] [OT] Manipulating a mobile external harddisk

2016-02-02 Thread Mick
On Tuesday 02 Feb 2016 09:38:33 meino.cra...@gmx.de wrote: > The harddisk in question is this little external > USB hd, which is used for data storage only. > It is by far no server disk or anything else > high-end-24/7-thingy... ;) > > Best regards, > Meino I was running a 350GB WD Passport

[gentoo-user] Re: Switching current java-vm for a single application

2016-02-02 Thread Jörg Schaible
Hi Leonard, Leonardo Guilherme wrote: > Hello. > > I'm using OpenJDK JVM regularly on my machine instead of Oracle's one, > primarily because of the infinality patches and because I prefer open > source software. > > There are some applications, though, that do not play ball with it > (namely,

Re: [gentoo-user] Record sizes of directories of a directory tree (huge) most efficiently

2016-02-02 Thread Frank Steinmetzger
On Wed, Jan 27, 2016 at 05:25:37PM +0100, meino.cra...@gmx.de wrote: > Hi, > > I want to determine the size of the contents of all directories of a > tree of directories on a hexacore AMD64 machine with 4GB RAM an one > harddisk (containing that tree) -- most efficiently (least time > consuming).

Re: [gentoo-user] Record sizes of directories of a directory tree (huge) most efficiently

2016-02-02 Thread Dale
Frank Steinmetzger wrote: > On Wed, Jan 27, 2016 at 05:25:37PM +0100, meino.cra...@gmx.de wrote: >> Hi, >> >> I want to determine the size of the contents of all directories of a >> tree of directories on a hexacore AMD64 machine with 4GB RAM an one >> harddisk (containing that tree) -- most