Hi I know this is not really a Puppet question . I have a set up where I install a base system, create a user (firstuser) using puppet and things are fine. Some time down the line I install the ubuntu-desktop which installs its own set of packages But I am not able to login as firstuser when the machine comes back. How do I enable gnome login for users already created . A new user added user adduser also is not able to login using the graphical window . Regards Hari -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Taking a shot in the dark really, but probably you need to specify gnome-specific groups(probbaly gdm etc) & previliges for that particualr user ? On Sat, Jul 24, 2010 at 7:47 PM, Harihara Vinayakaram <hvram1@gmail.com>wrote:> Hi > I know this is not really a Puppet question . I have a set up where > I install a base system, create a user (firstuser) using puppet and > things are fine. Some time down the line I install the ubuntu-desktop > which installs its own set of packages > > But I am not able to login as firstuser when the machine comes > back. How do I enable gnome login for users already created . A new > user added user adduser also is not able to login using the graphical > window . > > Regards > Hari > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
> But I am not able to login as firstuser when the machine comes > back. How do I enable gnome login for users already created . A new > user added user adduser also is not able to login using the graphical > window . >Are you sure the user account is not deactivated? I ran into this issue one time because I used puppet to create the account, but didn''t set the password. -- chris -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.