linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problems with late 3.8-rc5 and 3.8-rc6 on i686
@ 2013-02-01 20:13 Bruno Wolff III
  2013-02-04 23:28 ` Bruno Wolff III
  2013-02-07  1:52 ` Bruno Wolff III
  0 siblings, 2 replies; 7+ messages in thread
From: Bruno Wolff III @ 2013-02-01 20:13 UTC (permalink / raw)
  To: linux-kernel

I have been testing 3.8 kernels on Fedora. The last good kernel was 
3.8.0-0.rc5.git1.1.fc19.i686.PAE. I tested 3.8.0-0.rc5.git2.1.fc19.i686.PAE, 
3.8.0-0.rc5.git3.1.fc19.i686 and 3.8.0-0.rc6.git0.1.fc19.i686.PAE and found 
these all had two odd effects. 

One is that the rtkit-daemon service fails to start up and the other is that 
there are issues with X. One one machine with an rv280 based video card the 
background image doesn't show up in gdm and I can't enter a password in gdm. 
C-A-F2 does get me back to a vt. On another machine with a nv28 based video 
card I get the Oh no something went wrong page, but again I can still use 
C-A-F2 to get to a vt.

On an x86_64 machine I have tested through 3.8.0-0.rc5.git2.1.fc19.x86_64 and 
am not seeing either of these issues.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with late 3.8-rc5 and 3.8-rc6 on i686
  2013-02-01 20:13 Problems with late 3.8-rc5 and 3.8-rc6 on i686 Bruno Wolff III
@ 2013-02-04 23:28 ` Bruno Wolff III
  2013-02-04 23:45   ` JA Magallón
  2013-02-07  1:52 ` Bruno Wolff III
  1 sibling, 1 reply; 7+ messages in thread
From: Bruno Wolff III @ 2013-02-04 23:28 UTC (permalink / raw)
  To: linux-kernel

On Fri, Feb 01, 2013 at 14:13:32 -0600,
   Bruno Wolff III <bruno@wolff.to> wrote:
>
>One is that the rtkit-daemon service fails to start up and the other 
>is that there are issues with X. One one machine with an rv280 based 
>video card the background image doesn't show up in gdm and I can't 
>enter a password in gdm. C-A-F2 does get me back to a vt. On another 
>machine with a nv28 based video card I get the Oh no something went 
>wrong page, but again I can still use C-A-F2 to get to a vt.

I am still seeing this with 3.8.0-0.rc6.git1.1.fc19.i686.PAE.

However, I have found the GUI issues are because gnome is waiting on the 
rtkit-daemon and once it times out, things are OK. So the issue is just 
that the recent kernels break something for the rtkit-daemon service 
on i686.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with late 3.8-rc5 and 3.8-rc6 on i686
  2013-02-04 23:28 ` Bruno Wolff III
@ 2013-02-04 23:45   ` JA Magallón
  2013-02-06 14:04     ` Bruno Wolff III
  0 siblings, 1 reply; 7+ messages in thread
From: JA Magallón @ 2013-02-04 23:45 UTC (permalink / raw)
  To: Linux Kernel

On 02/05/2013 12:28 AM, Bruno Wolff III wrote:
> On Fri, Feb 01, 2013 at 14:13:32 -0600, Bruno Wolff III
> <bruno@wolff.to> wrote:
>>
>> One is that the rtkit-daemon service fails to start up and the
>> other is that there are issues with X. One one machine with an
>> rv280 based video card the background image doesn't show up in gdm
>> and I can't enter a password in gdm. C-A-F2 does get me back to a
>> vt. On another machine with a nv28 based video card I get the Oh no
>> something went wrong page, but again I can still use C-A-F2 to get
>> to a vt.
>
> I am still seeing this with 3.8.0-0.rc6.git1.1.fc19.i686.PAE.
>
> However, I have found the GUI issues are because gnome is waiting on
> the rtkit-daemon and once it times out, things are OK.

I had also problems with this and other daemons...
If you are using systemd, check if rtkit wants to run with PrivateTmp=yes.
If this is so, then check that your /tmp is _not_ a symlink, but
a real dir...

-- 
J.A. Magallon <jamagallon()ono!com>        \               Winter is coming...

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with late 3.8-rc5 and 3.8-rc6 on i686
  2013-02-04 23:45   ` JA Magallón
@ 2013-02-06 14:04     ` Bruno Wolff III
  0 siblings, 0 replies; 7+ messages in thread
From: Bruno Wolff III @ 2013-02-06 14:04 UTC (permalink / raw)
  To: JA Magallón; +Cc: Linux Kernel

On Tue, Feb 05, 2013 at 00:45:52 +0100,
   JA Magallón <jamagallon@ono.com> wrote:
>
>I had also problems with this and other daemons...
>If you are using systemd, check if rtkit wants to run with PrivateTmp=yes.
>If this is so, then check that your /tmp is _not_ a symlink, but
>a real dir...

