Re: [gentoo-user] Keep alive within SSH session

2016-07-21 Thread Daniel Campbell
On 07/17/2016 11:03 AM, lukash wrote:
> On Sun, 2016-07-17 at 18:47 +0100, Mick wrote:
>> On Sunday 17 Jul 2016 14:14:42 you wrote:
>>> On Sun, 17 Jul 2016 17:35:55 +0100
>>> Mick wrote -
>>>
 On Sunday 17 Jul 2016 16:20:30 Ralf wrote:
> On 07/17/2016 04:02 PM, Mick wrote:
>> I am not sure of the correct approach to achieve a prolonged
>> remote=
>>
>> debugging session through SSH and avoid the SSH session
>> timing out.=
>>>
>>> What you need is expect or Expect or pexpect depending on your base
>>> scripting language preference - tcl, perl, or python.
>>>
>>> Dave F
>>
>> Thank you Dave!  I'm emerging dev-tcltk/expect as I type
>> this.  Hopefully the 
>> learning curve won't be too steep.  ;-)
> 
> You may also wanna try the ServerAliveInterval option in your client's
> ssh config. It sends some keepalive data to the server every X seconds,
> sounds like what you need.
> 
Please let me know if you have any issues. I'm not an expert in Tcl (or
expect), but I help maintain the package and it's recently had bugs that
I attempted to fix, so let me know how it works out if you decide to go
that way.
-- 
Daniel Campbell - Gentoo Developer
OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
fpr: AE03 9064 AE00 053C 270C  1DE4 6F7A 9091 1EA0 55D6



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] KF5 icons/styles settings UI. Which package?

2016-07-21 Thread Daniel Frey
On 07/21/2016 11:07 AM, Mick wrote:
> On Thursday 21 Jul 2016 07:45:41 Daniel Frey wrote:
>> On 07/20/2016 10:37 PM, Mick wrote:
>>> On Wednesday 20 Jul 2016 20:37:58 Daniel Frey wrote:
 On 07/20/2016 05:06 PM, Fernando Rodriguez wrote:
> This is fucking ridiculous. Baloo's kcm module is also part of
> plasma-desktop! Now after being forced to update it the indexer is
> making
> my system very unresponsive and I can't turn it off!

 Have you tried balooctl to turn it off? I think that's how I did it when
 I tried plasma months ago.

 Dan
>>>
>>> I wasn't aware of this!  It seems baloo has been busy all on its own:
>>>
>>> $ balooctl status
>>> Baloo File Indexer is not running
>>> Indexed 6412 / 7195 files
>>> Current size of index is 79.07 MiB
>>>
>>> $ balooctl config show includeFolders
>>> /home/michael
>>>
>>> So it's been indexing my whole /home directory.  Will issuing a disable
>>> command survive a reboot?
>>
>> It's supposed to. It did for me for a while (i.e. several reboots) then
>> it started again. People have been reporting it works and doesn't work
>> so maybe it depends on the environment it's running in. There's other
>> baloo-related command line tools but I don't remember them now.
>>
>> I think I got annoyed at one point with all the freezing and crashing
>> (and I thought it was baloo even though it was disabled) and eventually
>> deleted all of the baloo* files, but plasma still kept crashing.
>>
>> Dan
> 
> I've rebooted:
> 
> $ balooctl status
> Baloo is currently disabled. To enable, please run "balooctl enable"
> 
> Nice!  :-)
> 

I do believe it leaves the index in place, you'll still have to remove
that manually. I don't think there was a command to clear the index but
I could be mistaken.

Dan



Re: [gentoo-user] Re: GPT newbee needs some help

2016-07-21 Thread Neil Bothwick
On Thu, 21 Jul 2016 22:01:29 + (UTC), James wrote:

>  boot, root and swap that works on both mbr(bios) and efi motherboards?>

I'm not sure it can be done. BIOS needs an EF00 partition at the start.
EFI calls for an EF00 partition, which is recommended at the start but I
don't think it's compulsory that it is there. I have heard of people
using sda2 as the ESP where sda1 is a Windows rescue partition. So you
may get away with

