Hi all, An user queried whether the error "Your profile was not synchronised with the server" was a big problem, so I had a look into it.? This only happens on one computer, all non-admin users has this problem, the Samba admin account don't have this problem.? Looking into the windows error log, we get plenty of messages of the below: ---------------------------------------------------- Log Name:????? Application Source:??????? Microsoft-Windows-User Profiles Service Date:????????? 14/11/2019 11:43:41 Event ID:????? 1504 Task Category: None Level:???????? Error Keywords: User:????????? xxxx\xxxx Computer:????? DESKTOP-RLKxxxx.xxxx.intranet Description: Windows cannot update your roaming profile completely. Check previous events for more details. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> ? <System> ??? <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{xxxxxxxxxxxxxxxxxxxx}" /> ??? <EventID>1504</EventID> ??? <Version>0</Version> ??? <Level>2</Level> ??? <Task>0</Task> ??? <Opcode>0</Opcode> ??? <Keywords>0x8000000000000000</Keywords> ??? <TimeCreated SystemTime="2019-11-14T11:43:41.344300700Z" /> ??? <EventRecordID>4778</EventRecordID> ??? <Correlation /> ??? <Execution ProcessID="1404" ThreadID="1716" /> ??? <Channel>Application</Channel> ??? <Computer>DESKTOP-RLKxxxx.cfd.intranet</Computer> ??? <Security UserID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" /> ? </System> ? <EventData> ? </EventData> </Event> ------------------------------------------------------ Looking up error 1504, there's plenty of references to a bug in Windows version 1803, however the problem computer has Windows version 1903.? Last time I had this problem on a different computer, Rowland linked me to an issue with an "TEMP" folder in the c:\users folder causing synchronisation problems, however the offending folder is absent on this computer.? Looking at the log, this has been going on for about a month. Any ideas how I can fix this please? Many thanks for your time! With kind regards - Piers
L.P.H. van Belle
2019-Nov-14 12:33 UTC
[Samba] Roaming profile not syncing with the server
Hai, If Adminstrator works, and the users not, then your rights setup is just incorrect. I suggest setup as show. [profiles] browseable = yes path = /your_path_too/profiles read only = no acl_xattr:ignore system acl = yes Restart samba Then read : Read : https://wiki.samba.org/index.php/Roaming_Windows_User_Profiles#The_Windows_Roaming_Profile_Versions And apply exactly as shown, that should work. If not, show me the samba version and windows version. And smb.conf and getfact /path_to/profiles Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Piers Kittel via samba > Verzonden: donderdag 14 november 2019 13:07 > Aan: samba at lists.samba.org > Onderwerp: [Samba] Roaming profile not syncing with the server > > Hi all, > > An user queried whether the error "Your profile was not synchronised > with the server" was a big problem, so I had a look into it.? > This only > happens on one computer, all non-admin users has this > problem, the Samba > admin account don't have this problem.? Looking into the > windows error > log, we get plenty of messages of the below: > > ---------------------------------------------------- > Log Name:????? Application > Source:??????? Microsoft-Windows-User Profiles Service > Date:????????? 14/11/2019 11:43:41 > Event ID:????? 1504 > Task Category: None > Level:???????? Error > Keywords: > User:????????? xxxx\xxxx > Computer:????? DESKTOP-RLKxxxx.xxxx.intranet > Description: > Windows cannot update your roaming profile completely. Check previous > events for more details. > > > Event Xml: > <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> > ? <System> > ??? <Provider Name="Microsoft-Windows-User Profiles Service" > Guid="{xxxxxxxxxxxxxxxxxxxx}" /> > ??? <EventID>1504</EventID> > ??? <Version>0</Version> > ??? <Level>2</Level> > ??? <Task>0</Task> > ??? <Opcode>0</Opcode> > ??? <Keywords>0x8000000000000000</Keywords> > ??? <TimeCreated SystemTime="2019-11-14T11:43:41.344300700Z" /> > ??? <EventRecordID>4778</EventRecordID> > ??? <Correlation /> > ??? <Execution ProcessID="1404" ThreadID="1716" /> > ??? <Channel>Application</Channel> > ??? <Computer>DESKTOP-RLKxxxx.cfd.intranet</Computer> > ??? <Security UserID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" /> > ? </System> > ? <EventData> > ? </EventData> > </Event> > ------------------------------------------------------ > > Looking up error 1504, there's plenty of references to a bug > in Windows > version 1803, however the problem computer has Windows version 1903.? > Last time I had this problem on a different computer, Rowland > linked me > to an issue with an "TEMP" folder in the c:\users folder causing > synchronisation problems, however the offending folder is > absent on this > computer.? Looking at the log, this has been going on for > about a month. > > Any ideas how I can fix this please? > > Many thanks for your time! > > With kind regards - Piers > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >