[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd-shim - 7-3

---
systemd-shim (7-3) unstable; urgency=medium


  * debian/patches/0001-cgmanager-stop-doing-async-calls.patch:
cgmanager: stop doing async calls; fixes a race condition on login.
Thanks to Ryan Lortie .  Closes LP: #1365095.

 -- Steve Langasek   Fri, 05 Sep 2014 15:49:39 -0700

** Changed in: systemd-shim (Ubuntu-rtm 14.09)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/systemd-shim

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd-shim - 7-3

---
systemd-shim (7-3) unstable; urgency=medium


  * debian/patches/0001-cgmanager-stop-doing-async-calls.patch:
cgmanager: stop doing async calls; fixes a race condition on login.
Thanks to Ryan Lortie .  Closes LP: #1365095.

 -- Steve Langasek   Fri, 05 Sep 2014 15:49:39 -0700

** Changed in: systemd-shim (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/systemd-shim

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/systemd-shim

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Steve Langasek
fix cherry-picked into Debian, will be synced into utopic ASAP.

** Changed in: systemd-shim (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Michael Terry
** No longer affects: lightdm (Ubuntu)

** Package changed: unity8 (Ubuntu) => systemd-shim (Ubuntu)

** Changed in: systemd-shim (Ubuntu)
 Assignee: (unassigned) => Steve Langasek (vorlon)

** Package changed: unity8 (Ubuntu-rtm 14.09) => systemd-shim (Ubuntu-
rtm 14.09)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Michael Terry
OK, we tracked it down to a race between the fork in lightdm's session-
child code and the cgroups being assigned to the process.

If it took too long for the cgroups to be assigned, the session would
have already been spawned and only the "lightdm --session-child" process
would have the right cgroups, but the session itself wouldn't.  But if
the cgroups got assigned before the fork, they would be inherited
correctly.

The bug was in systemd-shim, which made an async call.  Which meant that
PAM might return before cgroups were assigned, which meant the race.
desrt is going to fix it by just making that call sync.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: lightdm (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Michael Terry
Based on the guess that the removed sync dbus call in r2041 was causing
a difference in timing, I added a sleep 5 to that same code line.  That
seems to fix the problem!

Adding a sleep 5 to the lightdm upstart job however, does not fix the
problem.  There are no relevant upstart jobs that are waiting for
"started lightdm" (only mpt does).  So I'm guessing it's a dbus
activation race inside lightdm itself...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Michael Terry
@kgunn, this is only on krillin

Last night, I debugged this to just r2041 of lp:lightdm.  Looking for a
fix.  Rob filed bug 1365886 about the issue too.  Not sure which we want
to keep.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Loïc Minier
** Also affects: unity8 (Ubuntu-rtm 14.09)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Alexander Sack
** Changed in: unity8 (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Loïc Minier
** Also affects: unity8 (Ubuntu RTM)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Alexander Sack
** Tags added: rtm14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Michał Sawicz
** Also affects: lightdm (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-04 Thread Michael Terry
This seems to be related to lightdm 1.11.8.  I can reproduce only
starting with krillin utopic-proposed image 11, which introduced that
version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-04 Thread Michael Terry
This is affecting more than just the password setting.  Anything that
tries to set AccountsService fields isn't working.  They are failing
because the user is not authenticated via policykit.

But this is only because policykit is using the allow_any field of the
org.freedesktop.accounts.change-own-user-data permission.  Which is only
used if the requester is not a part of a logind session.  logind is
correctly marking the session as active.  But for some reason, policykit
thinks the app is not in the session.

Looking into why.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-03 Thread kevin gunn
on image 220 on n4 i don't see this problem ?

my incantation
ubuntu-device-flash --channel=ubuntu-touch/utopic-proposed --bootstrap 
--developer-mode

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-03 Thread Michael Terry
I get this too.  Not the "wizard on every boot issue" but the "no pin
code being asked" issue.

Looks like the wizard isn't actually setting the PIN code.  :(  Looking
into it.

** Changed in: unity8 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365095

Title:
  Greeter not asking for pin code in image 11 (krillin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1365095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-03 Thread Ricardo Salveti
phablet@ubuntu-phablet:~$ cat .cache/upstart/unity8.log 
()
qtmir.mir: MirServerConfiguration created
qtmir.mir: MirPlacementStrategy::MirPlacementStrategy
qtmir.mir: SessionListener::SessionListener - this= SessionListener(0x1158104)
qtmir.mir: PromptSessionListener::PromptSessionListener - this= 
PromptSessionListener(0x11583a4)
QtCompositor::setAllWindowsExposed true
qtmir.applications: UnityApplicationPlugin::registerTypes - this= 
UnityApplicationPlugin(0x124f648) uri= Unity.Application
qtmir.applications: applicationManagerSingleton - engine= QQmlEngine(0x1161c48) 
scriptEngine= QObject(0x0) 
qtmir.applications: ApplicationManager::ApplicationManager (this=%p) 
qtmir::ApplicationManager(0x1262140)
qtmir.mir: SessionListener::starting - this= SessionListener(0x1158104) 
session= 0xae4046a4
qtmir.mir: SessionListener::focused - this= SessionListener(0x1158104) session= 
0xae4046a4
qtmir.mir: SessionAuthorizer::connection_is_allowed - this= 
SessionAuthorizer(0x11559b4) pid= 2211
unity::action::ActionManager::ActionManager(QObject*):
Could not determine application identifier. HUD will not work properly.
Provide your application identifier in $APP_ID environment variable.
Fail to connect with service: 
QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name 
com.canonical.pim was not provided by any .service files")
qtmir.applications: applicationManagerSingleton - engine= QQmlEngine(0x1161c48) 
scriptEngine= QQmlEngine(0x1161c48)
qtmir.applications: surfaceManagerSingleton - engine= QQmlEngine(0x1161c48) 
scriptEngine= QQmlEngine(0x1161c48)
qtmir.surfaces: MirSurfaceManager::MirSurfaceManager - this= 
qtmir::MirSurfaceManager(0x1603000)
file:///usr/share/unity8/Shell.qml:595:5: QML Binding: Binding loop detected 
for property "target"
Initializing AalServicePlugin
Creating a new static Service instance
virtual int AalMediaPlayerControl::volume() const 

virtual QMediaPlayer::State AalMediaPlayerControl::state() const

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

virtual void AalMediaPlayerControl::stop()

virtual void AalMediaPlayerControl::setMedia(const QMediaContent&,
QIODevice*)

PlaybackStatusChanged signal arrived via the bus.
virtual void AalMediaPlayerControl::play() 

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

qtmir.applications: ApplicationManager::onSessionStarting - sessionName= 
pay-service
qtmir.applications: ApplicationManager::onSessionStarting - unmanaged 
application starting
qtmir.applications: ApplicationManager::authorizeSession - pid= 2211
qtmir.mir: SessionAuthorizer::configure_display_is_allowed - this= 
SessionAuthorizer(0x11559b4) pid= 2211
qtmir.mir: SessionAuthorizer::screencast_is_allowed - this= 
SessionAuthorizer(0x11559b4) pid= 2211
qtmir.mir: SessionAuthorizer::prompt_session_is_allowed - this= 
SessionAuthorizer(0x11559b4) pid= 2211
qtmir.mir: SessionListener::starting - this= SessionListener(0x1158104) 
session= 0xae5032d4
qtmir.mir: SessionListener::focused - this= SessionListener(0x1158104) session= 
0xae5032d4
qtmir.mir: SessionAuthorizer::connection_is_allowed - this= 
SessionAuthorizer(0x11559b4) pid= 2456
qtmir.applications: ApplicationManager::onSessionStarting - sessionName= 
QtUbuntu
qtmir.applications: ApplicationManager::authorizeSession - pid= 2456
qtmir.applications: Process supplied desktop_file_hint, loading: true
qtmir.applications: Unable to find file: "/usr/share/applications/unity8-dash" 
so will search standard paths for one named "unity8-dash" .desktop
qtmir.applications: ApplicationController::desktopFilePathForAppId - appId= 
"unity8-dash"
qtmir.applications: DesktopFileReader::DesktopFileReader - this= 0x15b9868 
appId= "unity8-dash"
qtmir.applications: DesktopFileReader::loadDesktopFile - this= 0x15b9868 
desktopFile= "/usr/share/applications/unity8-dash.desktop"
loaded desktop file with name='Unity 8 Dash', comment='The converged Unity 
shell dash', icon='unity8', exec='/usr/bin/unity8-dash', path='', stagehint=''
qtmir.applications: New process with pid 2456 appeared, adding new application 
to the application list with appId: "unity8-dash"
qtmir.applications: Application::Application - appId= "unity8-dash" state= 0
qtmir.applications: Application::setStage - appId= "unity8-dash" stage= 0
qtmir.applications: ApplicationManager::add - appId= "unity8-dash"
qtmir.mir: SessionAuthorizer::configure_display_is_allowed - this= 
SessionAuthorizer(0x11559b4) pid= 2456
qtmir.mir: SessionAuthorizer::screencast_is_allowed - this= 
SessionAuthorizer(0x11559b4) pid= 2456
qtmir.mir: SessionAuthorizer::prompt_session_is_allowed - this= 
SessionAuthorizer(0x11559b4) pid= 2456
qtmir.mir: SessionListener::starting - this= SessionListener(0x1158104) 
session= 0xae5037ec
qtmir.mir: SessionListener::focused - this= Se