p1 EF02 partition
p2 EF00 partition, formatted as FAT and mounted at /boot
root and swap partitions as you see fit.

You could try it and see, but I'm not sure it could be guaranteed to work
on all EFI hardware, although it should work on all BIOS hardware.


-- 
Neil Bothwick

Mouse: (n.) an input device used by management to force computer users to
   keep at least a part of their desks clean.


pgpB0ZiUUEOVr.pgp
Description: OpenPGP digital signature


[gentoo-user] Re: GPT newbee needs some help

2016-07-21 Thread James
Neil Bothwick  digimed.co.uk> writes:


> > First determine if the motherboards is a Bios or EFI variety. 
> > Then, decide which bootloader you are going to use:: grub(legacy) grub2,
> > lilo, gummi, EFI, etc etc? Last, how many different distros will you
> > ultimately be booting off that disk.

> > Then with that data, decide which formatting tool to use. (Others will
> > disagree with this logical progression, which is good as long as they
> > refine there reasons, explicitly.)

> I agree up until the last paragraph. You can use gdisk and a GPT whether
> you are using BIO or EFI. The difference is in your first partition. For
> EFI it must be type EF00 and formatted with FAT. For BIOS booting you
> need to start the disk with a small BIOS compatibility partition of type
> EF02. This is 1M here and you don't format or use it, it just has to be
> there.

I do not diagree what you are stating. I'll try it again. My logic is
hopefully sound, but might not appeal to everyone. It's what I'm working on
for my cluster/node reconfiguration tool which will eventually boot
embedded, many different arches and also use a variety of (i)PXE style node
wake-ups and fast boots with images served from servers. Hence the need for
one generic HD partition scheme:: (no raid decision tree) so drives and
systems can be moved around into a variety of test configurations as easily
as possible.

