diff --git a/README.md b/README.md index ef4f6926459b11d5aedd49c0c1d716c856232ed1..20262d1da313b14d9eed57157e604367f482ca52 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,12 @@ If your edge browser is not allowing you to login, check the following logs: 3. Run `seahorse` and is there Intune entries in your `login` keyring? Is it `set as default`? 4. Run `ldd /usr/lib/libmsal_dbus_client.so`. Is there undefined reference? +### Common errors + +- msft-identity-broker.service: Failed at step STATE_DIRECTORY spawning /opt/msft/identitybroker/bin/msft-identity-broker: Operation not permitted + +This is a permission issue. Please run `chmod 777 -R /opt/msft` as root. + +- msft-identity-broker.service: Failed to set up special execution directory in /home/USERNAME/.config: Operation not permitted + +This is also a permission issue while overwritting user config with root account manually. Please run `chown -R USERNAME /home/USERNAME/.config`.