Hello everydbody,
I'm in a situation where I already have an override_homedir statement in my sssd configuration (using ldap) but I'd like to honor the homeDirectory ldap attribute for a (group of eventually) specific user.
I can't find any way to achieve that in the ssd version I'm using (1.9.2). Did I miss something ? If not, does it look like a reasonabme RFE ?
Regards,
Jean-Baptiste
On (23/08/13 11:49), Jean-Baptiste Denis wrote:
Hello everydbody,
I'm in a situation where I already have an override_homedir statement in my sssd configuration (using ldap) but I'd like to honor the homeDirectory ldap attribute for a (group of eventually) specific user.
I can't find any way to achieve that in the ssd version I'm using (1.9.2). Did I miss something ? If not, does it look like a reasonabme RFE ?
Regards,
Jean-Baptiste
This looks similar to ticket https://fedorahosted.org/sssd/ticket/1853 or do you have any other requirements?
LS
On 08/23/2013 12:23 PM, Lukas Slebodnik wrote:
This looks similar to ticket https://fedorahosted.org/sssd/ticket/1853 or do you have any other requirements?
Hi,
I don't see how I could leverage this functionality in my scenario.
Here is my situation :
On a specific server, I'm using override_homedir = /home/%u to override the homeDirectory attribute from my LDAP directory (which has a form like /company/home/usergroup/login).
For a specific user on this server, I'd like to keep and honor the homeDirectory attribute.
Did I miss something in the ticket ?
Jean-Baptiste
On Fri, Aug 23, 2013 at 01:27:48PM +0200, Jean-Baptiste Denis wrote:
On 08/23/2013 12:23 PM, Lukas Slebodnik wrote:
This looks similar to ticket https://fedorahosted.org/sssd/ticket/1853 or do you have any other requirements?
Hi,
I don't see how I could leverage this functionality in my scenario.
Here is my situation :
On a specific server, I'm using override_homedir = /home/%u to override the homeDirectory attribute from my LDAP directory (which has a form like /company/home/usergroup/login).
For a specific user on this server, I'd like to keep and honor the homeDirectory attribute.
Did I miss something in the ticket ?
Jean-Baptiste
I don't think this is possible with the current configuration options.
I can only think about a terrible hack -- set two domains, filter the single user you want to keep the original homedir from the first domain.
Something like:
[sssd] domains = dom1, dom2
[domain/dom1] override_homedir = /home/%u filter_users = joe
id_provider = ldap ldap_uri = ldap://ds.example.com
[domain/dom2] id_provider = ldap ldap_uri = ldap://ds.example.com
This *should* make the request for "getent passwd joe" skip the first domain and go to the second one..untested and quite a dirty hack, but might do the job.
I can only think about a terrible hack -- set two domains, filter the single user you want to keep the original homedir from the first domain.
Just tested your suggestion, out of curiosity and it worked. Why not, my need is quite specific.
Slightly out of topic question, I've also tried it with filter_groups instead of filter_users, and in my case, the groups are search within ldap. Is there a way to lookup for a local group in the a domain defined with id_provider = ldap ?
[domain/dom1] override_homedir = /home/%u filter_group = ldaphome # <--- a group within /etc/group ? id_provider = ldap
Jean-Baptiste
On Tue, Aug 27, 2013 at 11:58:37AM +0200, Jean-Baptiste Denis wrote:
I can only think about a terrible hack -- set two domains, filter the single user you want to keep the original homedir from the first domain.
Just tested your suggestion, out of curiosity and it worked. Why not, my need is quite specific.
Slightly out of topic question, I've also tried it with filter_groups instead of filter_users, and in my case, the groups are search within ldap. Is there a way to lookup for a local group in the a domain defined with id_provider = ldap ?
[domain/dom1] override_homedir = /home/%u filter_group = ldaphome # <--- a group within /etc/group ? id_provider = ldap
Jean-Baptiste
I'm not sure this would work correctly because the usual order of NSS databases as defined in /etc/nsswitch.conf is "files sss". That way, /etc/groups is queried first and only if the group is not found in files, the sss source is queried.
Hi, I run sssd on Linux Mint 15, I received and installed a raft of sssd updates today. I immediately lost the ability to connect to the domain. The problem was that whilst there was a sssd.pid in /var/run/ ps ax didn't show any sssd programs and if you tried to restart sssd, it just hung. The machine would not turn off, you had to hold the power button to stop it. In the end I downloaded 1.10.1 and compiled & installed it over the installed sssd, everything now works again.
Rowland
On Tue, Aug 27, 2013 at 10:27:55PM +0100, Rowland Penny wrote:
Hi, I run sssd on Linux Mint 15, I received and installed a raft of sssd updates today. I immediately lost the ability to connect to the domain. The problem was that whilst there was a sssd.pid in /var/run/ ps ax didn't show any sssd programs and if you tried to restart sssd, it just hung. The machine would not turn off, you had to hold the power button to stop it. In the end I downloaded 1.10.1 and compiled & installed it over the installed sssd, everything now works again.
Rowland
Sounds like something to bring up in your distribution bug tracker?
What version did you upgrade to (and from) that was broken? Maybe you hit some bug that was fixed later.
On 28/08/13 09:17, Jakub Hrozek wrote:
On Tue, Aug 27, 2013 at 10:27:55PM +0100, Rowland Penny wrote:
Hi, I run sssd on Linux Mint 15, I received and installed a raft of sssd updates today. I immediately lost the ability to connect to the domain. The problem was that whilst there was a sssd.pid in /var/run/ ps ax didn't show any sssd programs and if you tried to restart sssd, it just hung. The machine would not turn off, you had to hold the power button to stop it. In the end I downloaded 1.10.1 and compiled & installed it over the installed sssd, everything now works again.
Rowland
Sounds like something to bring up in your distribution bug tracker?
What version did you upgrade to (and from) that was broken? Maybe you hit some bug that was fixed later. _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Ok, I am not sure what exact ubuntu version of sssd I had, it was 1.9.4-something, Ubuntu issued a raft of sssd updates
libipa-hbac-dev libipa-hbac0 libnss-sss libpam-sss libsss-idmap0 libsss-sudo python-libipa-hbac python-sss sssd-tools
I ended up with version 1.9.4-0ubuntu4.2
Before the updates, sssd worked perfectly, after the update, sssd did not work at all, my pc hung and when I did get back in as a local user, the domain was not visible. Downloading 1.10.1, compiling and installing over the installed sssd packages cured the problem, so the cause must have been the update.
I think the relevant ubuntu bug is 903752, this refers to 'libpwquality' for which a certain 'Timo Aaltonen' provided an update for on the 9/7/2013 and 'Adam Conrad' finally released the fix on 24/8/13, this fix hit my pc on 27/8/13 and made my pc unusable.
I do not have an account at ubuntu to report the bug, so I thought that I would cut out the monkeys and come direct to the organ grinder ;-) , could you please get 'Timo Aaltonen' to talk to 'Adam Conrad' and sort out the problem.
Thanks
Rowland
On Wed, Aug 28, 2013 at 09:49:57AM +0100, Rowland Penny wrote:
On 28/08/13 09:17, Jakub Hrozek wrote:
On Tue, Aug 27, 2013 at 10:27:55PM +0100, Rowland Penny wrote:
Hi, I run sssd on Linux Mint 15, I received and installed a raft of sssd updates today. I immediately lost the ability to connect to the domain. The problem was that whilst there was a sssd.pid in /var/run/ ps ax didn't show any sssd programs and if you tried to restart sssd, it just hung. The machine would not turn off, you had to hold the power button to stop it. In the end I downloaded 1.10.1 and compiled & installed it over the installed sssd, everything now works again.
Rowland
Sounds like something to bring up in your distribution bug tracker?
What version did you upgrade to (and from) that was broken? Maybe you hit some bug that was fixed later. _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Ok, I am not sure what exact ubuntu version of sssd I had, it was 1.9.4-something, Ubuntu issued a raft of sssd updates
libipa-hbac-dev libipa-hbac0 libnss-sss libpam-sss libsss-idmap0 libsss-sudo python-libipa-hbac python-sss sssd-tools
I ended up with version 1.9.4-0ubuntu4.2
Before the updates, sssd worked perfectly, after the update, sssd did not work at all, my pc hung and when I did get back in as a local user, the domain was not visible. Downloading 1.10.1, compiling and installing over the installed sssd packages cured the problem, so the cause must have been the update.
I think the relevant ubuntu bug is 903752, this refers to 'libpwquality' for which a certain 'Timo Aaltonen' provided an update for on the 9/7/2013 and 'Adam Conrad' finally released the fix on 24/8/13, this fix hit my pc on 27/8/13 and made my pc unusable.
I do not have an account at ubuntu to report the bug, so I thought that I would cut out the monkeys and come direct to the organ grinder ;-) , could you please get 'Timo Aaltonen' to talk to 'Adam Conrad' and sort out the problem.
Thanks
Rowland
I can certainly CC Timo and ask him if this is something that rings a bell :-)
On 28.08.2013 12:08, Jakub Hrozek wrote:
On Wed, Aug 28, 2013 at 09:49:57AM +0100, Rowland Penny wrote:
On 28/08/13 09:17, Jakub Hrozek wrote:
On Tue, Aug 27, 2013 at 10:27:55PM +0100, Rowland Penny wrote:
Hi, I run sssd on Linux Mint 15, I received and installed a raft of sssd updates today. I immediately lost the ability to connect to the domain. The problem was that whilst there was a sssd.pid in /var/run/ ps ax didn't show any sssd programs and if you tried to restart sssd, it just hung. The machine would not turn off, you had to hold the power button to stop it. In the end I downloaded 1.10.1 and compiled & installed it over the installed sssd, everything now works again.
Rowland
Sounds like something to bring up in your distribution bug tracker?
What version did you upgrade to (and from) that was broken? Maybe you hit some bug that was fixed later. _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Ok, I am not sure what exact ubuntu version of sssd I had, it was 1.9.4-something, Ubuntu issued a raft of sssd updates
libipa-hbac-dev libipa-hbac0 libnss-sss libpam-sss libsss-idmap0 libsss-sudo python-libipa-hbac python-sss sssd-tools
I ended up with version 1.9.4-0ubuntu4.2
Before the updates, sssd worked perfectly, after the update, sssd did not work at all, my pc hung and when I did get back in as a local user, the domain was not visible. Downloading 1.10.1, compiling and installing over the installed sssd packages cured the problem, so the cause must have been the update.
I think the relevant ubuntu bug is 903752, this refers to 'libpwquality' for which a certain 'Timo Aaltonen' provided an update for on the 9/7/2013 and 'Adam Conrad' finally released the fix on 24/8/13, this fix hit my pc on 27/8/13 and made my pc unusable.
I do not have an account at ubuntu to report the bug, so I thought that I would cut out the monkeys and come direct to the organ grinder ;-) , could you please get 'Timo Aaltonen' to talk to 'Adam Conrad' and sort out the problem.
Thanks
Rowland
I can certainly CC Timo and ask him if this is something that rings a bell :-)
First time I hear about this. All the update did was fix a path on the apparmor profile, assuming you were running 1.9.4-0ubuntu4.1. And I know nothing about Mint.
903752 has nothing to do with this, it's just a meta-bug about moving sssd in the 'main' repository, making it officially supported and available to the installer and such in the future.
On 28/08/13 14:30, Timo Aaltonen wrote:
On 28.08.2013 12:08, Jakub Hrozek wrote:
On Wed, Aug 28, 2013 at 09:49:57AM +0100, Rowland Penny wrote:
On 28/08/13 09:17, Jakub Hrozek wrote:
On Tue, Aug 27, 2013 at 10:27:55PM +0100, Rowland Penny wrote:
Hi, I run sssd on Linux Mint 15, I received and installed a raft of sssd updates today. I immediately lost the ability to connect to the domain. The problem was that whilst there was a sssd.pid in /var/run/ ps ax didn't show any sssd programs and if you tried to restart sssd, it just hung. The machine would not turn off, you had to hold the power button to stop it. In the end I downloaded 1.10.1 and compiled & installed it over the installed sssd, everything now works again.
Rowland
Sounds like something to bring up in your distribution bug tracker?
What version did you upgrade to (and from) that was broken? Maybe you hit some bug that was fixed later. _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Ok, I am not sure what exact ubuntu version of sssd I had, it was 1.9.4-something, Ubuntu issued a raft of sssd updates
libipa-hbac-dev libipa-hbac0 libnss-sss libpam-sss libsss-idmap0 libsss-sudo python-libipa-hbac python-sss sssd-tools
I ended up with version 1.9.4-0ubuntu4.2
Before the updates, sssd worked perfectly, after the update, sssd did not work at all, my pc hung and when I did get back in as a local user, the domain was not visible. Downloading 1.10.1, compiling and installing over the installed sssd packages cured the problem, so the cause must have been the update.
I think the relevant ubuntu bug is 903752, this refers to 'libpwquality' for which a certain 'Timo Aaltonen' provided an update for on the 9/7/2013 and 'Adam Conrad' finally released the fix on 24/8/13, this fix hit my pc on 27/8/13 and made my pc unusable.
I do not have an account at ubuntu to report the bug, so I thought that I would cut out the monkeys and come direct to the organ grinder ;-) , could you please get 'Timo Aaltonen' to talk to 'Adam Conrad' and sort out the problem.
Thanks
Rowland
I can certainly CC Timo and ask him if this is something that rings a bell :-)
First time I hear about this. All the update did was fix a path on the apparmor profile, assuming you were running 1.9.4-0ubuntu4.1. And I know nothing about Mint.
903752 has nothing to do with this, it's just a meta-bug about moving sssd in the 'main' repository, making it officially supported and available to the installer and such in the future.
Hi, all I can say is that about 17:45 GMT yesterday, I allowed a list of sssd updates to go ahead, I use Linux Mint 15 but as this is based on Ubuntu 13.04 the updates came from Ubuntu. I left it to update and when I came back, the screensaver had kicked in and could not get back in. I had to power off the machine by pressing and holding the power button. When I did get the machine to restart, all the domain users had seemingly gone. I finally traced the fault to the fact that sssd had crashed, hung, call it what you will, it had a pid but did not shown in 'ps ax'. I tried to purge sssd but could not, the terminal just hung and in the end I had to power off the computer again. I had to download and install 1.10.1 over the already installed sssd packages, force-ably power off the machine again and restart. Everything now worked just like before the update, ergo it must have been the update that was at fault.
Rowland
Rowland,
I've been having trouble getting SSSD to compile correctly on Ubuntu 12.04. Would you mind listing the commands you used to successfully compile 1.10.1? I'm assuming you downloaded the tarball from the sssd website?
Thanks.
-Chris
On Wed, Aug 28, 2013 at 9:42 AM, Rowland Penny repenny241155@gmail.comwrote:
On 28/08/13 14:30, Timo Aaltonen wrote:
On 28.08.2013 12:08, Jakub Hrozek wrote:
On Wed, Aug 28, 2013 at 09:49:57AM +0100, Rowland Penny wrote:
On 28/08/13 09:17, Jakub Hrozek wrote:
On Tue, Aug 27, 2013 at 10:27:55PM +0100, Rowland Penny wrote:
Hi, I run sssd on Linux Mint 15, I received and installed a raft of sssd updates today. I immediately lost the ability to connect to the domain. The problem was that whilst there was a sssd.pid in /var/run/ ps ax didn't show any sssd programs and if you tried to restart sssd, it just hung. The machine would not turn off, you had to hold the power button to stop it. In the end I downloaded 1.10.1 and compiled & installed it over the installed sssd, everything now works again.
Rowland
Sounds like something to bring up in your distribution bug tracker?
What version did you upgrade to (and from) that was broken? Maybe you hit some bug that was fixed later. ______________________________**_________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.**orgsssd-devel@lists.fedorahosted.org https://lists.fedorahosted.**org/mailman/listinfo/sssd-**develhttps://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Ok, I am not sure what exact ubuntu version of sssd I had, it was 1.9.4-something, Ubuntu issued a raft of sssd updates
libipa-hbac-dev libipa-hbac0 libnss-sss libpam-sss libsss-idmap0 libsss-sudo python-libipa-hbac python-sss sssd-tools
I ended up with version 1.9.4-0ubuntu4.2
Before the updates, sssd worked perfectly, after the update, sssd did not work at all, my pc hung and when I did get back in as a local user, the domain was not visible. Downloading 1.10.1, compiling and installing over the installed sssd packages cured the problem, so the cause must have been the update.
I think the relevant ubuntu bug is 903752, this refers to 'libpwquality' for which a certain 'Timo Aaltonen' provided an update for on the 9/7/2013 and 'Adam Conrad' finally released the fix on 24/8/13, this fix hit my pc on 27/8/13 and made my pc unusable.
I do not have an account at ubuntu to report the bug, so I thought that I would cut out the monkeys and come direct to the organ grinder ;-) , could you please get 'Timo Aaltonen' to talk to 'Adam Conrad' and sort out the problem.
Thanks
Rowland
I can certainly CC Timo and ask him if this is something that rings a bell :-)
First time I hear about this. All the update did was fix a path on the apparmor profile, assuming you were running 1.9.4-0ubuntu4.1. And I know nothing about Mint.
903752 has nothing to do with this, it's just a meta-bug about moving sssd in the 'main' repository, making it officially supported and available to the installer and such in the future.
Hi, all I can say is that about 17:45 GMT yesterday, I allowed a list of
sssd updates to go ahead, I use Linux Mint 15 but as this is based on Ubuntu 13.04 the updates came from Ubuntu. I left it to update and when I came back, the screensaver had kicked in and could not get back in. I had to power off the machine by pressing and holding the power button. When I did get the machine to restart, all the domain users had seemingly gone. I finally traced the fault to the fact that sssd had crashed, hung, call it what you will, it had a pid but did not shown in 'ps ax'. I tried to purge sssd but could not, the terminal just hung and in the end I had to power off the computer again. I had to download and install 1.10.1 over the already installed sssd packages, force-ably power off the machine again and restart. Everything now worked just like before the update, ergo it must have been the update that was at fault.
Rowland
______________________________**_________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.**org sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.**org/mailman/listinfo/sssd-**develhttps://lists.fedorahosted.org/mailman/listinfo/sssd-devel
On (28/08/13 10:31), Chris Hartman wrote:
Rowland,
I've been having trouble getting SSSD to compile correctly on Ubuntu 12.04. Would you mind listing the commands you used to successfully compile 1.10.1? I'm assuming you downloaded the tarball from the sssd website?
Thanks.
-Chris
It should not be problem to compile sssd 1.10.1 on Ubuntu 12.04. I guess it was a missing dependency.
LS
On Wed, Aug 28, 2013 at 9:42 AM, Rowland Penny repenny241155@gmail.comwrote:
On 28/08/13 14:30, Timo Aaltonen wrote:
On 28.08.2013 12:08, Jakub Hrozek wrote:
On Wed, Aug 28, 2013 at 09:49:57AM +0100, Rowland Penny wrote:
On 28/08/13 09:17, Jakub Hrozek wrote:
On Tue, Aug 27, 2013 at 10:27:55PM +0100, Rowland Penny wrote:
> Hi, I run sssd on Linux Mint 15, I received and installed a raft of > sssd updates today. I immediately lost the ability to connect to the > domain. > The problem was that whilst there was a sssd.pid in /var/run/ ps ax > didn't show any sssd programs and if you tried to restart sssd, it > just hung. The machine would not turn off, you had to hold the power > button to stop it. > In the end I downloaded 1.10.1 and compiled & installed it over the > installed sssd, everything now works again. > > Rowland > Sounds like something to bring up in your distribution bug tracker?
What version did you upgrade to (and from) that was broken? Maybe you hit some bug that was fixed later. ______________________________**_________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.**orgsssd-devel@lists.fedorahosted.org https://lists.fedorahosted.**org/mailman/listinfo/sssd-**develhttps://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Ok, I am not sure what exact ubuntu version of sssd I had, it was 1.9.4-something, Ubuntu issued a raft of sssd updates
libipa-hbac-dev libipa-hbac0 libnss-sss libpam-sss libsss-idmap0 libsss-sudo python-libipa-hbac python-sss sssd-tools
I ended up with version 1.9.4-0ubuntu4.2
Before the updates, sssd worked perfectly, after the update, sssd did not work at all, my pc hung and when I did get back in as a local user, the domain was not visible. Downloading 1.10.1, compiling and installing over the installed sssd packages cured the problem, so the cause must have been the update.
I think the relevant ubuntu bug is 903752, this refers to 'libpwquality' for which a certain 'Timo Aaltonen' provided an update for on the 9/7/2013 and 'Adam Conrad' finally released the fix on 24/8/13, this fix hit my pc on 27/8/13 and made my pc unusable.
I do not have an account at ubuntu to report the bug, so I thought that I would cut out the monkeys and come direct to the organ grinder ;-) , could you please get 'Timo Aaltonen' to talk to 'Adam Conrad' and sort out the problem.
Thanks
Rowland
I can certainly CC Timo and ask him if this is something that rings a bell :-)
First time I hear about this. All the update did was fix a path on the apparmor profile, assuming you were running 1.9.4-0ubuntu4.1. And I know nothing about Mint.
903752 has nothing to do with this, it's just a meta-bug about moving sssd in the 'main' repository, making it officially supported and available to the installer and such in the future.
Hi, all I can say is that about 17:45 GMT yesterday, I allowed a list of
sssd updates to go ahead, I use Linux Mint 15 but as this is based on Ubuntu 13.04 the updates came from Ubuntu. I left it to update and when I came back, the screensaver had kicked in and could not get back in. I had to power off the machine by pressing and holding the power button. When I did get the machine to restart, all the domain users had seemingly gone. I finally traced the fault to the fact that sssd had crashed, hung, call it what you will, it had a pid but did not shown in 'ps ax'. I tried to purge sssd but could not, the terminal just hung and in the end I had to power off the computer again. I had to download and install 1.10.1 over the already installed sssd packages, force-ably power off the machine again and restart. Everything now worked just like before the update, ergo it must have been the update that was at fault.
Rowland
______________________________**_________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.**org sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.**org/mailman/listinfo/sssd-**develhttps://lists.fedorahosted.org/mailman/listinfo/sssd-devel
sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Rowland actually emailed me some nice build instructions that maybe should be on a wiki somewhere?
Also, I'm actually trying to build debs of 1.10.1 since I need the package installed on several machines. I will use Rowland's directions as a starting point for deb-creation documentation.
Are these instructions of interest to anyone? Is there a good repository for these type of instructions is this type of documentation not a priority?
Thanks.
-Chris
On Wed, Aug 28, 2013 at 10:51 AM, Lukas Slebodnik lslebodn@redhat.comwrote:
On (28/08/13 10:31), Chris Hartman wrote:
Rowland,
I've been having trouble getting SSSD to compile correctly on Ubuntu
12.04.
Would you mind listing the commands you used to successfully compile 1.10.1? I'm assuming you downloaded the tarball from the sssd website?
Thanks.
-Chris
It should not be problem to compile sssd 1.10.1 on Ubuntu 12.04. I guess it was a missing dependency.
LS
On Wed, Aug 28, 2013 at 9:42 AM, Rowland Penny <repenny241155@gmail.com wrote:
On 28/08/13 14:30, Timo Aaltonen wrote:
On 28.08.2013 12:08, Jakub Hrozek wrote:
On Wed, Aug 28, 2013 at 09:49:57AM +0100, Rowland Penny wrote:
On 28/08/13 09:17, Jakub Hrozek wrote:
> On Tue, Aug 27, 2013 at 10:27:55PM +0100, Rowland Penny wrote: > >> Hi, I run sssd on Linux Mint 15, I received and installed a raft of >> sssd updates today. I immediately lost the ability to connect to
the
>> domain. >> The problem was that whilst there was a sssd.pid in /var/run/ ps ax >> didn't show any sssd programs and if you tried to restart sssd, it >> just hung. The machine would not turn off, you had to hold the
power
>> button to stop it. >> In the end I downloaded 1.10.1 and compiled & installed it over the >> installed sssd, everything now works again. >> >> Rowland >> > Sounds like something to bring up in your distribution bug tracker? > > What version did you upgrade to (and from) that was broken? Maybe
you
> hit > some bug that was fixed later. > ______________________________**_________________ > sssd-devel mailing list > sssd-devel@lists.fedorahosted.**org<
sssd-devel@lists.fedorahosted.org>
> https://lists.fedorahosted.**org/mailman/listinfo/sssd-**devel<
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel%3E
> Ok, I am not sure what exact ubuntu version of sssd I had, it was 1.9.4-something, Ubuntu issued a raft of sssd updates
libipa-hbac-dev libipa-hbac0 libnss-sss libpam-sss libsss-idmap0 libsss-sudo python-libipa-hbac python-sss sssd-tools
I ended up with version 1.9.4-0ubuntu4.2
Before the updates, sssd worked perfectly, after the update, sssd did not work at all, my pc hung and when I did get back in as a local user, the domain was not visible. Downloading 1.10.1, compiling and installing over the installed sssd packages cured the problem, so the cause must have been the update.
I think the relevant ubuntu bug is 903752, this refers to 'libpwquality' for which a certain 'Timo Aaltonen' provided an update for on the 9/7/2013 and 'Adam Conrad' finally released the fix on 24/8/13, this fix hit my pc on 27/8/13 and made my pc unusable.
I do not have an account at ubuntu to report the bug, so I thought that I would cut out the monkeys and come direct to the organ grinder ;-) , could you please get 'Timo Aaltonen' to talk to 'Adam Conrad' and sort out the problem.
Thanks
Rowland
I can certainly CC Timo and ask him if this is something that rings a bell :-)
First time I hear about this. All the update did was fix a path on the apparmor profile, assuming you were running 1.9.4-0ubuntu4.1. And I
know
nothing about Mint.
903752 has nothing to do with this, it's just a meta-bug about moving sssd in the 'main' repository, making it officially supported and available to the installer and such in the future.
Hi, all I can say is that about 17:45 GMT yesterday, I allowed a list
of
sssd updates to go ahead, I use Linux Mint 15 but as this is based on Ubuntu 13.04 the updates came from Ubuntu. I left it to update and when
I
came back, the screensaver had kicked in and could not get back in. I
had
to power off the machine by pressing and holding the power button. When
I
did get the machine to restart, all the domain users had seemingly
gone. I
finally traced the fault to the fact that sssd had crashed, hung, call
it
what you will, it had a pid but did not shown in 'ps ax'. I tried to
purge
sssd but could not, the terminal just hung and in the end I had to power off the computer again. I had to download and install 1.10.1 over the already installed sssd packages, force-ably power off the machine again
and
restart. Everything now worked just like before the update, ergo it must have been the update that was at fault.
Rowland
______________________________**_________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.**org sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.**org/mailman/listinfo/sssd-**devel<
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel%3E
sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/28/2013 11:03 AM, Chris Hartman wrote:
Rowland actually emailed me some nice build instructions that maybe should be on a wiki somewhere?
Also, I'm actually trying to build debs of 1.10.1 since I need the package installed on several machines. I will use Rowland's directions as a starting point for deb-creation documentation.
Are these instructions of interest to anyone? Is there a good repository for these type of instructions is this type of documentation not a priority?
If there aren't any better places for it, I'd encourage you to update https://fedorahosted.org/sssd/wiki/DevelTutorials with some packaging tips for Ubuntu.
On Wed, Aug 28, 2013 at 11:03:45AM -0400, Chris Hartman wrote:
Rowland actually emailed me some nice build instructions that maybe should be on a wiki somewhere?
Also, I'm actually trying to build debs of 1.10.1 since I need the package installed on several machines. I will use Rowland's directions as a starting point for deb-creation documentation.
Are these instructions of interest to anyone? Is there a good repository for these type of instructions is this type of documentation not a priority?
Thanks.
I think it would be a nice addition to https://fedorahosted.org/sssd/wiki/DevelTutorials
On (28/08/13 11:03), Chris Hartman wrote:
Rowland actually emailed me some nice build instructions that maybe should be on a wiki somewhere?
Also, I'm actually trying to build debs of 1.10.1 since I need the package installed on several machines. I will use Rowland's directions as a starting point for deb-creation documentation.
Are these instructions of interest to anyone? Is there a good repository for these type of instructions is this type of documentation not a priority?
Thanks.
-Chris
You can also inspire in official ubuntu packaging repo http://anonscm.debian.org/gitweb/?p=pkg-sssd/sssd.git;a=tree
Build-Depends are in file sssd.git/debian/control and configure arguments are in sssd.git/debian/rules
LS
On Wed, Aug 28, 2013 at 10:51 AM, Lukas Slebodnik lslebodn@redhat.comwrote:
On (28/08/13 10:31), Chris Hartman wrote:
Rowland,
I've been having trouble getting SSSD to compile correctly on Ubuntu
12.04.
Would you mind listing the commands you used to successfully compile 1.10.1? I'm assuming you downloaded the tarball from the sssd website?
Thanks.
-Chris
It should not be problem to compile sssd 1.10.1 on Ubuntu 12.04. I guess it was a missing dependency.
LS
On Wed, Aug 28, 2013 at 9:42 AM, Rowland Penny <repenny241155@gmail.com wrote:
On 28/08/13 14:30, Timo Aaltonen wrote:
On 28.08.2013 12:08, Jakub Hrozek wrote:
On Wed, Aug 28, 2013 at 09:49:57AM +0100, Rowland Penny wrote:
> On 28/08/13 09:17, Jakub Hrozek wrote: > >> On Tue, Aug 27, 2013 at 10:27:55PM +0100, Rowland Penny wrote: >> >>> Hi, I run sssd on Linux Mint 15, I received and installed a raft of >>> sssd updates today. I immediately lost the ability to connect to
the
>>> domain. >>> The problem was that whilst there was a sssd.pid in /var/run/ ps ax >>> didn't show any sssd programs and if you tried to restart sssd, it >>> just hung. The machine would not turn off, you had to hold the
power
>>> button to stop it. >>> In the end I downloaded 1.10.1 and compiled & installed it over the >>> installed sssd, everything now works again. >>> >>> Rowland >>> >> Sounds like something to bring up in your distribution bug tracker? >> >> What version did you upgrade to (and from) that was broken? Maybe
you
>> hit >> some bug that was fixed later. >> ______________________________**_________________ >> sssd-devel mailing list >> sssd-devel@lists.fedorahosted.**org<
sssd-devel@lists.fedorahosted.org>
>> https://lists.fedorahosted.**org/mailman/listinfo/sssd-**devel<
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel%3E
>> > Ok, I am not sure what exact ubuntu version of sssd I had, it was > 1.9.4-something, Ubuntu issued a raft of sssd updates > > libipa-hbac-dev libipa-hbac0 libnss-sss libpam-sss > libsss-idmap0 libsss-sudo python-libipa-hbac python-sss > sssd-tools > > I ended up with version 1.9.4-0ubuntu4.2 > > Before the updates, sssd worked perfectly, after the update, sssd > did not work at all, my pc hung and when I did get back in as a > local user, the domain was not visible. Downloading 1.10.1, > compiling and installing over the installed sssd packages cured the > problem, so the cause must have been the update. > > I think the relevant ubuntu bug is 903752, this refers to > 'libpwquality' for which a certain 'Timo Aaltonen' provided an > update for on the 9/7/2013 and 'Adam Conrad' finally released the > fix on 24/8/13, this fix hit my pc on 27/8/13 and made my pc > unusable. > > I do not have an account at ubuntu to report the bug, so I thought > that I would cut out the monkeys and come direct to the organ > grinder ;-) , could you please get 'Timo Aaltonen' to talk to 'Adam > Conrad' and sort out the problem. > > Thanks > > Rowland > I can certainly CC Timo and ask him if this is something that rings a bell :-)
First time I hear about this. All the update did was fix a path on the apparmor profile, assuming you were running 1.9.4-0ubuntu4.1. And I
know
nothing about Mint.
903752 has nothing to do with this, it's just a meta-bug about moving sssd in the 'main' repository, making it officially supported and available to the installer and such in the future.
Hi, all I can say is that about 17:45 GMT yesterday, I allowed a list
of
sssd updates to go ahead, I use Linux Mint 15 but as this is based on Ubuntu 13.04 the updates came from Ubuntu. I left it to update and when
I
came back, the screensaver had kicked in and could not get back in. I
had
to power off the machine by pressing and holding the power button. When
I
did get the machine to restart, all the domain users had seemingly
gone. I
finally traced the fault to the fact that sssd had crashed, hung, call
it
what you will, it had a pid but did not shown in 'ps ax'. I tried to
purge
sssd but could not, the terminal just hung and in the end I had to power off the computer again. I had to download and install 1.10.1 over the already installed sssd packages, force-ably power off the machine again
and
restart. Everything now worked just like before the update, ergo it must have been the update that was at fault.
Rowland
______________________________**_________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.**org sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.**org/mailman/listinfo/sssd-**devel<
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel%3E
sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
On Wed, 2013-08-28 at 11:03 -0400, Chris Hartman wrote:
Rowland actually emailed me some nice build instructions that maybe should be on a wiki somewhere?
Also, I'm actually trying to build debs of 1.10.1 since I need the package installed on several machines. I will use Rowland's directions as a starting point for deb-creation documentation.
Are these instructions of interest to anyone? Is there a good repository for these type of instructions is this type of documentation not a priority?
Hi Rowland was good enough to send the documentation too.
To be fair, this is the dev list so we really should be letting them get on with the coding.
I must say though that it's been a struggle getting sssd built on distros. The only 'official' instructions are for Fedora. I've had success on both openSUSE and Ubuntu but it was very much trial and error. There have been issues with libtool and since 1.10, the dependency on samba4-dev. The account of my struggles leading to buiding sssd are here: http://linuxcostablanca.blogspot.com.es/2013/04/sssd-build-on-opensuse.html and some config possibilities here including thhe nice new dynamic dns updates here: http://linuxcostablanca.blogspot.com.es/2013/04/sssd-in-samba-40.html
Having said that, any problem I've with the build and config has been addressed by the devs here on the list, usually the same day. Very good.
HTH Steve
On 28.08.2013 16:42, Rowland Penny wrote:
On 28/08/13 14:30, Timo Aaltonen wrote:
First time I hear about this. All the update did was fix a path on the apparmor profile, assuming you were running 1.9.4-0ubuntu4.1. And I know nothing about Mint.
903752 has nothing to do with this, it's just a meta-bug about moving sssd in the 'main' repository, making it officially supported and available to the installer and such in the future.
Hi, all I can say is that about 17:45 GMT yesterday, I allowed a list of sssd updates to go ahead, I use Linux Mint 15 but as this is based on Ubuntu 13.04 the updates came from Ubuntu. I left it to update and when I came back, the screensaver had kicked in and could not get back in. I had to power off the machine by pressing and holding the power button. When I did get the machine to restart, all the domain users had seemingly gone. I finally traced the fault to the fact that sssd had crashed, hung, call it what you will, it had a pid but did not shown in 'ps ax'. I tried to purge sssd but could not, the terminal just hung and in the end I had to power off the computer again. I had to download and install 1.10.1 over the already installed sssd packages, force-ably power off the machine again and restart. Everything now worked just like before the update, ergo it must have been the update that was at fault.
So you didn't try to just reboot the machine first before purging etc?
On 29/08/13 05:27, Timo Aaltonen wrote:
On 28.08.2013 16:42, Rowland Penny wrote:
On 28/08/13 14:30, Timo Aaltonen wrote:
First time I hear about this. All the update did was fix a path on the apparmor profile, assuming you were running 1.9.4-0ubuntu4.1. And I know nothing about Mint.
903752 has nothing to do with this, it's just a meta-bug about moving sssd in the 'main' repository, making it officially supported and available to the installer and such in the future.
Hi, all I can say is that about 17:45 GMT yesterday, I allowed a list of sssd updates to go ahead, I use Linux Mint 15 but as this is based on Ubuntu 13.04 the updates came from Ubuntu. I left it to update and when I came back, the screensaver had kicked in and could not get back in. I had to power off the machine by pressing and holding the power button. When I did get the machine to restart, all the domain users had seemingly gone. I finally traced the fault to the fact that sssd had crashed, hung, call it what you will, it had a pid but did not shown in 'ps ax'. I tried to purge sssd but could not, the terminal just hung and in the end I had to power off the computer again. I had to download and install 1.10.1 over the already installed sssd packages, force-ably power off the machine again and restart. Everything now worked just like before the update, ergo it must have been the update that was at fault.
So you didn't try to just reboot the machine first before purging etc?
Hi [quote]
I had to power off the machine by pressing and holding the power button. When I did get the machine to restart, all the domain users had seemingly gone.
[/quote]
Does doing that several times count as rebooting?
I repeat, before the sssd updates my computer worked perfectly, after the update it did not, only change was the update, or to put it another way: 17:45 GMT working and update started, 17:55 GMT not working. Now it could have been something else that went wrong, but the cure was downloading and installing a later version.
Rowland
On 29.08.2013 09:16, Rowland Penny wrote:
I repeat, before the sssd updates my computer worked perfectly, after the update it did not, only change was the update, or to put it another way: 17:45 GMT working and update started, 17:55 GMT not working. Now it could have been something else that went wrong, but the cure was downloading and installing a later version.
Well, I don't see any way how the sssd update could have anything to do with it, but if you can reproduce the issue then I'd like to see some logs.
On 29/08/13 12:21, Timo Aaltonen wrote:
On 29.08.2013 09:16, Rowland Penny wrote:
I repeat, before the sssd updates my computer worked perfectly, after the update it did not, only change was the update, or to put it another way: 17:45 GMT working and update started, 17:55 GMT not working. Now it could have been something else that went wrong, but the cure was downloading and installing a later version.
Well, I don't see any way how the sssd update could have anything to do with it, but if you can reproduce the issue then I'd like to see some logs.
Firstly, I am not about to go through all that again. secondly, if before the update everything worked ok, then approx 10mins later after the update it didn't, is a very good clue where the problem lies.
I rebooted the pc a couple of times and had the same problem, no domain users because sssd was only half running. I purged sssd after getting back in as a local user, to do this (because the pc hung when trying to stop sssd) I had to delete the sssd binary and then force the pc to shutdown, I then restarted the pc, logged in as the local user, purged sssd and rebooted again. I then re-installed sssd again to get exactly the same problem, the only way I found to cure my problem, and I tried this in desperation, was to download, compile and install 1.10.1. If this isn't enough evidence to show that there is a problem with the update then I do not what to say.
I know that this is not enough for you to even try to sort out the problem, but I cannot give you any more info, there is nothing in any of the logs.
Rowland
On Thu, 2013-08-29 at 13:18 +0100, Rowland Penny wrote:
On 29/08/13 12:21, Timo Aaltonen wrote:
On 29.08.2013 09:16, Rowland Penny wrote:
I repeat, before the sssd updates my computer worked perfectly, after the update it did not, only change was the update, or to put it another way: 17:45 GMT working and update started, 17:55 GMT not working. Now it could have been something else that went wrong, but the cure was downloading and installing a later version.
Well, I don't see any way how the sssd update could have anything to do with it, but if you can reproduce the issue then I'd like to see some logs.
Firstly, I am not about to go through all that again. secondly, if before the update everything worked ok, then approx 10mins later after the update it didn't, is a very good clue where the problem lies.
I rebooted the pc a couple of times and had the same problem, no domain users because sssd was only half running. I purged sssd after getting back in as a local user, to do this (because the pc hung when trying to stop sssd) I had to delete the sssd binary and then force the pc to shutdown, I then restarted the pc, logged in as the local user, purged sssd and rebooted again. I then re-installed sssd again to get exactly the same problem, the only way I found to cure my problem, and I tried this in desperation, was to download, compile and install 1.10.1. If this isn't enough evidence to show that there is a problem with the update then I do not what to say.
I know that this is not enough for you to even try to sort out the problem, but I cannot give you any more info, there is nothing in any of the logs.
Rowland
Hi everyone OK, I have a 13.04 vbox client with a working sssd which I'm prepared to totally destroy if necessary:
dpkg -s sssd Package: sssd Status: install ok installed Priority: extra Section: utils Installed-Size: 12287 Maintainer: Ubuntu Core Developers ubuntu-devel@lists.ubuntu.com Architecture: i386 Multi-Arch: foreign Version: 1.9.4-0ubuntu4
Now, to upgrade: sudo service sssd stop sudo apt-get update sudo apt-get upgrade Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho Los siguientes paquetes se han retenido: linux-generic linux-headers-generic linux-image-generic Se actualizarán los siguientes paquetes: apport apport-gtk bind9-host chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg command-not-found command-not-found-data dnsutils file-roller firefox-locale-en firefox-locale-es ghostscript ghostscript-cups ghostscript-x gnupg gpgv libbind9-90 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libdns95 libdvdnav4 libgcrypt11 libgksu2-0 libgs9 libgs9-common libimobiledevice3 libipa-hbac0 libisc92 libisccc90 libisccfg90 liblcms2-2 liblightdm-gobject-1-0 liblwres90 libnss-sss libpam-sss libplymouth2 libsss-idmap0 libwhoopsie0 libxml2 lightdm linux-libc-dev login lsb-base lsb-release passwd plymouth plymouth-label plymouth-theme-ubuntu-text python-libxml2 python-sss python3-apport python3-commandnotfound python3-distupgrade python3-problem-report sssd ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 whoopsie xserver-xorg-video-intel 64 actualizados, 0 se instalarán, 0 para eliminar y 3 no actualizados. Necesito descargar 56,4 MB de archivos. Se utilizarán 3.559 kB de espacio de disco adicional después de esta operación. ¿Desea continuar [S/n]?
The update went through OK, and now we have: dpkg -s sssd Package: sssd Status: install ok unpacked Priority: extra Section: utils Installed-Size: 12287 Maintainer: Ubuntu Core Developers ubuntu-devel@lists.ubuntu.com Architecture: i386 Multi-Arch: foreign Version: 1.9.4-0ubuntu4.2 Config-Version: 1.9.4-0ubuntu4
Now, what messages would we need before it crashes (if it crashes) when I restart and test? We may only get one go at this.
I notice that there's an extra line from dpkg, the Config-Version. Is there anything I need to change in sssd.conf before I go ahead? Cheers, Steve
On 29/08/13 18:36, steve wrote:
On Thu, 2013-08-29 at 13:18 +0100, Rowland Penny wrote:
On 29/08/13 12:21, Timo Aaltonen wrote:
On 29.08.2013 09:16, Rowland Penny wrote:
I repeat, before the sssd updates my computer worked perfectly, after the update it did not, only change was the update, or to put it another way: 17:45 GMT working and update started, 17:55 GMT not working. Now it could have been something else that went wrong, but the cure was downloading and installing a later version.
Well, I don't see any way how the sssd update could have anything to do with it, but if you can reproduce the issue then I'd like to see some logs.
Firstly, I am not about to go through all that again. secondly, if before the update everything worked ok, then approx 10mins later after the update it didn't, is a very good clue where the problem lies.
I rebooted the pc a couple of times and had the same problem, no domain users because sssd was only half running. I purged sssd after getting back in as a local user, to do this (because the pc hung when trying to stop sssd) I had to delete the sssd binary and then force the pc to shutdown, I then restarted the pc, logged in as the local user, purged sssd and rebooted again. I then re-installed sssd again to get exactly the same problem, the only way I found to cure my problem, and I tried this in desperation, was to download, compile and install 1.10.1. If this isn't enough evidence to show that there is a problem with the update then I do not what to say.
I know that this is not enough for you to even try to sort out the problem, but I cannot give you any more info, there is nothing in any of the logs.
Rowland
Hi everyone OK, I have a 13.04 vbox client with a working sssd which I'm prepared to totally destroy if necessary:
dpkg -s sssd Package: sssd Status: install ok installed Priority: extra Section: utils Installed-Size: 12287 Maintainer: Ubuntu Core Developers ubuntu-devel@lists.ubuntu.com Architecture: i386 Multi-Arch: foreign Version: 1.9.4-0ubuntu4
Now, to upgrade: sudo service sssd stop sudo apt-get update sudo apt-get upgrade Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho Los siguientes paquetes se han retenido: linux-generic linux-headers-generic linux-image-generic Se actualizarán los siguientes paquetes: apport apport-gtk bind9-host chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg command-not-found command-not-found-data dnsutils file-roller firefox-locale-en firefox-locale-es ghostscript ghostscript-cups ghostscript-x gnupg gpgv libbind9-90 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libdns95 libdvdnav4 libgcrypt11 libgksu2-0 libgs9 libgs9-common libimobiledevice3 libipa-hbac0 libisc92 libisccc90 libisccfg90 liblcms2-2 liblightdm-gobject-1-0 liblwres90 libnss-sss libpam-sss libplymouth2 libsss-idmap0 libwhoopsie0 libxml2 lightdm linux-libc-dev login lsb-base lsb-release passwd plymouth plymouth-label plymouth-theme-ubuntu-text python-libxml2 python-sss python3-apport python3-commandnotfound python3-distupgrade python3-problem-report sssd ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 whoopsie xserver-xorg-video-intel 64 actualizados, 0 se instalarán, 0 para eliminar y 3 no actualizados. Necesito descargar 56,4 MB de archivos. Se utilizarán 3.559 kB de espacio de disco adicional después de esta operación. ¿Desea continuar [S/n]?
The update went through OK, and now we have: dpkg -s sssd Package: sssd Status: install ok unpacked Priority: extra Section: utils Installed-Size: 12287 Maintainer: Ubuntu Core Developers ubuntu-devel@lists.ubuntu.com Architecture: i386 Multi-Arch: foreign Version: 1.9.4-0ubuntu4.2 Config-Version: 1.9.4-0ubuntu4
Now, what messages would we need before it crashes (if it crashes) when I restart and test? We may only get one go at this.
I notice that there's an extra line from dpkg, the Config-Version. Is there anything I need to change in sssd.conf before I go ahead? Cheers, Steve
sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Hi Steve, I was on x86_64 and also had sssd-tools installed, if that makes any difference
Rowland
On Thu, 2013-08-29 at 18:56 +0100, Rowland Penny wrote:
Hi Steve, I was on x86_64 and also had sssd-tools installed, if that makes any difference
Rowland
Hi Rowland Ah, OK then. We're not comparing like with like.
So anyway, i386 and no sss-tools, I went ahead, cleared the db and started the upgraded sssd. All OK.
So we could narrow your crash down to x64 and sss-tools? Cheers, Steve
On 29/08/13 19:19, steve wrote:
On Thu, 2013-08-29 at 18:56 +0100, Rowland Penny wrote:
Hi Steve, I was on x86_64 and also had sssd-tools installed, if that makes any difference
Rowland
Hi Rowland Ah, OK then. We're not comparing like with like.
So anyway, i386 and no sss-tools, I went ahead, cleared the db and started the upgraded sssd. All OK.
So we could narrow your crash down to x64 and sss-tools? Cheers, Steve
sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Ah NO, your mention of a VM, made me think, I had a VM created to test something, this was 64bit and running Mint 15, so I made sure it worked ok and then updated this AND!!!!!!!
nothing, no problems at all.
I still think that my problem was caused by the update, but I got the million to one problem that will never happen again. If something is going to wrong to only one person, that person would be me ;-)
Rowland
sssd-devel@lists.fedorahosted.org