1. Is the disk a boot disk. (ignore additional disks for now. Most are 2G
sata drives.

2. (assuming yes)  Which distros will be booting off that disk.

3. Determine if the motherboards is a Bios or EFI variety.

4. Select a bootloader. (grub-1 grub-2 etc.

5. Specify the (example:boot/root/swap) partition scheme according to
previous data, ignoring other optional partitions for this example.

6. Select the partition tool.

Note:: a generic default (generic) partition scheme, shown below will work
for both Bios and EFI systems, so if a HD is moved between different mobos,
all else being same it should not have to be reformatted.



Hopefully this makes sense, as the basis of a collection of systems to
test a variety of cluster architectures, DFS and clusters codes, on
identical  hardware to validate performance comparison


James




Re: [gentoo-user] qt-creator (and others) too slow

2016-07-21 Thread Alec Ten Harmsel
On Thu, Jul 21, 2016 at 10:40:18AM -0300, Francisco Ares wrote:
> Thanks Alec.
> 
> No unstable KDE nor Qt.
> 
> From the output of "equery l kde-plasma/plasma*"
> 
> [IP-] [  ] kde-plasma/plasma-desktop-5.5.5-r1:5
> [IP-] [  ] kde-plasma/plasma-mediacenter-5.5.5:5
> [IP-] [  ] kde-plasma/plasma-meta-5.5.5:5
> [IP-] [  ] kde-plasma/plasma-nm-5.5.5:5
> [IP-] [  ] kde-plasma/plasma-pa-5.5.5:5
> [IP-] [  ] kde-plasma/plasma-workspace-5.5.5-r2:5
> [IP-] [  ] kde-plasma/plasma-workspace-wallpapers-5.5.5:5

I have the same versions of plasma, except that I only installed
plasma-desktop and its dependencies. I don't have kmail, kate, or any of
the rest of the KDE applications except konsole.

> ... and from the output of "equery l dev-qt/qtcore"
> 
> [IP-] [  ] dev-qt/qtcore-4.8.6-r2:4
> [IP-] [  ] dev-qt/qtcore-5.5.1-r1:5

I do not have any Qt 4 installed.

> From /etc/portage/package.use :
> 
> dev-qt/qt-creator   -android -cmake -doc subversion valgrind
> -debug python -webkit
> dev-qt/qtcore   icu -debug
> dev-qt/qtgui-debug
> 

Hmm, okay. I have noticed some slowness when baloo is running, as
Fernando mentioned. I turned off file indexing, which does not seem to
have actually done anything.

Anyways, other than that, KDE for me runs very smoothly. Most of the
time, even when baloo is running full out, KDE itself is very
responsive. Qt Creator currently segfaults when I try to create a new
project or open a project, but other than that is generally responsive.

Which version of Qt Creator are you running?

Alec



Re: [gentoo-user] Re: GPT newbee needs some help

2016-07-21 Thread covici
Neil Bothwick  wrote:

> On Thu, 21 Jul 2016 20:11:00 + (UTC), James wrote:
> 
> > First determine if the motherboards is a Bios or EFI variety. 
> > 
> > Then, decide which bootloader you are going to use:: grub(legacy) grub2,
> > lilo, gummi, EFI, etc etc? Last, how many different distros will you
> > ultimately be booting off that disk.
> > 
> > Then with that data, decide which formatting tool to use. (Others will
> > disagree with this logical progression, which is good as long as they
> > refine there reasons, explicitly.)
> 
> I agree up until the last paragraph. You can use gdisk and a GPT whether
> you are using BIO or EFI. The difference is in your first partition. For
> EFI it must be type EF00 and formatted with FAT. For BIOS booting you
> need to start the disk with a small BIOS compatibility partition of type
> EF02. This is 1M here and you don't format or use it, it just has to be
> there.
> 
> Regarding the apparent lack of partitions, what does gdisk -l /dev/sde
> show?

And if its not your boot disk, you can still use gpt with no
restrictions which is what I have been doing.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] Re: GPT newbee needs some help

2016-07-21 Thread Neil Bothwick
On Thu, 21 Jul 2016 20:11:00 + (UTC), James wrote:

> First determine if the motherboards is a Bios or EFI variety. 
> 
> Then, decide which bootloader you are going to use:: grub(legacy) grub2,
> lilo, gummi, EFI, etc etc? Last, how many different distros will you
> ultimately be booting off that disk.
> 
> Then with that data, decide which formatting tool to use. (Others will
> disagree with this logical progression, which is good as long as they
> refine there reasons, explicitly.)

I agree up until the last paragraph. You can use gdisk and a GPT whether
you are using BIO or EFI. The difference is in your first partition. For
EFI it must be type EF00 and formatted with FAT. For BIOS booting you
need to start the disk with a small BIOS compatibility partition of type
EF02. This is 1M here and you don't format or use it, it just has to be
there.

Regarding the apparent lack of partitions, what does gdisk -l /dev/sde
show?


-- 
Neil Bothwick

During a raid on a local chemist's shop, 2000 Viagra tablets were stolen
Police are looking for hardened criminals!


pgpWpkfagm9iB.pgp
Description: OpenPGP digital signature


[gentoo-user] Re: GPT newbee needs some help

2016-07-21 Thread James
Helmut Jarausch  skynet.be> writes:

> 
> Hi,
> 
> having formatted dozens of hard disks with fdisk, I'm lost with GPT  
> partitioning.
> 
> My new drive was preformatted for Windows, so I first deleted the two  
> partitions which were present.
> Unfortunately I've used fdisk.
> Then I tried to use gdisk. I have created 4 partitions, the first of  
> which started at sector 2048.
> I wrote the partition table back to disk, synced and remove the  
> (portable USB-) disk from my system.
> Then I connected it again.
> Now my problem is, that my system only shows  /dev/sde and /dev/sde1  
> whereas I expected to see
> /dev/sde1 ,.../dev/sde4 .

First determine if the motherboards is a Bios or EFI variety. 

Then, decide which bootloader you are going to use:: grub(legacy) grub2,
lilo, gummi, EFI, etc etc? Last, how many different distros will you
ultimately be booting off that disk.

Then with that data, decide which formatting tool to use. (Others will
disagree with this logical progression, which is good as long as they
refine there reasons, explicitly.)

hth,
James




Re: [gentoo-user] GPT newbee needs some help

2016-07-21 Thread covici
R0b0t1  wrote:

> On Thu, Jul 21, 2016 at 12:36 PM, Helmut Jarausch  wrote:
> > So, what did I miss?
> >
> > Many thanks for your help,
> > Helmut
> 
> The disk may be failing. If it isn't, try zeroing the start of it
> and/or repartitioning it. The two programs are essentially the same.
> 

What happens if you use gdisk again and use the p command?

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] GPT newbee needs some help

