F21 SSH sends TCP keep-alive - server RSTs

2015-03-18 Thread Robert Moskowitz
For some reason, after LOTS of idle chatter between my F21 SSH client and the server (I am assuming these are SSH application keep-alives), my F21 SSH client sends a TCP keep-alive. This is after some long time of the client NOT sending an SSH idle packet. As soon as the server receives this

Re: [389-users] Referential Integrity

2015-03-18 Thread Mark Reynolds
On 03/17/2015 06:11 PM, William wrote: So in the case of having RI on two ldap servers, you would set this to off, since the server that handled the delete will replicate the other updates soon after. In the case of RI on a single server, when the non-RI server issues a delete, the RI enabled

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread stan
On Tue, 17 Mar 2015 16:53:33 -0400 Tom H tomh0...@gmail.com wrote: On Tue, Mar 17, 2015 at 1:58 PM, Heinz Diehl htd...@fritha.org wrote: CFS is not required at all, and so are cgroups. Any kernel with the BFS patch applied will run just fine on Fedora. In fact, most of the time I run a

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread stan
On Tue, 17 Mar 2015 18:52:23 +0100 Heinz Diehl htd...@fritha.org wrote: Lucky? The machine was fully unusable. Yes, but you have full control of your machine. Yes, this machine is on F21. [htd@chiara ~]$ uname -a Linux chiara.fritha.org 3.19.2-rc1-bfq #1 SMP PREEMPT Mon Mar 16 16:16:07

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread stan
On Tue, 17 Mar 2015 18:52:23 +0100 Heinz Diehl htd...@fritha.org wrote: Directly from source. Would you be willing to give a recipe that you use? i.e. what steps do you perform to do this? There is a vanilla source tree included in the fedora src.rpm for the kernel, so maybe I could use

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread stan
On Tue, 17 Mar 2015 19:34:08 +0100 poma pomidorabelis...@gmail.com wrote: Borislav, can you help explain the man why this is happening with his Piledriver. http://www.cpu-world.com/CPUs/Bulldozer/AMD-FX-Series%20FX-6300.html poma Thanks, poma. -- users mailing list

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread stan
On Tue, 17 Mar 2015 18:52:23 +0100 Heinz Diehl htd...@fritha.org wrote: This is the top output when compiling a kernel with -j8 (4 cores/8 threads): top - 18:47:16 up 9:07, 4 users, load average: 1.77, 0.39, 0.13 Tasks: 263 total, 10 running, 253 sleeping, 0 stopped, 0 zombie %Cpu0

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread stan
On Wed, 18 Mar 2015 08:01:35 -0700 stan stanl-fedorau...@vfemail.net wrote: Heinz, what does cat /proc/cgroups show? Should have included this in my response: $ cat /proc/cgroups #subsys_namehierarchy num_cgroups enabled cpuset 2 1 1 cpu 3 1 1

Re: Cannot umount ntfs-36 with umount command

2015-03-18 Thread dabicho
I think I have found what is happening. The entry in fstab for this device (recognized by label) has the user option. It is mounted using ntfs-3g with fuser, so the binary is suid to be able to mount as ordinary user. After mounting, the mount point has the same owner as the user who mounted the

Constant DHCPREQUEST

2015-03-18 Thread Gary Stainburn
Hi folks, While looking at my network I've spotted that my laptop is constantly sending DHCPREQUEST. Everything appears to be working fine, both on my laptop and elsewhere apart from this. One other client, a Win7 PC appears to have the same problem, but everything else on the network seems

Re: Crashes of tainted kernels

2015-03-18 Thread jd1008
On 03/17/2015 10:59 PM, Chris Murphy wrote: Taint is always caused by out of tree kernel modules. If you haven't installed anything that installs kernel modules, most typically that's video drivers, then it could be an MCE in which case that's a legit Fedora kernel bug to file, but probably

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread Heinz Diehl
On 18.03.2015, stan wrote: Heinz, what does cat /proc/cgroups show? [htd@chiara ~]$ cat /proc/cgroups #subsys_namehierarchy num_cgroups enabled cpuset 2 1 1 memory 3 1 1 devices 4 74 1 freezer 5 1 1 net_cls 6 1 1 blkio

Re: F21 SSH sends TCP keep-alive - server RSTs

2015-03-18 Thread Rick Stevens
On 03/18/2015 05:30 AM, Robert Moskowitz wrote: For some reason, after LOTS of idle chatter between my F21 SSH client and the server (I am assuming these are SSH application keep-alives), my F21 SSH client sends a TCP keep-alive. This is after some long time of the client NOT sending an SSH

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread Heinz Diehl
On 18.03.2015, stan wrote: An afterthought. I notice that you are compiling the kernel as root. I do my build in the rpmbuild system as a user, so the compile is run as a user. Do you think that would matter? For the kernel to get properly installed, you have to be root. Precisely, there

