> On Jul 22, 2016, at 7:38 AM, Tadas <[email protected]> wrote: > > Hello, > I'm having problems to get SSO working on Fedora24 guest. > > The following packages are installed on guest: > > ovirt-guest-agent-common.noarch 1.0.12- > 3.fc24 @updates > ovirt-guest-agent-gdm-plugin.noarch 1.0.12- > 3.fc24 @updates > ovirt-guest-agent-pam-module.x86_64 1.0.12- > 3.fc24 @updates > > > When user tries to login, the following lines are displayed in ovirt- > guest-agent.log > > > Dummy-3::DEBUG::2016-07-22 > 08:21:09,614::GuestAgentLinux2::152::root::PkgMgr: list_pkgs returns > [['kernel-4.5.5-300.fc24', 'xorg-x11-drv-qxl-0.1.4-7.fc24', 'ovirt- > guest-agent-common-1.0.12-3.fc24']] > Dummy-3::DEBUG::2016-07-22 > 08:21:09,614::OVirtAgentLogic::197::root::Sending applications with > args {'applications': ['kernel-4.5.5-300.fc24', 'xorg-x11-drv-qxl- > 0.1.4-7.fc24', 'ovirt-guest-agent-common-1.0.12-3.fc24']} > Dummy-2::INFO::2016-07-22 > 08:21:10,302::OVirtAgentLogic::307::root::Received an external command: > login... > Dummy-2::DEBUG::2016-07-22 > 08:21:10,302::OVirtAgentLogic::341::root::User log-in (credentials = > '\x00\x00\x00\x04test********\x00') > Dummy-2::DEBUG::2016-07-22 > 08:21:10,302::OVirtAgentLogic::280::root::AgentLogicBase::doListen() - > in loop before vio.read
Hello there, I am sorry for the delay I had to find the time to spin up a new test VM for this and was quite busy yesterday. The reason is a missing dependency which causes the Credential Server not to be started. Please run the following commands as root: # dnf install pygobject2 -y && systemctl restart ovirt-guest-agent and it should work I will fix the dependency issue in the repository thanks for your report! > > But guest does not react in any way, it just displays login screen. > Also there's anything in /var/log/secure log file. It seems that pam > module is not accessed. > Thank you. > _______________________________________________ > Users mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