2016-07-21 Thread R0b0t1
On Thu, Jul 21, 2016 at 12:36 PM, Helmut Jarausch  wrote:
> So, what did I miss?
>
> Many thanks for your help,
> Helmut

The disk may be failing. If it isn't, try zeroing the start of it
and/or repartitioning it. The two programs are essentially the same.



Re: [gentoo-user] KF5 icons/styles settings UI. Which package?

2016-07-21 Thread Mick
On Thursday 21 Jul 2016 07:45:41 Daniel Frey wrote:
> On 07/20/2016 10:37 PM, Mick wrote:
> > On Wednesday 20 Jul 2016 20:37:58 Daniel Frey wrote:
> >> On 07/20/2016 05:06 PM, Fernando Rodriguez wrote:
> >>> This is fucking ridiculous. Baloo's kcm module is also part of
> >>> plasma-desktop! Now after being forced to update it the indexer is
> >>> making
> >>> my system very unresponsive and I can't turn it off!
> >> 
> >> Have you tried balooctl to turn it off? I think that's how I did it when
> >> I tried plasma months ago.
> >> 
> >> Dan
> > 
> > I wasn't aware of this!  It seems baloo has been busy all on its own:
> > 
> > $ balooctl status
> > Baloo File Indexer is not running
> > Indexed 6412 / 7195 files
> > Current size of index is 79.07 MiB
> > 
> > $ balooctl config show includeFolders
> > /home/michael
> > 
> > So it's been indexing my whole /home directory.  Will issuing a disable
> > command survive a reboot?
> 
> It's supposed to. It did for me for a while (i.e. several reboots) then
> it started again. People have been reporting it works and doesn't work
> so maybe it depends on the environment it's running in. There's other
> baloo-related command line tools but I don't remember them now.
> 
> I think I got annoyed at one point with all the freezing and crashing
> (and I thought it was baloo even though it was disabled) and eventually
> deleted all of the baloo* files, but plasma still kept crashing.
> 
> Dan

I've rebooted:

$ balooctl status
Baloo is currently disabled. To enable, please run "balooctl enable"

Nice!  :-)

-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] GPT newbee needs some help

2016-07-21 Thread Mick
On Thursday 21 Jul 2016 19:36:51 Helmut Jarausch wrote:
> Hi,
> 
> having formatted dozens of hard disks with fdisk, I'm lost with GPT
> partitioning.
> 
> My new drive was preformatted for Windows, so I first deleted the two
> partitions which were present.
> Unfortunately I've used fdisk.
> Then I tried to use gdisk. I have created 4 partitions, the first of
> which started at sector 2048.
> I wrote the partition table back to disk, synced and remove the
> (portable USB-) disk from my system.
> Then I connected it again.
> Now my problem is, that my system only shows  /dev/sde and /dev/sde1
> whereas I expected to see
> /dev/sde1 ,.../dev/sde4 .
> 
> So, what did I miss?
> 
> Many thanks for your help,
> Helmut

Are you sure you wrote the partition to disk?  If you pressed "q" to quit the 
application without first pressing "w" to write your changes to disk your 
entries would be lost.

From what you state you have a disk /dev/sde, on which you have created/saved 
only one partition, /dev/sde1.

-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


[gentoo-user] GPT newbee needs some help

2016-07-21 Thread Helmut Jarausch

Hi,

having formatted dozens of hard disks with fdisk, I'm lost with GPT  
partitioning.


My new drive was preformatted for Windows, so I first deleted the two  
partitions which were present.

Unfortunately I've used fdisk.
Then I tried to use gdisk. I have created 4 partitions, the first of  
which started at sector 2048.
I wrote the partition table back to disk, synced and remove the  
(portable USB-) disk from my system.