Re: Crashes of tainted kernels

2015-03-18 Thread jd1008
On 03/17/2015 11:09 PM, Ed Greshko wrote: On 03/18/15 12:42, Joe Zeff wrote: On 03/17/2015 08:22 PM, Chris Murphy wrote: 2. how to provide useful debugging info - if the user will not test a non-tainted kernel I see no possible way for an automated system to know where to file the bug You

Re: Crashes of tainted kernels

2015-03-18 Thread Chris Murphy
On Wed, Mar 18, 2015 at 11:18 AM, jd1008 jd1...@gmail.com wrote: On 03/17/2015 10:59 PM, Chris Murphy wrote: Taint is always caused by out of tree kernel modules. If you haven't installed anything that installs kernel modules, most typically that's video drivers, then it could be an MCE in

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread Heinz Diehl
On 18.03.2015, stan wrote: Would you be willing to give a recipe that you use? i.e. what steps do you perform to do this? 1. Download a kernel tarball from kernel.org 2. Unpack it into /usr/src 3. Copy .config from the latest Fedora kernel into the kernel toplevel sourcedir (it is stored

Re: Constant DHCPREQUEST

2015-03-18 Thread Greg Woods
On Wed, Mar 18, 2015 at 10:51 AM, Gary Stainburn gary.stainb...@ringways.co.uk wrote: While looking at my network I've spotted that my laptop is constantly sending DHCPREQUEST. This looks like some kind of firewall issue. The laptop sends a request, the server sees it and sends the ack, but

Re: Crashes of tainted kernels

2015-03-18 Thread Joe Zeff
On 03/18/2015 05:34 PM, jd1008 wrote: On 03/18/2015 06:26 PM, Joe Zeff wrote: On 03/18/2015 10:18 AM, jd1008 wrote: Not in Joe Zeff's case!!! To be more specific, there's nothing like that that I'm aware of. Yet. Perhaps I misread your message??? I haven't had time to follow the

Re: Crashes of tainted kernels

2015-03-18 Thread Joe Zeff
On 03/18/2015 10:18 AM, jd1008 wrote: Not in Joe Zeff's case!!! To be more specific, there's nothing like that that I'm aware of. Yet. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users

Re: Firefox covering Panel Bar in KDE

2015-03-18 Thread Ed Greshko
On 03/19/15 09:03, Mickey wrote: On 03/18/2015 08:58 PM, Ed Greshko wrote: On 03/19/15 08:45, Mickey wrote: What is the shortcut key for making Firefox not covering the Panel Bar at bottom ? FWIW, I don't have this problem since I've got the panel settings configured to Always Visible.

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread Tom H
On Wed, Mar 18, 2015 at 3:34 PM, stan stanl-fedorau...@vfemail.net wrote: Here's my Fedora rpmbuild procedure: I go to koji, the fedora central build repository for package maintainers, and download the src.rpm. http://koji.fedoraproject.org/koji/packageinfo?packageID=8 I use rpm to

Re: F21: Gnome doesn't work on i686 Dell Laptop

2015-03-18 Thread Chris Murphy
On Wed, Mar 18, 2015 at 5:17 PM, Max Pyziur p...@brama.com wrote: Recently, I fresh installed F21 on a Dell i686 Inspiron Laptop. I had been running F18 on it, and just wanted to jump to the newest release w/o stepping through F19 and F20. I kept the /home partition, and wiped everything

Re: Firefox covering Panel Bar in KDE

2015-03-18 Thread Mickey
On 03/18/2015 08:58 PM, Ed Greshko wrote: On 03/19/15 08:45, Mickey wrote: What is the shortcut key for making Firefox not covering the Panel Bar at bottom ? FWIW, I don't have this problem since I've got the panel settings configured to Always Visible. My panel bar is always visiable,

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread Tom H
On Wed, Mar 18, 2015 at 1:26 PM, Heinz Diehl htd...@fritha.org wrote: On 17.03.2015, Tom H wrote: I don't know what the difference is between not compiling cgroup suppport into the kernel and compiling it in but disabling all controllers but it looks like that your assumption that cgroup

Re: Crashes of tainted kernels

2015-03-18 Thread jd1008
On 03/18/2015 06:26 PM, Joe Zeff wrote: On 03/18/2015 10:18 AM, jd1008 wrote: Not in Joe Zeff's case!!! To be more specific, there's nothing like that that I'm aware of. Yet. Perhaps I misread your message??? On 03/16/2015 04:25 PM, Joe Zeff wrote: On 03/16/2015 02:29 PM, Matthew Miller

Re: Firefox covering Panel Bar in KDE

2015-03-18 Thread Dan Mossor
On 03/18/2015 08:26 PM, Ed Greshko wrote: On 03/19/15 09:03, Mickey wrote: On 03/18/2015 08:58 PM, Ed Greshko wrote: On 03/19/15 08:45, Mickey wrote: What is the shortcut key for making Firefox not covering the Panel Bar at bottom ? FWIW, I don't have this problem since I've got the panel

Re: F21: Gnome doesn't work on i686 Dell Laptop

2015-03-18 Thread Max Pyziur
On Wed, 18 Mar 2015, Chris Murphy wrote: On Wed, Mar 18, 2015 at 5:17 PM, Max Pyziur p...@brama.com wrote: Recently, I fresh installed F21 on a Dell i686 Inspiron Laptop. I had been running F18 on it, and just wanted to jump to the newest release w/o stepping through F19 and F20. I kept the

F21: Gnome doesn't work on i686 Dell Laptop

2015-03-18 Thread Max Pyziur
Greetings, Recently, I fresh installed F21 on a Dell i686 Inspiron Laptop. I had been running F18 on it, and just wanted to jump to the newest release w/o stepping through F19 and F20. I kept the /home partition, and wiped everything else out. Xfce and Mate Desktops start and are very

Firefox covering Panel Bar in KDE

2015-03-18 Thread Mickey
What is the shortcut key for making Firefox not covering the Panel Bar at bottom ? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct:

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread Tom H
On Wed, Mar 18, 2015 at 11:01 AM, stan stanl-fedorau...@vfemail.net wrote: On Tue, 17 Mar 2015 16:53:33 -0400, Tom H tomh0...@gmail.com wrote: CONFIG_CGROUPS (it is OK to disable all controllers) is listed under REQUIREMENTS in the systemd README. I don't know what the difference is between

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread Tom H
On Wed, Mar 18, 2015 at 1:22 PM, Heinz Diehl htd...@fritha.org wrote: On 18.03.2015, stan wrote: An afterthought. I notice that you are compiling the kernel as root. I do my build in the rpmbuild system as a user, so the compile is run as a user. Do you think that would matter? For the

Re: Firefox covering Panel Bar in KDE

2015-03-18 Thread Ed Greshko
On 03/19/15 08:45, Mickey wrote: What is the shortcut key for making Firefox not covering the Panel Bar at bottom ? FWIW, I don't have this problem since I've got the panel settings configured to Always Visible. -- If you can't laugh at yourself, others will gladly oblige. -- users

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread stan
On Wed, 18 Mar 2015 18:19:54 +0100 Heinz Diehl htd...@fritha.org wrote: 1. Download a kernel tarball from kernel.org 2. Unpack it into /usr/src 3. Copy .config from the latest Fedora kernel into the kernel toplevel sourcedir (it is stored in /boot). 4. make oldconfig 5. make 6. make

Re: F21 SSH sends TCP keep-alive - server RSTs

2015-03-18 Thread Gordon Messmer
Based on the symptoms you describe in this email and your earlier ones, I would most strongly suspect that one of the systems you're using has an IP address conflict. Use arping on both the client and server to verify that they are the only device on their respective broadcast domains to use

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread Heinz Diehl
On 17.03.2015, Tom H wrote: I don't know what the difference is between not compiling cgroup suppport into the kernel and compiling it in but disabling all controllers but it looks like that your assumption that cgroup support isn't required is wrong. Thanks for pinting this out! You are

Re: F21 SSH sends TCP keep-alive - server RSTs

2015-03-18 Thread Robert Moskowitz
On 03/18/2015 01:22 PM, Rick Stevens wrote: On 03/18/2015 05:30 AM, Robert Moskowitz wrote: For some reason, after LOTS of idle chatter between my F21 SSH client and the server (I am assuming these are SSH application keep-alives), my F21 SSH client sends a TCP keep-alive. This is after some

Re: How to increase maximum user cpu usage allowed on a multi core system?

2015-03-18 Thread stan
On Wed, 18 Mar 2015 18:19:54 +0100 Heinz Diehl htd...@fritha.org wrote: 1. Download a kernel tarball from kernel.org 2. Unpack it into /usr/src 3. Copy .config from the latest Fedora kernel into the kernel toplevel sourcedir (it is stored in /boot). 4. make oldconfig 5. make 6. make