On 1-12-2015 12:50, Rowland Penny wrote:> Not sure, what you have proved is that Andrew Bartlett cannot spell > 'pseudo' :-D:-)> > Have a look at this thread here: > > http://samba.2283325.n4.nabble.com/PATCHES-Fix-userParameters-once-and-for-all-td4667772.htmlYes, I had read that thread too, however, I don't understand what it actually means. I guess the same goes for you. I'll make a test install and try a --fix on a backup, to see what that does...
On 01/12/15 12:53, samba list wrote:> On 1-12-2015 12:50, Rowland Penny wrote: >> Not sure, what you have proved is that Andrew Bartlett cannot spell >> 'pseudo' :-D > :-) > >> >> Have a look at this thread here: >> >> http://samba.2283325.n4.nabble.com/PATCHES-Fix-userParameters-once-and-for-all-td4667772.html >> > Yes, I had read that thread too, however, I don't understand what it > actually means. I guess the same goes for you.I think it means there is something in your users parameters that is not in a UTF8 format, but this is not really a problem because it doesn't need to be, so it doesn't do anything. It would probably have been better not to print anything to screen or logfile. Rowland> > I'll make a test install and try a --fix on a backup, to see what that > does... >
On 1-12-2015 14:18, Rowland Penny wrote:> I think it means there is something in your users parameters that is not > in a UTF8 format, but this is not really a problem because it doesn't > need to be, so it doesn't do anything. It would probably have been > better not to print anything to screen or logfile.So, running a dbcheck --fix changes this: old, and faulty according to the dbcheck:> userParameters: bQA6ACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgA > kAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAreplaced with, after using --fix:> userParameters:: YgBRAEEANgBBAEMAQQBBAEkAQQBBAGcAQQBDAEEAQQBJ > EEASQBBAEEAZwBBAEMAQQBBAEkAQQBBAGcAQQBDAEEAQQBJAEEAQQBnAEEAQ > BBAEMAQQBBAEkAQQBCAGsAQQBBAGsAQQBJAEEAQQBnAEEAQwBBAEEASQBBAE > AQQBBAGcAQQBDAEEAQQBJAEEAQQBnAEEAQwBBAEEASQBBAEEAZwBBAEMAQQB > AEEAQQBJAEEAQQBnAEEAQwBBAEEASQBBAEEAZwBBAEMAQQBBAA=and obviously it changes whenChanged / uSNChanged.I have not yet done it on my production domain. Waiting if perhaps someone else encountered this as well, and knows if the --fix has no side effects... MJ