Then I connected it again.
Now my problem is, that my system only shows  /dev/sde and /dev/sde1  
whereas I expected to see

/dev/sde1 ,.../dev/sde4 .

So, what did I miss?

Many thanks for your help,
Helmut


Re: [gentoo-user] KF5 icons/styles settings UI. Which package?

2016-07-21 Thread Daniel Frey
On 07/20/2016 10:37 PM, Mick wrote:
> On Wednesday 20 Jul 2016 20:37:58 Daniel Frey wrote:
>> On 07/20/2016 05:06 PM, Fernando Rodriguez wrote:
>>> This is fucking ridiculous. Baloo's kcm module is also part of
>>> plasma-desktop! Now after being forced to update it the indexer is making
>>> my system very unresponsive and I can't turn it off!
>>
>> Have you tried balooctl to turn it off? I think that's how I did it when
>> I tried plasma months ago.
>>
>> Dan
> 
> I wasn't aware of this!  It seems baloo has been busy all on its own:
> 
> $ balooctl status
> Baloo File Indexer is not running
> Indexed 6412 / 7195 files
> Current size of index is 79.07 MiB
> 
> $ balooctl config show includeFolders
> /home/michael
> 
> So it's been indexing my whole /home directory.  Will issuing a disable 
> command survive a reboot?
> 

It's supposed to. It did for me for a while (i.e. several reboots) then
it started again. People have been reporting it works and doesn't work
so maybe it depends on the environment it's running in. There's other
baloo-related command line tools but I don't remember them now.

I think I got annoyed at one point with all the freezing and crashing
(and I thought it was baloo even though it was disabled) and eventually
deleted all of the baloo* files, but plasma still kept crashing.

Dan



Re: [gentoo-user] qt-creator (and others) too slow

2016-07-21 Thread Francisco Ares
Thanks Alec.

No unstable KDE nor Qt.

>From the output of "equery l kde-plasma/plasma*"

[IP-] [  ] kde-plasma/plasma-desktop-5.5.5-r1:5
[IP-] [  ] kde-plasma/plasma-mediacenter-5.5.5:5
[IP-] [  ] kde-plasma/plasma-meta-5.5.5:5
[IP-] [  ] kde-plasma/plasma-nm-5.5.5:5
[IP-] [  ] kde-plasma/plasma-pa-5.5.5:5
[IP-] [  ] kde-plasma/plasma-workspace-5.5.5-r2:5
[IP-] [  ] kde-plasma/plasma-workspace-wallpapers-5.5.5:5

... and from the output of "equery l dev-qt/qtcore"

[IP-] [  ] dev-qt/qtcore-4.8.6-r2:4
[IP-] [  ] dev-qt/qtcore-5.5.1-r1:5

>From /etc/portage/package.use :

dev-qt/qt-creator   -android -cmake -doc subversion valgrind
-debug python -webkit
dev-qt/qtcore   icu -debug
dev-qt/qtgui-debug

Best Regards,
Francisco


2016-07-20 16:31 GMT-03:00 Alec Ten Harmsel :

> On Wed, Jul 20, 2016 at 03:59:27PM -0300, Francisco Ares wrote:
> > Hi, all,
> >
> > Just upgraded to KDE 5, Qt 5 (as full as possible) and now QtCreator
> > frequently uses almost full CPU, a quad-core i5-4430. Any change on the
> > IDE, even just passing the mouse cursor over elements of an opened source
> > code file, makes the CPU consuption to the high tops.
>
> Which versions of Qt/KDE? I just installed stable KDE 5 on unstable Qt
> 5, as tiling window managers are not great all the time. I have not
> noticed any problems so far related to rendering.
>
> I can test this in a little while, but I'm busy working on some stuff
> right now while logged in to i3.
>
> Alec
>
>


Re: [gentoo-user] Re: Missing CPU options in make menuconfig