In this case it was using privatenetwork=yes when namespaces are enabled 
on 32 bit kernels. Possible an error status changed and systemd is behaving 
differently now due to that. We have a bug open in Fedora for this against 
rtkit, but I am going to recommend the submitter move it to systemd.

Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with late 3.8-rc5 and 3.8-rc6 on i686
  2013-02-01 20:13 Problems with late 3.8-rc5 and 3.8-rc6 on i686 Bruno Wolff III
  2013-02-04 23:28 ` Bruno Wolff III
@ 2013-02-07  1:52 ` Bruno Wolff III
  2013-02-07 13:37   ` Josh Boyer
  1 sibling, 1 reply; 7+ messages in thread
From: Bruno Wolff III @ 2013-02-07  1:52 UTC (permalink / raw)
  To: linux-kernel

On Fri, Feb 01, 2013 at 14:13:32 -0600,
   Bruno Wolff III <bruno@wolff.to> wrote:
>I have been testing 3.8 kernels on Fedora. The last good kernel was 
>3.8.0-0.rc5.git1.1.fc19.i686.PAE. I tested 
>3.8.0-0.rc5.git2.1.fc19.i686.PAE, 3.8.0-0.rc5.git3.1.fc19.i686 and 
>3.8.0-0.rc6.git0.1.fc19.i686.PAE and found these all had two odd 
>effects.

This turned out to be due Fedora changing some config options to turn off 
namespaces for i686 when it was thought by some people that they had been 
off previously. (And so this wasn't thought to be a change.) This broke 
the private network feature of systemd, used by rtkit-daemon.

There is a new kernel build which fixes this.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with late 3.8-rc5 and 3.8-rc6 on i686
  2013-02-07  1:52 ` Bruno Wolff III
@ 2013-02-07 13:37   ` Josh Boyer
  2013-02-07 15:17     ` Bruno Wolff III
  0 siblings, 1 reply; 7+ messages in thread
From: Josh Boyer @ 2013-02-07 13:37 UTC (permalink / raw)
  To: Bruno Wolff III; +Cc: linux-kernel

On Wed, Feb 6, 2013 at 8:52 PM, Bruno Wolff III <bruno@wolff.to> wrote:
> On Fri, Feb 01, 2013 at 14:13:32 -0600,
>   Bruno Wolff III <bruno@wolff.to> wrote:
>>
>> I have been testing 3.8 kernels on Fedora. The last good kernel was
>> 3.8.0-0.rc5.git1.1.fc19.i686.PAE. I tested 3.8.0-0.rc5.git2.1.fc19.i686.PAE,
>> 3.8.0-0.rc5.git3.1.fc19.i686 and 3.8.0-0.rc6.git0.1.fc19.i686.PAE and found
>> these all had two odd effects.
>
>
> This turned out to be due Fedora changing some config options to turn off
> namespaces for i686 when it was thought by some people that they had been
> off previously. (And so this wasn't thought to be a change.) This broke the
> private network feature of systemd, used by rtkit-daemon.

Yeah, the Kconfig entry for NAMESPACES is... misleading.  It seems it
should depend on CONFIG_EXPERT, but if you have one of the _NS options
set in the config it gets flipped on regardless.  It's either that or
the weird "default !EXPERT" causing it to be enabled even when the
CONFIG_EXPERT option is not set.

Anyway, still seems to me that systemd/rtkit-daemon should be _checking_
to see if that feature is present instead of assuming it is and failing
in weird ways when it isn't.

josh

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with late 3.8-rc5 and 3.8-rc6 on i686
  2013-02-07 13:37   ` Josh Boyer
@ 2013-02-07 15:17     ` Bruno Wolff III
  0 siblings, 0 replies; 7+ messages in thread
From: Bruno Wolff III @ 2013-02-07 15:17 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linux-kernel

On Thu, Feb 07, 2013 at 08:37:01 -0500,
   Josh Boyer <jwboyer@gmail.com> wrote:
>
>Anyway, still seems to me that systemd/rtkit-daemon should be _checking_
>to see if that feature is present instead of assuming it is and failing
>in weird ways when it isn't.

I agree. It would have been a lot quicker to figure this out if there had 
been a message that plainly stated that namespaces weren't available and 
either ignored the privatenamespace setting or failed, but suggested turning 
the setting off.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-02-07 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-01 20:13 Problems with late 3.8-rc5 and 3.8-rc6 on i686 Bruno Wolff III
2013-02-04 23:28 ` Bruno Wolff III
2013-02-04 23:45   ` JA Magallón
2013-02-06 14:04     ` Bruno Wolff III
2013-02-07  1:52 ` Bruno Wolff III
2013-02-07 13:37   ` Josh Boyer
2013-02-07 15:17     ` Bruno Wolff III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).