2016-07-21 Thread Andrew Savchenko
On Thu, 21 Jul 2016 08:20:18 +0100 Neil Bothwick wrote:
> On Wed, 20 Jul 2016 18:29:48 + (UTC), Holger Hoffstätte wrote:
> 
> > https://github.com/graysky2/kernel_gcc_patch
> > 
> > is what's missing in mainline but part of -gentoo.
> 
> Now I understand, and can apply that patch separately, thanks for the
> pointer.

Be careful with MNATIVE optimization. In some cases it results in
broken kernel: random userspace segfaults. See
https://github.com/graysky2/kernel_gcc_patch/issues/15

Best regards,
Andrew Savchenko


pgpzPNjAwM98H.pgp
Description: PGP signature


Re: [gentoo-user] Missing CPU options in make menuconfig

2016-07-21 Thread Fernando Rodriguez
On 07/21/2016 06:56 AM, Fernando Rodriguez wrote:
> On 07/21/2016 03:17 AM, Neil Bothwick wrote:
>> On Wed, 20 Jul 2016 19:38:03 -0400, Fernando Rodriguez wrote:
> 
 That's what I get here, but help lists all the ones I get in
 gentoo-sources, apart from MNATIVE, which indicates to me that those
 options should be available, once I work out how to switch them on.  
>>>
>>> Disable CONFIG_64BIT and you'll get them all.
>>>
>> That only brings on the 32 bit ones.
> 
> I thought that was what you meant because (at least on my sources from
> upstream) help only shows 32 bit ones.

I mean intel ones, it shows amd64 as well.

-- 

Fernando Rodriguez



Re: [gentoo-user] Missing CPU options in make menuconfig

2016-07-21 Thread Fernando Rodriguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 07/21/2016 03:17 AM, Neil Bothwick wrote:
> On Wed, 20 Jul 2016 19:38:03 -0400, Fernando Rodriguez wrote:
> 
>>> That's what I get here, but help lists all the ones I get in
>>> gentoo-sources, apart from MNATIVE, which indicates to me that those
>>> options should be available, once I work out how to switch them on.  
>>
>> Disable CONFIG_64BIT and you'll get them all.
>>
> That only brings on the 32 bit ones.

I thought that was what you meant because (at least on my sources from
upstream) help only shows 32 bit ones.


- -- 

Fernando Rodriguez
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXkKp4AAoJEPbOFX/5UlwcCckQAJuMHjufG+eXOGAxbzfnR4aP
J2iaxb76aV/jpHUdGRnBZd5PpeWWVq3lT2tv52BAkFzkxWOhVchFsBsE9Nkhvngw
FCgulW85d0CbyhfLeUSYalvitZwil9jTw75Q6a8TC6xkD+a+jJkfZExg+iG9YbLQ
UQuWngs4npAGCkL5s6DuaNSW1uGATSC6h55iNQwx5jpfD+NWgdku+hW6vQy+czzD
senk3FDIgeODzpMhOUpNTzrgERWgklNntS38luJ8V0NavhmIlWjn0cXC7STICAJu
dgzB7CoRLD6XSX8PMxosP6l+/Xoawn8EIGcfd1X93IWIFRChuYK2YTDTyoWLxUpw
pzCsGopd8jWelR1SsOYzZr9HzAzWzBoauxQNa4K7PMRNH+taYGsJQrOWwuGoqaS/
uYgHYQUejoF5i46Evp+bcVdUiB3c2R8NB2zEK20BExc0X7nPLp8Azo6pFbLkNAT3
GBkL4d9eo2FGkxYxet4oIT4Herps7whcIIfgjZACIt67RSrbIm8Sioq+MQesK2PW
Ee7L5lb8ggY5L2nCFwcEvlbgg42QIraerZ0lbE4Ui82MFJMqropNmG6fImPuzhCs
q/nsy70E1JviiG7q6Kj3rLGvaiCo50IwiVE0uBQMnzMRi3bBWraLyLlyMWucvee+
GUMNLMlB0qd4a8EqJDfs
=g4mD
-END PGP SIGNATURE-



Re: [gentoo-user] KF5 icons/styles settings UI. Which package?

2016-07-21 Thread Fernando Rodriguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 07/20/2016 11:37 PM, Daniel Frey wrote:
> On 07/20/2016 05:06 PM, Fernando Rodriguez wrote:
>> This is fucking ridiculous. Baloo's kcm module is also part of 
>> plasma-desktop!
>> Now after being forced to update it the indexer is making my system very
>> unresponsive and I can't turn it off!
>>
>>
>>
> 
> Have you tried balooctl to turn it off? I think that's how I did it when
> I tried plasma months ago.
> 
> Dan
> 

No, I didn't knew about it. Thanks.
It finished indexing after a whole day and seems to be behaving now.


- -- 

Fernando Rodriguez
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXkKiiAAoJEPbOFX/5UlwcDNAP/1fYb9QQipRTf/3SVpt9y2bM
H84txA4qXVN1voHtmXhiFNdfsEvl8CuuNWDvzxaasG1g1nSyC52RaMftIHZ3RC7z
sBnfAbVJXZg2UcXCQXt7J5w9+4yYVCoDlJoG2B/2yOkKdNt2+Gaxbemdwg+Dii9c
b5ecw3oiX97zCbBoE2xYYVPeHauZH5E5GUr8+ukJeeYp75v6HooyBF6fn8eJ9AH8
l5wRHS11qNEZj+pF7UQkzDtDlu8pfL6uyRON42r/9/hUEGn6vS44qIGGRx1lip7a
9Uh0PjdxLEj/ZAoaidi9LN6AwDH6cqxGemmAquvpCfalMl/CW6OuOCVM2JRrpfoe
hq29Pz5sfdTUzN3pf1xEYf4i1FzHU7nVO52/czzIYSZ0cT1jDwP2N80hOo5ewg1Z
ekMeLhAcCOy5tVuf/j26QaPvjmw9gjTtzCoZDVKJVLdXW5isZyhhHdZgZOeOE++x
TfbNFjzPTgIvvwP8JBoiwbnat9O5YIpsFuIaxk5vyfrSCESYxBHaP/2mnlqacVdQ
qNolJqhKGPVM1i5mDhXLP6dUUca5+lVbDsHyCmXVR437XaZJF777qGZPOT5hiN0+
ZEi534+4NtrwfoZ+vHGgjfNYzC9IGGvU32xBe3wUFWNdak/Iob5Ac/imUq1KgA2U
7mahGfIKDtjCmuXz8fID
=pRN1
-END PGP SIGNATURE-



Re: [gentoo-user] Re: Missing CPU options in make menuconfig

2016-07-21 Thread Neil Bothwick
On Wed, 20 Jul 2016 18:29:48 + (UTC), Holger Hoffstätte wrote:

> https://github.com/graysky2/kernel_gcc_patch
> 
> is what's missing in mainline but part of -gentoo.

Now I understand, and can apply that patch separately, thanks for the
pointer.


-- 
Neil Bothwick

Top Oxymorons Number 18: Taped live


pgpgK2Xbr7beg.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Missing CPU options in make menuconfig

2016-07-21 Thread Neil Bothwick
On Thu, 21 Jul 2016 12:56:14 +1000, Adam Carter wrote:

> The experimental use flag turns on the other arch's in gentoo-sources.
> Perhaps that will help identify which is the relevant patch?

So they're all specific to gentoo-sources, not just the MNATIVE option?
Now it makes sense, thanks.


-- 
Neil Bothwick

RISC: Reduced Into Silly Code


pgp6YhhdqAAGH.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Missing CPU options in make menuconfig

2016-07-21 Thread Neil Bothwick
On Wed, 20 Jul 2016 19:38:03 -0400, Fernando Rodriguez wrote:

> > That's what I get here, but help lists all the ones I get in
> > gentoo-sources, apart from MNATIVE, which indicates to me that those
> > options should be available, once I work out how to switch them on.  
> 
> Disable CONFIG_64BIT and you'll get them all.
> 
That only brings on the 32 bit ones.


-- 
Neil Bothwick

By the time you can make ends meet, they move the ends.


pgpOJX1nHiL2c.pgp
Description: OpenPGP digital signature