amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
3.15k stars 439 forks source link

Take Control is not working, asks for username and password #1814

Closed airton583 closed 6 months ago

airton583 commented 6 months ago

Server Info (please complete the following information):

Installation Method:

Agent Info (please complete the following information):

Describe the bug Take Control is not working, asks for username and password

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

wh1te909 commented 6 months ago

please paste in your /meshcentral/meshcentral-data/config.json here (redact sensitive info)

rasmatbe commented 6 months ago

Got the same behaviour with usernames formatted as email adresses. Once the @domain has been removed from username, the users are synced to Mesh and the remote control windows is working as intended

myde2001 commented 6 months ago

same problem

dinger1986 commented 6 months ago

same problem

so you are also using an email address?

myde2001 commented 6 months ago

image

This is my Tactical users list

And this is my config.json:

{
  "settings": {
    "Cert": "mesh.domain.net",
    "MongoDb": "mongodb://127.0.0.1:27017",
    "MongoDbName": "meshcentral",
    "WANonly": true,
    "Minify": 1,
    "Port": 4430,
    "AliasPort": 443,
    "RedirPort": 800,
    "RelayPort": 1025,
    "AllowLoginToken": true,
    "AllowFraming": true,
    "_AgentPing": 60,
    "AgentPong": 300,
    "AllowHighQualityDesktop": true,
    "TlsOffload": "127.0.0.1",
    "agentCoreDump": false,
    "Compression": true,
    "WsCompression": true,
    "AgentWsCompression": true,
    "plugins": { "enabled": true },
    "MaxInvalidLogin": { "time": 5, "count": 5, "coolofftime": 30 }
  },
  "domains": {
    "": {
      "Title": "NAME",
      "Title2": "Tactical RMM",
      "NewAccounts": false,
      "CertUrl": "https://mesh.domain.net:443/",
      "GeoLocation": true,
      "CookieIpCheck": false,
      "mstsc": true,
      "assistantCustomization": {
        "title": "NAME",
        "image": "logo.png",
        "filename": "NAME"
      }
    }
  }
}
dinger1986 commented 6 months ago

is mesh installed on the same server? any other characters in the username?

myde2001 commented 6 months ago

is mesh installed on the same server? any other characters in the username?

Yes, installed on the same server, previous installation that was updated through the script. If I disable the "Sync Mesh Perms with TRMM" the remote control (and other meshcentral features) works again. Only regular characters in the usernames.

davidebonavita commented 6 months ago

Have the users been created in Mesh by Tactical once you enabled "Sync Mesh Perms with TRMM"?. I have the same issue and it looks like the list of autogenerated users in Mesh doesn't populate automatically

dinger1986 commented 6 months ago

have you checked using this? https://docs.tacticalrmm.com/mesh_integration/#get-a-url-to-login-to-mesh-as-the-mesh-superuser

myde2001 commented 6 months ago

Have the users been created in Mesh by Tactical once you enabled "Sync Mesh Perms with TRMM"?. I have the same issue and it looks like the list of autogenerated users in Mesh doesn't populate automatically

No, they don't generate

davidebonavita commented 6 months ago

have you checked using this? https://docs.tacticalrmm.com/mesh_integration/#get-a-url-to-login-to-mesh-as-the-mesh-superuser

I'm able to login in Mesh as the defaul admin user with the generated link. I've tried to force update Tactical and reboot the server, but still the users are not created in Mesh. I don't know if there are any logs I can check for the changes TRMM applies when you enable/disable the mesh integration?

wh1te909 commented 6 months ago

Run these 2 commands to turn on debug logging, turn mesh sync back on and then wait a few minutes and check the log file at /rmm/api/tacticalrmm/tacticalrmm/private/log/trmm_debug.log

echo "TRMM_LOG_LEVEL = 'DEBUG'" | tee --append /rmm/api/tacticalrmm/tacticalrmm/local_settings.py >/dev/null

sudo systemctl restart rmm celery celerybeat
davidebonavita commented 6 months ago

/rmm/api/tacticalrmm/tacticalrmm/private/log/trmm_debug.log

I only see a quite long list of requests similar to

[28/Mar/2024 16:23:13] INFO [tasks.py:sync_mesh_perms_task:532] Adding ['user//davREDACTED___14', 'user//deaREDACTED___379', 'user//rtREDACTED___7', 'user//jjREDACTED___6', 'user//tactical___1'] to node//@5hbeR@tSY7FC6kei3DvtEUyRjaltovNNtXEkHGrLCl5nyZkangTtQWPGfq4mU9A
[28/Mar/2024 16:23:13] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'adddeviceuser', 'nodeid': 'node//@5hbeR@tSY7FC6kei3DvtEUyRjaltovNNtXEkHGrLCl5nyZkangTtQWPGfq4mU9A', 'usernames': ['davREDACTED___14', 'deaREDACTED___379', 'rtREDACTED___7', 'jjREDACTED___6', 'tactical___1'], 'rights': 72, 'remove': False, 'responseid': 'meshctrl'}
[28/Mar/2024 16:23:13] INFO [tasks.py:sync_mesh_perms_task:532] Adding ['user//davREDACTED___14', 'user//deaREDACTED___379', 'user//rtREDACTED___7', 'user//jjREDACTED___6', 'user//tactical___1'] to node//@5hbeR@tSY7FC6kei3DvtEUyRjaltovNNtXEkHGrLCl5nyZkangTtQWPGfq4mU9A
[28/Mar/2024 16:23:13] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'adddeviceuser', 'nodeid': 'node//@5hbeR@tSY7FC6kei3DvtEUyRjaltovNNtXEkHGrLCl5nyZkangTtQWPGfq4mU9A', 'usernames': ['davREDACTED___14', 'deaREDACTED___379', 'rtREDACTED___7', 'jjREDACTED___6', 'tactical___1'], 'rights': 72, 'remove': False, 'responseid': 'meshctrl'}
[28/Mar/2024 16:24:11] INFO [tasks.py:sync_mesh_perms_task:532] Adding ['user//davREDACTED___14', 'user//deaREDACTED___379', 'user//rtREDACTED___7', 'user//jjREDACTED___6', 'user//tactical___1'] to node//mbL5FcBhIubZ0Q2Rj0eNicmdmSkOmgL0ThlqJ4EO7hR0BDAJYuMXmbwPGyODNWBu
[28/Mar/2024 16:24:11] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'adddeviceuser', 'nodeid': 'node//mbL5FcBhIubZ0Q2Rj0eNicmdmSkOmgL0ThlqJ4EO7hR0BDAJYuMXmbwPGyODNWBu', 'usernames': ['davREDACTED___14', 'deaREDACTED___379', 'rtREDACTED___7', 'jjREDACTED___6', 'tactical___1'], 'rights': 72, 'remove': False, 'responseid': 'meshctrl'}
[28/Mar/2024 16:24:11] INFO [tasks.py:sync_mesh_perms_task:532] Adding ['user//davREDACTED___14', 'user//deaREDACTED___379', 'user//rtREDACTED___7', 'user//jjREDACTED___6', 'user//tactical___1'] to node//aP8aXy8GQQLYDU66FJHcIimWEybqF4nO78T6jSp45tWy$HQGdD3negKF6$z2Y2wD
[28/Mar/2024 16:24:11] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'adddeviceuser', 'nodeid': 'node//aP8aXy8GQQLYDU66FJHcIimWEybqF4nO78T6jSp45tWy$HQGdD3negKF6$z2Y2wD', 'usernames': ['davREDACTED___14', 'deaREDACTED___379', 'rtREDACTED___7', 'jjREDACTED___6', 'tactical___1'], 'rights': 72, 'remove': False, 'responseid': 'meshctrl'}
[28/Mar/2024 16:24:11] INFO [tasks.py:sync_mesh_perms_task:532] Adding ['user//davREDACTED___14', 'user//deaREDACTED___379', 'user//rtREDACTED___7', 'user//jjREDACTED___6', 'user//tactical___1'] to node//@5hbeR@tSY7FC6kei3DvtEUyRjaltovNNtXEkHGrLCl5nyZkangTtQWPGfq4mU9A
[28/Mar/2024 16:24:11] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'adddeviceuser', 'nodeid': 'node//@5hbeR@tSY7FC6kei3DvtEUyRjaltovNNtXEkHGrLCl5nyZkangTtQWPGfq4mU9A', 'usernames': ['davREDACTED___14', 'deaREDACTED___379', 'rtREDACTED___7', 'jjREDACTED___6', 'tactical___1'], 'rights': 72, 'remove': False, 'responseid': 'meshctrl'}

Followed by

[28/Mar/2024 16:24:11] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'users', 'responseid': 'meshctrl'}
[28/Mar/2024 16:24:11] INFO [tasks.py:sync_mesh_perms_task:556] Display names don't match. Updating user//rtREDACTED___7 name from  to REDACTED
[28/Mar/2024 16:24:11] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'edituser', 'id': 'user//rtREDACTED___7', 'realname': 'REDACTED', 'responseid': 'meshctrl'}
[28/Mar/2024 16:24:11] INFO [tasks.py:sync_mesh_perms_task:556] Display names don't match. Updating user//tactical___1 name from  to REDACTED
[28/Mar/2024 16:24:11] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'edituser', 'id': 'user//tactical___1', 'realname': 'REDACTED', 'responseid': 'meshctrl'}
[28/Mar/2024 16:24:11] INFO [tasks.py:sync_mesh_perms_task:556] Display names don't match. Updating user//fjREDACTED___62 name from  to REDACTED - REDACTED
[28/Mar/2024 16:24:11] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'edituser', 'id': 'user//fjREDACTED___62', 'realname': 'REDACTED - REDACTED', 'responseid': 'meshctrl'}
[28/Mar/2024 16:24:11] INFO [tasks.py:sync_mesh_perms_task:556] Display names don't match. Updating user//davREDACTED___14 name from  to REDACTED - REDACTED
[28/Mar/2024 16:24:11] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'edituser', 'id': 'user//davREDACTED___14', 'realname': 'REDACTED - REDACTED', 'responseid': 'meshctrl'}
[28/Mar/2024 16:24:11] INFO [tasks.py:sync_mesh_perms_task:556] Display names don't match. Updating user//deaREDACTED___379 name from  to REDACTED - REDACTED
[28/Mar/2024 16:24:11] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'edituser', 'id': 'user//deaREDACTED___379', 'realname': 'REDACTED - REDACTED', 'responseid': 'meshctrl'}
[28/Mar/2024 16:24:11] INFO [tasks.py:sync_mesh_perms_task:556] Display names don't match. Updating user//jjREDACTED___6 name from  to REDACTED - REDACTED
[28/Mar/2024 16:24:11] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'edituser', 'id': 'user//jjREDACTED___6', 'realname': 'REDACTED - REDACTED', 'responseid': 'meshctrl'}
wh1te909 commented 6 months ago

@davidebonavita post your redacted /meshcentral/meshcentral-data/config.json

davidebonavita commented 6 months ago

/meshcentral/meshcentral-data/config.json

Thank you for looking into this

{
  "settings": {
    "cert": "mesh.REDACTED.io",
    "WANonly": true,
    "minify": 1,
    "port": 4430,
    "aliasPort": 443,
    "redirPort": 800,
    "allowLoginToken": true,
    "allowFraming": true,
    "_agentPing": 60,
    "agentPong": 300,
    "allowHighQualityDesktop": true,
    "tlsOffload": "127.0.0.1",
    "agentCoreDump": false,
    "compression": true,
    "wsCompression": true,
    "agentWsCompression": true,
    "ignoreAgentHashCheck": false,
    "maxInvalidLogin": {
      "time": 5,
      "count": 5,
      "coolofftime": 30
    },
    "postgres": {
      "user": "aeuzuwku",
      "password": "REDACTED",
      "port": "5432",
      "host": "localhost"
    }
  },
  "domains": {
    "": {
      "title": "Tactical RMM",
      "title2": "Tactical RMM",
      "newAccounts": false,
      "certUrl": "https://mesh.REDACTED.io:443/",
      "geoLocation": true,
      "cookieIpCheck": false,
      "mstsc": true,
      "passwordRequirements": {
        "min": 8,
        "max": 128,
        "upper": 1,
        "lower": 1,
        "numeric": 1,
        "nonalpha": 1,
        "reset": 90,
        "force2factor": true,
        "_skip2factor": "127.0.0.1,192.168.2.0/24",
        "oldPasswordBan": 5,
        "banCommonPasswords": false,
{
  "settings": {
    "cert": "mesh.REDACTED.io",
    "WANonly": true,
    "minify": 1,
    "port": 4430,
    "aliasPort": 443,
    "redirPort": 800,
    "allowLoginToken": true,
    "allowFraming": true,
    "_agentPing": 60,
    "agentPong": 300,
    "allowHighQualityDesktop": true,
    "tlsOffload": "127.0.0.1",
    "agentCoreDump": false,
    "compression": true,
    "wsCompression": true,
    "agentWsCompression": true,
    "ignoreAgentHashCheck": false,
    "maxInvalidLogin": {
      "time": 5,
      "count": 5,
      "coolofftime": 30
    },
    "postgres": {
      "user": "aeuzuwku",
      "password": "REDACTED",
      "port": "5432",
      "host": "localhost"
    }
  },
  "domains": {
    "": {
      "title": "Tactical RMM",
      "title2": "Tactical RMM",
      "newAccounts": false,
      "certUrl": "https://mesh.REDACTED.io:443/",
      "geoLocation": true,
      "cookieIpCheck": false,
      "mstsc": true,
      "passwordRequirements": {
        "min": 8,
        "max": 128,
        "upper": 1,
        "lower": 1,
        "numeric": 1,
        "nonalpha": 1,
        "reset": 90,
        "force2factor": true,
        "_skip2factor": "127.0.0.1,192.168.2.0/24",
        "oldPasswordBan": 5,
        "banCommonPasswords": false,        
        "twoFactorTimeout": 300
      }
    }
  }
}        
wh1te909 commented 6 months ago

@davidebonavita remove the nonalpha requirement from your passwordRequirements

davidebonavita commented 6 months ago
sudo systemctl restart rmm celery celerybeat

Well, that worked, thanks!

wh1te909 commented 6 months ago

@myde2001 I don't see anything obvious from your config that would cause it to break, please follow my instructions here to enable debug logging https://github.com/amidaware/tacticalrmm/issues/1814#issuecomment-2025602318

wh1te909 commented 6 months ago

@davidebonavita remove the TRMM_LOG_LEVEL = 'DEBUG' line that was added to the bottom of /rmm/api/tacticalrmm/tacticalrmm/local_settings.py and then restart the services again, this way your server doesn't fill up with debug logs as this file can get quite large

myde2001 commented 6 months ago

@myde2001 I don't see anything obvious from your config that would cause it to break, please follow my instructions here to enable debug logging #1814 (comment)

[24/Jan/2024 16:36:11] ERROR [tasks.py:_handle_task_on_agent:255] Unable to create scheduled task Obtener MeshCentral NodeId on DESKTOP-59DQ3QL: timeout
[28/Mar/2024 22:11:37] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'users', 'responseid': 'meshctrl'}
[28/Mar/2024 22:11:37] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'nodes', 'responseid': 'meshctrl'}
[28/Mar/2024 22:11:37] DEBUG [tasks.py:sync_mesh_perms_task:562] Traceback (most recent call last):
  File "/rmm/api/tacticalrmm/core/tasks.py", line 458, in sync_mesh_perms_task
    "node_id": f"node//{agent.hex_mesh_node_id}",
                        ^^^^^^^^^^^^^^^^^^^^^^
  File "/rmm/api/tacticalrmm/agents/models.py", line 457, in hex_mesh_node_id
    return _b64_to_hex(self.mesh_node_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/rmm/api/tacticalrmm/core/utils.py", line 128, in _b64_to_hex
    return b64encode(bytes.fromhex(h)).decode().replace(r"/", "$").replace(r"+", "@")
                     ^^^^^^^^^^^^^^^^
TypeError: fromhex() argument must be str, not None

[28/Mar/2024 22:12:00] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'users', 'responseid': 'meshctrl'}
[28/Mar/2024 22:12:00] DEBUG [mesh_utils.py:mesh_action:105] {'action': 'nodes', 'responseid': 'meshctrl'}
[28/Mar/2024 22:12:00] DEBUG [tasks.py:sync_mesh_perms_task:562] Traceback (most recent call last):
  File "/rmm/api/tacticalrmm/core/tasks.py", line 458, in sync_mesh_perms_task
    "node_id": f"node//{agent.hex_mesh_node_id}",
                        ^^^^^^^^^^^^^^^^^^^^^^
  File "/rmm/api/tacticalrmm/agents/models.py", line 457, in hex_mesh_node_id
    return _b64_to_hex(self.mesh_node_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/rmm/api/tacticalrmm/core/utils.py", line 128, in _b64_to_hex
    return b64encode(bytes.fromhex(h)).decode().replace(r"/", "$").replace(r"+", "@")
                     ^^^^^^^^^^^^^^^^
TypeError: fromhex() argument must be str, not None
wh1te909 commented 6 months ago

@myde2001 cool thanks, just pushed a fix for that. please run the following commands and then toggle sync back on and it will work:

wget -O /rmm/api/tacticalrmm/core/tasks.py https://raw.githubusercontent.com/amidaware/tacticalrmm/develop/api/tacticalrmm/core/tasks.py

wget -O /rmm/api/tacticalrmm/core/utils.py https://raw.githubusercontent.com/amidaware/tacticalrmm/develop/api/tacticalrmm/core/utils.py

sudo systemctl restart rmm celery celerybeat
myde2001 commented 6 months ago

@myde2001 cool thanks, just pushed a fix for that. please run the following commands and then toggle sync back on and it will work:

wget -O /rmm/api/tacticalrmm/core/tasks.py https://raw.githubusercontent.com/amidaware/tacticalrmm/develop/api/tacticalrmm/core/tasks.py

wget -O /rmm/api/tacticalrmm/core/utils.py https://raw.githubusercontent.com/amidaware/tacticalrmm/develop/api/tacticalrmm/core/utils.py

sudo systemctl restart rmm celery celerybeat

Can confirm, now it's working. Thanks!

wh1te909 commented 6 months ago

Got the same behaviour with usernames formatted as email adresses. Once the @Domain has been removed from username, the users are synced to Mesh and the remote control windows is working as intended

will be fixed in tomorrow's release

wh1te909 commented 6 months ago

all issues resolved in the latest release 0.18.1

sightkick commented 6 months ago

OK. I have the same problem. If I login in Tactical with user1 and then go to the mesh Instance it logs in with this user. If I once log out in mesh it won´t relogin. If I change in tactical to user2 it leaves in mesh in user1 until I logout in mesh and couldn´t login new.Login is only possible with the mesh master user.

bug or feature :-)

Here is my debug info

[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'nodes', 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:495] Adding new user jkemke___14 to mesh
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adduser', 'username': 'jkemke___14', 'email': 'jkemke.0WmNF9@tacticalrmm-do-not-change-FTy03.local', 'pass': 'CZC!RGgPNvFbXnO5er6mFUSyUEY8DV', 'resetNextLogin': False, 'randomPassword': False, 'removeEvents': False, 'emailVerified': True, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'edituser', 'id': 'user//jkemke___14', 'realname': 'Jens Kemke - Holger Dansberg - sightkick', 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:495] Adding new user hdansberg___1 to mesh
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adduser', 'username': 'hdansberg___1', 'email': 'hdansberg.28ZvzL@tacticalrmm-do-not-change-qesVH.local', 'pass': 'Sdhwlc1HtIs2q8j!x5znjcg2Cn4VwX', 'resetNextLogin': False, 'randomPassword': False, 'removeEvents': False, 'emailVerified': True, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'edituser', 'id': 'user//hdansberg___1', 'realname': 'Holger Dansberg - Holger Dansberg - sightkick', 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//M537HqDzTNvQlR4z6K7VM2Ja49qY2p1F9Dm8HKf5ZD5YZvKIeAh9Erpzz7jXUsOx
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//M537HqDzTNvQlR4z6K7VM2Ja49qY2p1F9Dm8HKf5ZD5YZvKIeAh9Erpzz7jXUsOx', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//FKfgzEGjWv75Wjv7cZGyMxV9Hak0w8d398nA5SqHMyBY79UVzQQOzucr2QXmLizd
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//FKfgzEGjWv75Wjv7cZGyMxV9Hak0w8d398nA5SqHMyBY79UVzQQOzucr2QXmLizd', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//816SiOmL3G4tHp0gcdGFWb8dOqe@oeEiQPDURmAUgrVyVK@wPMDk$yi9GJDAzaiK
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//816SiOmL3G4tHp0gcdGFWb8dOqe@oeEiQPDURmAUgrVyVK@wPMDk$yi9GJDAzaiK', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//dG@kBqkNa0Y@neo7u8Qd3B9afS21JKn1Yp9t7ToZKrAMutY329J@EBSu@Pixh9e2
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//dG@kBqkNa0Y@neo7u8Qd3B9afS21JKn1Yp9t7ToZKrAMutY329J@EBSu@Pixh9e2', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//xDABS27VlYgbzPMIDeGj9NiPtxFTg$bxau$7dZP6EIBM$tsY8WXbPj9W7Ag4BITX
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//xDABS27VlYgbzPMIDeGj9NiPtxFTg$bxau$7dZP6EIBM$tsY8WXbPj9W7Ag4BITX', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//kAKdnHG4YbSF@nrz9AUZdFMYZP4OucboAyBA8JSDnt1ciwcBhwZ8OmQDjUgj8dTq
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//kAKdnHG4YbSF@nrz9AUZdFMYZP4OucboAyBA8JSDnt1ciwcBhwZ8OmQDjUgj8dTq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//7o129e@YKk@6kUnBW1DEDH8PTYZFThwXkQB2lMniOxFcWVy9K0E9XvVPMObfohNO
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//7o129e@YKk@6kUnBW1DEDH8PTYZFThwXkQB2lMniOxFcWVy9K0E9XvVPMObfohNO', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//t6MFbjs5X5cmjytq7hpdT4fzi5nlLvdFx5nOZXlIsH6NG$zv56khlwbSmUeu9AP5
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//t6MFbjs5X5cmjytq7hpdT4fzi5nlLvdFx5nOZXlIsH6NG$zv56khlwbSmUeu9AP5', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//CGwTSkmAHEXh4rG@Cci@CqiqMsexAceNeovGAoLcyHrpYJFb4kjQ7Uatxm9HssYo
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//CGwTSkmAHEXh4rG@Cci@CqiqMsexAceNeovGAoLcyHrpYJFb4kjQ7Uatxm9HssYo', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Bm8yIsSS4ZA2Bh1D9tnuF1zY8VgccuLMkbCerS@0$28BbPDqGnFEjOAmaRWa2dW8
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Bm8yIsSS4ZA2Bh1D9tnuF1zY8VgccuLMkbCerS@0$28BbPDqGnFEjOAmaRWa2dW8', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//U1UbSeYdlabucwOv6wzHtfkqfOjcf3i2Xg9GU8s0oBUk7h90j2GYIqkkP2q7AVot
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//U1UbSeYdlabucwOv6wzHtfkqfOjcf3i2Xg9GU8s0oBUk7h90j2GYIqkkP2q7AVot', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Gd5xajqLcbUH4O0DXGrSv09h3paOrqYyz9@x3H@D2C$oRgPwMETsxx78LhIB5IeU
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Gd5xajqLcbUH4O0DXGrSv09h3paOrqYyz9@x3H@D2C$oRgPwMETsxx78LhIB5IeU', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ZlSixlPynxZX3jL9XD89ljyY$r$LcO8RbApjvq@mmHIXjcvT@h7MU@v3xabLJcqB
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ZlSixlPynxZX3jL9XD89ljyY$r$LcO8RbApjvq@mmHIXjcvT@h7MU@v3xabLJcqB', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ZS9TqTOC9mak4NqpiwYg3BhmVAsPVnz3DDyUVB2Xzu1bNa5Auandtex6UU9hPAiP
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ZS9TqTOC9mak4NqpiwYg3BhmVAsPVnz3DDyUVB2Xzu1bNa5Auandtex6UU9hPAiP', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//T4rJO$jnllT5inW@rUunLEw0K5E$@kCt@MnfD8ojXMiUSpjzEO9sz3SpjVgyTjQF
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//T4rJO$jnllT5inW@rUunLEw0K5E$@kCt@MnfD8ojXMiUSpjzEO9sz3SpjVgyTjQF', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//NKnOP2YxcUcXU3FMkzCYfTp4yzUrElnfPk37NNGsrl$eyBoE2UJMj@1kofTM$KJE
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//NKnOP2YxcUcXU3FMkzCYfTp4yzUrElnfPk37NNGsrl$eyBoE2UJMj@1kofTM$KJE', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//VL2XDM0NfPQux44Fub2iB3uhH7Vr3DOnzu41X0qmEAmV0r$rdTLVeOhx9v7WyVcr
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//VL2XDM0NfPQux44Fub2iB3uhH7Vr3DOnzu41X0qmEAmV0r$rdTLVeOhx9v7WyVcr', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//HDW$rjUkoLW0IofD2x1C6wcOhvlcB2rqQ1RyKzzjdOMgFZBSfNEVd8gwzelLSmv8
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//HDW$rjUkoLW0IofD2x1C6wcOhvlcB2rqQ1RyKzzjdOMgFZBSfNEVd8gwzelLSmv8', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//0IbP45wQJjrYUboHQDAPKLuJ2tFAsC8EjElsgEpaiq1p2sWKg1vaiR5vs8O4Mkze
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//0IbP45wQJjrYUboHQDAPKLuJ2tFAsC8EjElsgEpaiq1p2sWKg1vaiR5vs8O4Mkze', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//QzYk$CcPe3z0z8J3tLEQsNbl5VPKT98NPFIkBW4szkxxY$1jQ2xoukcuYpRISq1J
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//QzYk$CcPe3z0z8J3tLEQsNbl5VPKT98NPFIkBW4szkxxY$1jQ2xoukcuYpRISq1J', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//1Tl2p7UvjTTRfksDeIv8q$7LhuMvXcD4hOqwYphopliLrevY4jD@@KxM1K10i6Z8
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//1Tl2p7UvjTTRfksDeIv8q$7LhuMvXcD4hOqwYphopliLrevY4jD@@KxM1K10i6Z8', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ZkjVTRSjmYdDGyd20@4M7LsC42PMHYK2drM5fNVX5dyKI27IQ0zigGv0K4pZK6f9
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ZkjVTRSjmYdDGyd20@4M7LsC42PMHYK2drM5fNVX5dyKI27IQ0zigGv0K4pZK6f9', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//iZof0Z8KTT4vGDXcnlaczLGezjvKrIDEHDy6Cwly0@oAQk7WtXixPr0qMt710K@K
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//iZof0Z8KTT4vGDXcnlaczLGezjvKrIDEHDy6Cwly0@oAQk7WtXixPr0qMt710K@K', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//vvXft6Bp1LpqPOaJgPSJT7tbBrt9UJhiNC$6NucHJ4iqovqW73eBoeiPvs0wkkrT
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//vvXft6Bp1LpqPOaJgPSJT7tbBrt9UJhiNC$6NucHJ4iqovqW73eBoeiPvs0wkkrT', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2CoinrK5X8nkyDyeUtNyT@i$FdZqO9ZUhw7DbDRszSJoJRi0BiNGDdTKu8OJeWJ4
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2CoinrK5X8nkyDyeUtNyT@i$FdZqO9ZUhw7DbDRszSJoJRi0BiNGDdTKu8OJeWJ4', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//D0nNz6Il58Qzh5SDZiwOy1dFe1hD7jaAa5eBjYQY4Y8RgfU@pzzobt9kl8jsQNyh
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//D0nNz6Il58Qzh5SDZiwOy1dFe1hD7jaAa5eBjYQY4Y8RgfU@pzzobt9kl8jsQNyh', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//xJXYuQiJCmCSBYgSFm3ml@uj$@obfgpcd1NCy5uAPsSqKwP9qxSyD1LOXRQM6Njx
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//xJXYuQiJCmCSBYgSFm3ml@uj$@obfgpcd1NCy5uAPsSqKwP9qxSyD1LOXRQM6Njx', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//AySyFJrMTbssaQlA$$XQinhvhutSkcFBX5WwsFQ@5bdMEVL@VJ8Rt6aIrt9Cpuax
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//AySyFJrMTbssaQlA$$XQinhvhutSkcFBX5WwsFQ@5bdMEVL@VJ8Rt6aIrt9Cpuax', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//OtMoEU8rr@QhfPKw9d7ite5DS@uGCt1Y052hY3fASF47Iz@KprIGMYRAWuXxuNg3
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//OtMoEU8rr@QhfPKw9d7ite5DS@uGCt1Y052hY3fASF47Iz@KprIGMYRAWuXxuNg3', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//oDEZac77CRux1Myn8uAYxv1piqgpw9L30ZCpmeo@WSnzXaIxYLrLMZ74nhqcT5q1
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//oDEZac77CRux1Myn8uAYxv1piqgpw9L30ZCpmeo@WSnzXaIxYLrLMZ74nhqcT5q1', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//OFB2yAsmh0K4wFA7PqjuQ66T9v5NSnfTolLNN@YRN5d7H8@F8YZo59hUjtpy2gcz
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//OFB2yAsmh0K4wFA7PqjuQ66T9v5NSnfTolLNN@YRN5d7H8@F8YZo59hUjtpy2gcz', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//UhKtXw7z32jOSgtdswK0XgDz@KlrYsvsA2vLUgJVCAZ0umB50s$7bH9Quq1x9ylx
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//UhKtXw7z32jOSgtdswK0XgDz@KlrYsvsA2vLUgJVCAZ0umB50s$7bH9Quq1x9ylx', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//7uzGidPhVEWiKEaQI6zClr2flvhcFWNxZA95tp2sY2yJd$Kmgy9asH9lKNEiPj4i
[31/Mar/2024 07:38:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//7uzGidPhVEWiKEaQI6zClr2flvhcFWNxZA95tp2sY2yJd$Kmgy9asH9lKNEiPj4i', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//OuJzgJaaYG$tmpO@finczhL9pHz4vZTwq5BZ48SjaDxYeIhabr27eBex@CQ$9RJi
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//OuJzgJaaYG$tmpO@finczhL9pHz4vZTwq5BZ48SjaDxYeIhabr27eBex@CQ$9RJi', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//lHUZhKAngcYAtOtfYG3c6JP0XWvQXqeDLrR1RBVpfWfkbW9E6WdOzUVjfY0V@awH
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//lHUZhKAngcYAtOtfYG3c6JP0XWvQXqeDLrR1RBVpfWfkbW9E6WdOzUVjfY0V@awH', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ks6NcJk$EUVQxtSRUFhbaNMKpv9morzKNXlvcp2uJ590PRTuNGMqj$@7TLxRDOw7
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ks6NcJk$EUVQxtSRUFhbaNMKpv9morzKNXlvcp2uJ590PRTuNGMqj$@7TLxRDOw7', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//vD38Kd4pfoeyzh@J8FzQcOxWi4lIcikbQvker56433XYwlRNDYMtBG@hp9fX3D$F
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//vD38Kd4pfoeyzh@J8FzQcOxWi4lIcikbQvker56433XYwlRNDYMtBG@hp9fX3D$F', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Er8txgtiTIkUXlAB6Y$JCuFGNLnhEkq3gm@t0UJoIP7Hes8hzF$w4EbPRqJ188Ur
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Er8txgtiTIkUXlAB6Y$JCuFGNLnhEkq3gm@t0UJoIP7Hes8hzF$w4EbPRqJ188Ur', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//nfazFlB80hEWfNpTFe82OzykHkpMMZXPwTtw9JezG6h0mpDVUe9wpARCyF2JmXE5
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//nfazFlB80hEWfNpTFe82OzykHkpMMZXPwTtw9JezG6h0mpDVUe9wpARCyF2JmXE5', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//OJ7mwVtxcdAwQ@jspueDso5N1vD6@FP@CjoTQjjfqNlOYLf7C0MI4e3NZdmIMDx9
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//OJ7mwVtxcdAwQ@jspueDso5N1vD6@FP@CjoTQjjfqNlOYLf7C0MI4e3NZdmIMDx9', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//4TuwnpSp$$JXR5vYzKcZxTea46S542CaOgZWAvhfECH5W7xpOn6qfcZaYI11C$7e
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//4TuwnpSp$$JXR5vYzKcZxTea46S542CaOgZWAvhfECH5W7xpOn6qfcZaYI11C$7e', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//rpKGhUfwuo2NXwIYuUskuRP2@4Sx6C1Hy6KjLAziTNBXh0WXgqUDCgFFYLvZPswb
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//rpKGhUfwuo2NXwIYuUskuRP2@4Sx6C1Hy6KjLAziTNBXh0WXgqUDCgFFYLvZPswb', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//$ktJuWYFzImrZYlYHycDsKC@LjkqS3I2l5yycp9jgxHfYyYhkFz@9H4lreD2nqJo
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//$ktJuWYFzImrZYlYHycDsKC@LjkqS3I2l5yycp9jgxHfYyYhkFz@9H4lreD2nqJo', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//3lxx6T6NHYVgfeYsq$mfOeCjp2UB0dsVJ0YlO4v3T8LUBB0VEAKtxUCiZDo7lWnM
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//3lxx6T6NHYVgfeYsq$mfOeCjp2UB0dsVJ0YlO4v3T8LUBB0VEAKtxUCiZDo7lWnM', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2KAPS@cuaExPaTP1skEWRlUzND8n3I9Ucq8EFOyCzhmIQf@9ft0Wmy3iqbYHUL4X
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2KAPS@cuaExPaTP1skEWRlUzND8n3I9Ucq8EFOyCzhmIQf@9ft0Wmy3iqbYHUL4X', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//RkbNCUC7EZ2liCpsTBjQpsLyIZSiZkp3eDVPI$mNId71vh$4WFEKxVEOw5yuhJVq
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//RkbNCUC7EZ2liCpsTBjQpsLyIZSiZkp3eDVPI$mNId71vh$4WFEKxVEOw5yuhJVq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//wthTYLiu87FZD3Egbg7Vfql5coMcsS9$oL3QVD0TUd32mV53KcwUffkbX18ayXVK
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//wthTYLiu87FZD3Egbg7Vfql5coMcsS9$oL3QVD0TUd32mV53KcwUffkbX18ayXVK', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//MKq7ZvWQv2ORyxZUVcJz2waAv3nBBXb1Smw8cgruMgHd14$7kOE0yZe5u5gCtEJh
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//MKq7ZvWQv2ORyxZUVcJz2waAv3nBBXb1Smw8cgruMgHd14$7kOE0yZe5u5gCtEJh', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Csq0MkWEAw1GF3TIhCtdcFRnuDZLxxcxuBDoW9fTVxLR3np3xqsRbuaGufBYIthE
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Csq0MkWEAw1GF3TIhCtdcFRnuDZLxxcxuBDoW9fTVxLR3np3xqsRbuaGufBYIthE', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//C2bzXsa9EHgzu4FX3ISxfPLBQlB46AkZYRbAnpqdBlh7Q@nFPcoMTA8cficRB5lK
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//C2bzXsa9EHgzu4FX3ISxfPLBQlB46AkZYRbAnpqdBlh7Q@nFPcoMTA8cficRB5lK', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//FTDCLLhGUxbeP7Ep6mt$sn3QaazZBeJvYbjgAuXUUXXKRBEFHp8ZuPgwIvKAUwm2
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//FTDCLLhGUxbeP7Ep6mt$sn3QaazZBeJvYbjgAuXUUXXKRBEFHp8ZuPgwIvKAUwm2', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//rwt0Ol80c@qGJJQU4RRde1cO3Eo7DFfi8M5UabD5Pj8g72vIMTqo4@JFd4qX80Mm
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//rwt0Ol80c@qGJJQU4RRde1cO3Eo7DFfi8M5UabD5Pj8g72vIMTqo4@JFd4qX80Mm', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//5PXwZjyGuhFXDEV5oNqtiHWdClMsbraGrYzR422T2EqUNJKSGJcTfpxalSxStUZs
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//5PXwZjyGuhFXDEV5oNqtiHWdClMsbraGrYzR422T2EqUNJKSGJcTfpxalSxStUZs', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//$FWCcgLrnc0R5eijnU@IMWQJLhn4UzjKP35RVCCIzdAWiEZAef2aE$2IQ$@UgWNc
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//$FWCcgLrnc0R5eijnU@IMWQJLhn4UzjKP35RVCCIzdAWiEZAef2aE$2IQ$@UgWNc', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//c62pYiVInkFTbXlOMyJ2yyYsSeXxnsaq2d9BFW@N0R2ZXqaZHmjvbGavSqheaKSq
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//c62pYiVInkFTbXlOMyJ2yyYsSeXxnsaq2d9BFW@N0R2ZXqaZHmjvbGavSqheaKSq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//tZE4zZnYC@IdXj$p2kMUa9j7gYDDTE5Y5vq5jZc4Q3veyi30lnY47hpGfiqcJTxz
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//tZE4zZnYC@IdXj$p2kMUa9j7gYDDTE5Y5vq5jZc4Q3veyi30lnY47hpGfiqcJTxz', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//N9ieCQP$JkDW3apGGfFj7u8jKzQxxiM0UnVai$IIbGCyc1Cb9dpTPNYMFslNie0k
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//N9ieCQP$JkDW3apGGfFj7u8jKzQxxiM0UnVai$IIbGCyc1Cb9dpTPNYMFslNie0k', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//w3$8YWN$ylY5IcCWZqZCURLH2qc7g$Sw84tBK4TgJJke7kxkZ4RrR$kemqDENb2Y
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//w3$8YWN$ylY5IcCWZqZCURLH2qc7g$Sw84tBK4TgJJke7kxkZ4RrR$kemqDENb2Y', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//LaTf58bSToScENYhqZW28WH1dw0km5Py6BZTgYvAdxgQNgiAfybmnn621QddxA2M
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//LaTf58bSToScENYhqZW28WH1dw0km5Py6BZTgYvAdxgQNgiAfybmnn621QddxA2M', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//B99tze3$Cf5sKfnADVXMSPjcZ0aDFwNa6L$8E$ruMCogclKkW0j7pmCWcsH$OSsi
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//B99tze3$Cf5sKfnADVXMSPjcZ0aDFwNa6L$8E$ruMCogclKkW0j7pmCWcsH$OSsi', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2vy6Xj0thcq4fnbqeX8a0H0gvT3iKy5uwl5pZbXt6YwRlore1y21jiz6lZtAMckB
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2vy6Xj0thcq4fnbqeX8a0H0gvT3iKy5uwl5pZbXt6YwRlore1y21jiz6lZtAMckB', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//6iwb7x48dIVuABO2z$FV50piPosH4JOxdk4DwqLQlkIMrVOacAxvX7UsTFFtraIP
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//6iwb7x48dIVuABO2z$FV50piPosH4JOxdk4DwqLQlkIMrVOacAxvX7UsTFFtraIP', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//QBh3RZiSYMEwTArCC0GJS065j0VnRtnLp3sDbAsf8hnL1brEh2RtMvLDKWG6bAha
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//QBh3RZiSYMEwTArCC0GJS065j0VnRtnLp3sDbAsf8hnL1brEh2RtMvLDKWG6bAha', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ZZEgPq$EWrGKdT8Pn51QogFj5TNMwUyBo0yUNqjOc0hZa5wPqSvwmuSWoTWdQxEz
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ZZEgPq$EWrGKdT8Pn51QogFj5TNMwUyBo0yUNqjOc0hZa5wPqSvwmuSWoTWdQxEz', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//qLIOhx0WFrMLbqHZ1PbMNePTYp@XcQ9RuuRSj$bUQ7qXRGOTy2o2fSpcBY8Z$V7H
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//qLIOhx0WFrMLbqHZ1PbMNePTYp@XcQ9RuuRSj$bUQ7qXRGOTy2o2fSpcBY8Z$V7H', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//3m0nVPMkeM1cZbLLvEgnhSTynYKokJsAWkZec4hTg$zJxgZKy4rf5w$DqtJaUAyn
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//3m0nVPMkeM1cZbLLvEgnhSTynYKokJsAWkZec4hTg$zJxgZKy4rf5w$DqtJaUAyn', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2esB2ch686f6p25llJFkke0l$d1Kyk$F8@WtJ1OksmUqeeKXsMo52U$Ep481dAZ0
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2esB2ch686f6p25llJFkke0l$d1Kyk$F8@WtJ1OksmUqeeKXsMo52U$Ep481dAZ0', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//utTHTwIWXM676cfLhHEuAjVxgmCqKXd5GRCCilW182wi1aIWwmGJqScqkbKu1oNM
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//utTHTwIWXM676cfLhHEuAjVxgmCqKXd5GRCCilW182wi1aIWwmGJqScqkbKu1oNM', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ucd$9gtErASia3CtlKoC7F071BTOnSWdnw6LBQ1AkDwnvKlcVyNI0ms4CR0bTqrq
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ucd$9gtErASia3CtlKoC7F071BTOnSWdnw6LBQ1AkDwnvKlcVyNI0ms4CR0bTqrq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//40mQ68jsCGDnSEhQCJMTS1PnC8@WwkGCaa4pywbOiWkIqFGtsBfxPBwyWzAQ3$k8
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//40mQ68jsCGDnSEhQCJMTS1PnC8@WwkGCaa4pywbOiWkIqFGtsBfxPBwyWzAQ3$k8', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//4xi1f0B1fnNDld3qYjT$O9PDOfhVmJpUwpWLftXdb@g83O6alb@vDbR1adNEX3cG
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//4xi1f0B1fnNDld3qYjT$O9PDOfhVmJpUwpWLftXdb@g83O6alb@vDbR1adNEX3cG', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//trGv3tiyUDvnLsH47N51Ql0XBuA2RWJOyKw2huCi3gKd7hQoKykFVnw8vWMpMKIm
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//trGv3tiyUDvnLsH47N51Ql0XBuA2RWJOyKw2huCi3gKd7hQoKykFVnw8vWMpMKIm', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//hmoe2CZ3za1pMlskDDVhLV9iwoDLE$1@1kcmruljHTgOrTlWMihvT28wiGbv4uEF
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//hmoe2CZ3za1pMlskDDVhLV9iwoDLE$1@1kcmruljHTgOrTlWMihvT28wiGbv4uEF', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//eMJVxWwS@xibwPM9kAdHXOSYPnJUjwqpiONDUlQWEqThwmccCSLzNbUlCPOpMYxf
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//eMJVxWwS@xibwPM9kAdHXOSYPnJUjwqpiONDUlQWEqThwmccCSLzNbUlCPOpMYxf', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//8LoPbmduDKha3NxIQGoa3yghql2cL@jxO4uHfZ6eqm0uOIslv7o$v2lKPwQ6wWN0
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//8LoPbmduDKha3NxIQGoa3yghql2cL@jxO4uHfZ6eqm0uOIslv7o$v2lKPwQ6wWN0', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//zw69TLQeKRxyDMBWH6o1MIx0dNTJHPNqFAJb4x5aDnexSeJh0HIT5zxry2gyUlys
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//zw69TLQeKRxyDMBWH6o1MIx0dNTJHPNqFAJb4x5aDnexSeJh0HIT5zxry2gyUlys', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//U6T3QMzHbh3OkxTMTMCnp4pgBGFrMHepFwudeB6IhUIeyuPK3DHQB6MCwZZR2YyN
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//U6T3QMzHbh3OkxTMTMCnp4pgBGFrMHepFwudeB6IhUIeyuPK3DHQB6MCwZZR2YyN', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//S7Ek$0Y6H9FAOH1nZ5Crz0b7LTxVABj6ANGMQJA8bJY@c9vvNk6xaN@bXL4iRotW
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//S7Ek$0Y6H9FAOH1nZ5Crz0b7LTxVABj6ANGMQJA8bJY@c9vvNk6xaN@bXL4iRotW', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//LIdSCnCLspCdfYhy4mon4UQTWjYuWL5x1qHBlZI8jNRTW1vpbBmdbq8S3Rk9USf3
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//LIdSCnCLspCdfYhy4mon4UQTWjYuWL5x1qHBlZI8jNRTW1vpbBmdbq8S3Rk9USf3', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2vAUh5uDu86oJtQVhetqgiJfb1Ho2TlLz2qsEt@baA1CnYf0xOU60AqwSB6@p1$L
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2vAUh5uDu86oJtQVhetqgiJfb1Ho2TlLz2qsEt@baA1CnYf0xOU60AqwSB6@p1$L', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//XTRxqqTSsuKtCLQbDCjXelv281YndNovtFXyg4gMN93SzKGvG0puhb78vLnp4Vsb
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//XTRxqqTSsuKtCLQbDCjXelv281YndNovtFXyg4gMN93SzKGvG0puhb78vLnp4Vsb', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//5hzCHX@tHZOCasMfQraWqqOpPTaFjHg9NzBcMxi7oPtTuvxHzotesJFhqddHrnAC
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//5hzCHX@tHZOCasMfQraWqqOpPTaFjHg9NzBcMxi7oPtTuvxHzotesJFhqddHrnAC', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//h$L@AxOIBlp7OYS0ZXxWiPHtPsPk$q0Qjecv0$k8cCLzssn1DdH1a7W6Gk2hB3zP
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//h$L@AxOIBlp7OYS0ZXxWiPHtPsPk$q0Qjecv0$k8cCLzssn1DdH1a7W6Gk2hB3zP', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//N7GO9CBuBvDXdJxF0Q1w0MyKSG8X$YPtMlAlKYtEDOT6YKEWCZA0kTORuNpIkTZj
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//N7GO9CBuBvDXdJxF0Q1w0MyKSG8X$YPtMlAlKYtEDOT6YKEWCZA0kTORuNpIkTZj', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//yvTEQuAKiOcjsmXqEPsBDBWyqHX1ze2c6F0nNzwSE2opgnd4YmIwv86tFOm7QkeX
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//yvTEQuAKiOcjsmXqEPsBDBWyqHX1ze2c6F0nNzwSE2opgnd4YmIwv86tFOm7QkeX', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//B3@ljQcSi899gpFHKBPVyVvHkf80rR7@jtjoWEH2nmDl8yYsHruLatyk4JKQZb3K
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//B3@ljQcSi899gpFHKBPVyVvHkf80rR7@jtjoWEH2nmDl8yYsHruLatyk4JKQZb3K', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//lWbJWQl2SfSwuEgSEROYLCscUsvhnJ88LBjj@NKNr7pOBvpa1IOHj7JxLPketfVo
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//lWbJWQl2SfSwuEgSEROYLCscUsvhnJ88LBjj@NKNr7pOBvpa1IOHj7JxLPketfVo', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//3VX4sOU4V5rUETfoSynQwAoZqtIaUNKrEOCkySLG9ACCGN5UW$L3JLBnjkWyur6I
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//3VX4sOU4V5rUETfoSynQwAoZqtIaUNKrEOCkySLG9ACCGN5UW$L3JLBnjkWyur6I', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//JIWkxdwDqd3twjc4yfyQxnXkF$1zV9HilgEpEzcyPvEpge33hiCBNxHUJWHQkzh9
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//JIWkxdwDqd3twjc4yfyQxnXkF$1zV9HilgEpEzcyPvEpge33hiCBNxHUJWHQkzh9', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Cgy6QgggeM$PEnfg5rZCoPol1ji@pv$CPuyyCBBtayVPukgSbgWK5DMZKTU1mQQp
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Cgy6QgggeM$PEnfg5rZCoPol1ji@pv$CPuyyCBBtayVPukgSbgWK5DMZKTU1mQQp', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//xIpRexdoUUdIoFRUAABb1gD2w5C4UnnKrKJc$tMfxPhgQ8EFVqPjC8WcvLD$Fif2
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//xIpRexdoUUdIoFRUAABb1gD2w5C4UnnKrKJc$tMfxPhgQ8EFVqPjC8WcvLD$Fif2', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ijQpma8JirGemhUhjSeklJYl7YdUFO0F0CavYEJvGgTS7TGaNC8VyEvqZtB6dO9d
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ijQpma8JirGemhUhjSeklJYl7YdUFO0F0CavYEJvGgTS7TGaNC8VyEvqZtB6dO9d', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2B0uZmNsINC3N@WJEsM991omgkvQbATCkT17NXwvISuN9PEgXjEpDaJonSyiWfpM
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2B0uZmNsINC3N@WJEsM991omgkvQbATCkT17NXwvISuN9PEgXjEpDaJonSyiWfpM', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//alOilxGO1zLTnPFWRsHqqRK2o$IfZoBeHHm5bfBkR91geMPgVa53oIxCWuB6NsMd
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//alOilxGO1zLTnPFWRsHqqRK2o$IfZoBeHHm5bfBkR91geMPgVa53oIxCWuB6NsMd', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//qv0YqRNmDWT@QNjfJdUk6FwaYrjLgy5e$BITb2Wdb0wxGK1twLkTGyjCVenaAhVF
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//qv0YqRNmDWT@QNjfJdUk6FwaYrjLgy5e$BITb2Wdb0wxGK1twLkTGyjCVenaAhVF', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2ciFc8rjWqyc9oZsNJdR@GZAgwaiMWeT2VpVBtzAZivlPJBRbPEvig2r$$XlqyNy
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2ciFc8rjWqyc9oZsNJdR@GZAgwaiMWeT2VpVBtzAZivlPJBRbPEvig2r$$XlqyNy', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//JeCSfaLBNXR1a@$xoh4vQID0YiKxHiHEEyUMTe7SGhO2QotrRsLabI@ySd1P2uUT
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//JeCSfaLBNXR1a@$xoh4vQID0YiKxHiHEEyUMTe7SGhO2QotrRsLabI@ySd1P2uUT', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//a1TxkrvUZMooayuXDezZ0@NYM9SDsX1cnPNMqnhw903aPY$StTTtSQ5CilvplLhr
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//a1TxkrvUZMooayuXDezZ0@NYM9SDsX1cnPNMqnhw903aPY$StTTtSQ5CilvplLhr', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//rSj6NHBm$JK9wS8s53kqRLTJuNp0f2UtWl6eVnX0L$HH64OPhiNuDgtqO2mCjOVz
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//rSj6NHBm$JK9wS8s53kqRLTJuNp0f2UtWl6eVnX0L$HH64OPhiNuDgtqO2mCjOVz', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Vfczgk0NapaGFCIbe8BCP1BH86RbGp5QNiFIrRyG@JR5AOCVPg0sXm5CD1IksvRY
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Vfczgk0NapaGFCIbe8BCP1BH86RbGp5QNiFIrRyG@JR5AOCVPg0sXm5CD1IksvRY', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//febUzH74pRUojX8uil6rk3Cy1QcgPAUGCGX8QxU9yZxfyPMeuQy7ACoJ1O9Ak0ss
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//febUzH74pRUojX8uil6rk3Cy1QcgPAUGCGX8QxU9yZxfyPMeuQy7ACoJ1O9Ak0ss', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//tYL$ue7FB8noXFUNpjnM668hunnRqR2tKSxmK4S@H8h@@qvHEXNF@9ON0NQeFEil
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//tYL$ue7FB8noXFUNpjnM668hunnRqR2tKSxmK4S@H8h@@qvHEXNF@9ON0NQeFEil', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//CeidQ7I3Wp1z2vXUupeaHolPwScbPc@8$MUjEyrK36hRu9a4tMaWjqIsHx1NUxDc
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//CeidQ7I3Wp1z2vXUupeaHolPwScbPc@8$MUjEyrK36hRu9a4tMaWjqIsHx1NUxDc', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//M60H2nff6htrSn0pkltsJR1BB$LKNN2yguSPbxG002RtkEhTex6g7raNzL8vDhah
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//M60H2nff6htrSn0pkltsJR1BB$LKNN2yguSPbxG002RtkEhTex6g7raNzL8vDhah', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//D3ETNJlgxx86YRWT7GfyfN5vQ5rKFJ13X8KryfP3idli$mmyh0VhYWUTTH@U@IQx
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//D3ETNJlgxx86YRWT7GfyfN5vQ5rKFJ13X8KryfP3idli$mmyh0VhYWUTTH@U@IQx', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Au5otJEDw0JLhjsB1EyfYfarkkNIier2L7C44O5dTEysMMzQIUKF6CVZ88J1$x09
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Au5otJEDw0JLhjsB1EyfYfarkkNIier2L7C44O5dTEysMMzQIUKF6CVZ88J1$x09', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//WQY$F$jMQyXNiHCsAaGKzOCRrbWDegBYUTSIj1mrjFTHRy758Xdy3lAL8jxPfsM$
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//WQY$F$jMQyXNiHCsAaGKzOCRrbWDegBYUTSIj1mrjFTHRy758Xdy3lAL8jxPfsM$', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Dp5gVYj35ixUoXbHvCPybDXOf6yK4CFaLLZ3s$IRAMCF2ITDJnvqvghmjE1AWcYZ
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Dp5gVYj35ixUoXbHvCPybDXOf6yK4CFaLLZ3s$IRAMCF2ITDJnvqvghmjE1AWcYZ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//6Zrw466PVWIu7gY9dQPoAxCMUCSV$ovFqoh@y5DmpaM37rD@uTAhlXDLAHIWH1ys
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//6Zrw466PVWIu7gY9dQPoAxCMUCSV$ovFqoh@y5DmpaM37rD@uTAhlXDLAHIWH1ys', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//rDwCdpkmnv1pRMwO4FaupxAtK1pNWu4BGJ2hkdi7UcH$Guz5q9T15SWizLNtUAc6
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//rDwCdpkmnv1pRMwO4FaupxAtK1pNWu4BGJ2hkdi7UcH$Guz5q9T15SWizLNtUAc6', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//b5i$b7g3q786KSANnmdRXYGhnz8F1eC8ZePEWBDjjsisEYnl9lpZd4l6F$yP6i45
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//b5i$b7g3q786KSANnmdRXYGhnz8F1eC8ZePEWBDjjsisEYnl9lpZd4l6F$yP6i45', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//CaD1$KMla$FpUJBFMsSnb$W05mfg@V2NY@di8BmCyiHG9la4g46DDPJPpEFEklsQ
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//CaD1$KMla$FpUJBFMsSnb$W05mfg@V2NY@di8BmCyiHG9la4g46DDPJPpEFEklsQ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//03dAyCnasW1qbEzWByeH4WgyEhNDoIIiOvq2YlvH13GIYSTDRlUX$zygKYXsLaYo
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//03dAyCnasW1qbEzWByeH4WgyEhNDoIIiOvq2YlvH13GIYSTDRlUX$zygKYXsLaYo', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//tS5nCbxCd10Nck6T9ADSeWcCeeRtO21TztRlM3LDmpcOAg41QWUhhj6$4Y8Jj1yI
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//tS5nCbxCd10Nck6T9ADSeWcCeeRtO21TztRlM3LDmpcOAg41QWUhhj6$4Y8Jj1yI', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//97STLBrteyJeWNyP9nVLQYVUmlPTHrsay@be$GejFdUnKAiGQbL15lav6evZlXrK
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//97STLBrteyJeWNyP9nVLQYVUmlPTHrsay@be$GejFdUnKAiGQbL15lav6evZlXrK', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Wc3kowcJjUVH0h9Fzv8yUVrBBE0M4iRvtVVoAo1Oz0vjfYApHEdK@dE7nK7ixWV5
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Wc3kowcJjUVH0h9Fzv8yUVrBBE0M4iRvtVVoAo1Oz0vjfYApHEdK@dE7nK7ixWV5', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Boseii@qmDu5Dxgtnx5MQigEGE4aK3HZ9rZtqfv5KvALJ4bsNu4ILeDtpq60PkAG
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Boseii@qmDu5Dxgtnx5MQigEGE4aK3HZ9rZtqfv5KvALJ4bsNu4ILeDtpq60PkAG', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//1y7zSVHdUmcD6RR6zfPu1Qb0BQe24gy0gMB1ZfszyNRMjxINGI5hL553NURgFvYq
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//1y7zSVHdUmcD6RR6zfPu1Qb0BQe24gy0gMB1ZfszyNRMjxINGI5hL553NURgFvYq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//yHPIL4jNRFpmacJ7DxfmUg$4XRfJSKbHEe0QhKikV9DV9NQS1mBVD7jjou1oADti
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//yHPIL4jNRFpmacJ7DxfmUg$4XRfJSKbHEe0QhKikV9DV9NQS1mBVD7jjou1oADti', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//GtqaEY1MZT8ujMUe9RrrWpfAD82GF8lbWB2DWG5KpU8Q$fAa3OxJFLx9w9WAmENY
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//GtqaEY1MZT8ujMUe9RrrWpfAD82GF8lbWB2DWG5KpU8Q$fAa3OxJFLx9w9WAmENY', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//TN$GFqvZpmsudo1b7T8V5Yj2h3h9crqFV9Rh0oElfReJfrUVBm6EkZLuOiuBlQNq
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//TN$GFqvZpmsudo1b7T8V5Yj2h3h9crqFV9Rh0oElfReJfrUVBm6EkZLuOiuBlQNq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//4gLOOgmjMxKZ7QHQGhwsdhSheErqxC4RIwcDawtjP8GA2TGV7re$c@qjpE$tlEmu
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//4gLOOgmjMxKZ7QHQGhwsdhSheErqxC4RIwcDawtjP8GA2TGV7re$c@qjpE$tlEmu', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//CBuryrI0wlksNPe3dICAVbUcbxVccALtTVoXWcD02KzYRjZ$oj8uM90hw$97lDRA
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//CBuryrI0wlksNPe3dICAVbUcbxVccALtTVoXWcD02KzYRjZ$oj8uM90hw$97lDRA', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//RrC6ClgaYDtZzj8xsv@q$scXpklvfIVcxdePD$gsDAxyNDqSUxCUTaQryPPHkxFv
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//RrC6ClgaYDtZzj8xsv@q$scXpklvfIVcxdePD$gsDAxyNDqSUxCUTaQryPPHkxFv', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Z6FfxTORaTBImr3L@FR3jIQNDBs0MvIcwotvg6v6SmCeJzPPeolDtCV3WkEImZP@
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Z6FfxTORaTBImr3L@FR3jIQNDBs0MvIcwotvg6v6SmCeJzPPeolDtCV3WkEImZP@', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//bi@k6XR0tBljkOosFpaD$uSMkTXtXsFdG$B1b8TpovMw8opTHlh2$g49C76YetdT
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//bi@k6XR0tBljkOosFpaD$uSMkTXtXsFdG$B1b8TpovMw8opTHlh2$g49C76YetdT', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//3kEIJLIhgA1yUG5VCL1iyizWvGidXSRR8EIVMkEPwbuKU4nS$7vD3I9ORXZoS$gQ
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//3kEIJLIhgA1yUG5VCL1iyizWvGidXSRR8EIVMkEPwbuKU4nS$7vD3I9ORXZoS$gQ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//R5XmhyhjIq2U52gFHr4znwv5ZVR$qtEtoDXTw0GhdL5csKWH2Q4IhzMiIOCJiAfm
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//R5XmhyhjIq2U52gFHr4znwv5ZVR$qtEtoDXTw0GhdL5csKWH2Q4IhzMiIOCJiAfm', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//@62cbUe@OQRwGy$aruJPay4hYdFG8Ok@q$2pDf40ktL$2Pb@LCUYzc@I4Khq7oqK
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//@62cbUe@OQRwGy$aruJPay4hYdFG8Ok@q$2pDf40ktL$2Pb@LCUYzc@I4Khq7oqK', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//fMLOUAR$ldVU4qH7c2HTjwElOyPpfBTtSw6IxftSpPdoKtyBUodp2@NVl7fs68lM
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//fMLOUAR$ldVU4qH7c2HTjwElOyPpfBTtSw6IxftSpPdoKtyBUodp2@NVl7fs68lM', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//oLe$iCucawjYyfB$qZBTgJRFxvfbVOU7Vk6ArwkqBCOtIkH$@xHCqWnguP63bDGJ
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//oLe$iCucawjYyfB$qZBTgJRFxvfbVOU7Vk6ArwkqBCOtIkH$@xHCqWnguP63bDGJ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//0DjFWDchO$rCDZYQB6$FZ6yvZ5iny9E5I29Lx3nh8BKeDi526DILawG8eOwNI1Ue
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//0DjFWDchO$rCDZYQB6$FZ6yvZ5iny9E5I29Lx3nh8BKeDi526DILawG8eOwNI1Ue', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Kvxc2H95fNjayF5lAWZ6TdexDKu3BPlOP$agdDYTFmApri7458xV@f9L6OVQOLl9
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Kvxc2H95fNjayF5lAWZ6TdexDKu3BPlOP$agdDYTFmApri7458xV@f9L6OVQOLl9', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Xz2DvN9mfkzqiyTWSiUZkUZ0Ge0SarR2IP6qC@cIR9qyD5j@Puj0KQ76Gljyu5SH
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Xz2DvN9mfkzqiyTWSiUZkUZ0Ge0SarR2IP6qC@cIR9qyD5j@Puj0KQ76Gljyu5SH', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//AieeNn7vzi7wm@T@on9UrHtv1vpPkMDkkTP8GIc3Rpf4pZBSsmtc8jTmU3LcBwcT
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//AieeNn7vzi7wm@T@on9UrHtv1vpPkMDkkTP8GIc3Rpf4pZBSsmtc8jTmU3LcBwcT', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//1Kryu0bzy5RrgPHz0eg2qtSXPkJaI7gmgkRiO0Pi4d1Skb3oeKXIMImV@ZrnSUvQ
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//1Kryu0bzy5RrgPHz0eg2qtSXPkJaI7gmgkRiO0Pi4d1Skb3oeKXIMImV@ZrnSUvQ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//1Oa9bA5RbFQhARsScLR3gFw7WfYmIySnzv5kO72frAUxkZpZquLbKn3VW6PlGpJw
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//1Oa9bA5RbFQhARsScLR3gFw7WfYmIySnzv5kO72frAUxkZpZquLbKn3VW6PlGpJw', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//9gzwtceMoxn5p2d6j@hEQSoQnKxcMBKcZRPcQyOnxH0HCq3lWuDHbo29QU8r8YFw
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//9gzwtceMoxn5p2d6j@hEQSoQnKxcMBKcZRPcQyOnxH0HCq3lWuDHbo29QU8r8YFw', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//3sQKEtrCyT4CCdDOFkJJlPXmhsuY$cqKLPAIs6Gfkn9VzAyXsEsQrkArkPmyBa6A
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//3sQKEtrCyT4CCdDOFkJJlPXmhsuY$cqKLPAIs6Gfkn9VzAyXsEsQrkArkPmyBa6A', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//wjeVC9Zxa7bfa2V5eZCV@wSx6W$bcp$u5Oq2WEJtwwQfHied@JiKqrAg0NxoQhKl
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//wjeVC9Zxa7bfa2V5eZCV@wSx6W$bcp$u5Oq2WEJtwwQfHied@JiKqrAg0NxoQhKl', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//kSjnVXH6bHpUP95ncTOF9KNyUSV40juPFf9v6onsGgzWD4vNDtR$Ky09LUTusfFC
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//kSjnVXH6bHpUP95ncTOF9KNyUSV40juPFf9v6onsGgzWD4vNDtR$Ky09LUTusfFC', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//tyjEdeDAyz295GfqD895qO7b9RV$k0cZXjgmIX8F@sGMfpBcr@QaWQQkET03Qgvo
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//tyjEdeDAyz295GfqD895qO7b9RV$k0cZXjgmIX8F@sGMfpBcr@QaWQQkET03Qgvo', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//KfVgnFHv58P54j5LZuNi5382q7MbPEeJI8ADsdwJjT@S9iV4dmOxSZqN0Egx7PpW
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//KfVgnFHv58P54j5LZuNi5382q7MbPEeJI8ADsdwJjT@S9iV4dmOxSZqN0Egx7PpW', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//WqtYqn2NHRQP0Qk8WQajbKgVNAZ6paDkAGPha3e00GdL46FiddYEApvVaFG2WS4s
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//WqtYqn2NHRQP0Qk8WQajbKgVNAZ6paDkAGPha3e00GdL46FiddYEApvVaFG2WS4s', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//lp7n6mhj1qO434YduCuNoc@JS4d9IT4I9AclcDJ8cR714EIa$LJuUKw9WuBtJiLB
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//lp7n6mhj1qO434YduCuNoc@JS4d9IT4I9AclcDJ8cR714EIa$LJuUKw9WuBtJiLB', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//fCkTA5L141Kd$2rM4UX5o10qCYBTZ2eMtmZ73TqfbV$$VQiW5RidDBFnSF@$t0Vh
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//fCkTA5L141Kd$2rM4UX5o10qCYBTZ2eMtmZ73TqfbV$$VQiW5RidDBFnSF@$t0Vh', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Hk0JOqFmRNs0@$XPt6KQZYlmJvnnnuQoRf1cDIOLM7xfsRhZbzyhpGqJRXLZMNsT
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Hk0JOqFmRNs0@$XPt6KQZYlmJvnnnuQoRf1cDIOLM7xfsRhZbzyhpGqJRXLZMNsT', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//7RefbLI891diHQkoLv6oakqJV8WImnUMJ90Z0Xs0yjIhVLGxO2i7GjhGeIfJDRgQ
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//7RefbLI891diHQkoLv6oakqJV8WImnUMJ90Z0Xs0yjIhVLGxO2i7GjhGeIfJDRgQ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//F1rhdGHWr@2D@$Iw1RvIttXqsaMDT97hhEfDwdTVm6vbRAnjOToAnHbzvhtsL4CJ
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//F1rhdGHWr@2D@$Iw1RvIttXqsaMDT97hhEfDwdTVm6vbRAnjOToAnHbzvhtsL4CJ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//dHzCaH3JByDDxvvFGel2G2pZQaSc2x8qE$px4zJHmDtg4A86ikkKn7ayB3oKztC8
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//dHzCaH3JByDDxvvFGel2G2pZQaSc2x8qE$px4zJHmDtg4A86ikkKn7ayB3oKztC8', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//QeePD3BDDkDD6iuF1fZ9icxKqo$KBln@cAX7vnrP@iLfJ$FLrbAqyLXljK2ary2o
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//QeePD3BDDkDD6iuF1fZ9icxKqo$KBln@cAX7vnrP@iLfJ$FLrbAqyLXljK2ary2o', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//0Y$BQCsYiGilruPfb9oQHerlDDLM34duQ1SgpVPLZ2g@Nd8zzxLZLxYIpWfpX7GB
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//0Y$BQCsYiGilruPfb9oQHerlDDLM34duQ1SgpVPLZ2g@Nd8zzxLZLxYIpWfpX7GB', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Twe0HsusjykkuZNI1mjTISb@gKGptFyn6w7fX3eNU3STVi@I7yBYRIaL7XN3ABbY
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Twe0HsusjykkuZNI1mjTISb@gKGptFyn6w7fX3eNU3STVi@I7yBYRIaL7XN3ABbY', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//gr2RQ8N0hinBpfhDnIioNetVIsRVIvqk$J7hXlZPTuOjOVEvpQAh69hzI6BgFOtP
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//gr2RQ8N0hinBpfhDnIioNetVIsRVIvqk$J7hXlZPTuOjOVEvpQAh69hzI6BgFOtP', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//7Vos0EAORC3u0XNnlw2ay4AV26amlmIKuAb9Uja8GNKFi9MaSjNMjQe@ZLrRFY66
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//7Vos0EAORC3u0XNnlw2ay4AV26amlmIKuAb9Uja8GNKFi9MaSjNMjQe@ZLrRFY66', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//7lu87r9u2M8Kmy0n62jtSfnvJSI@bSWpsdvZBJHec$HBtM5GeBUDluLjz3ngp9cF
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//7lu87r9u2M8Kmy0n62jtSfnvJSI@bSWpsdvZBJHec$HBtM5GeBUDluLjz3ngp9cF', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//4UX4wNaZN@glEHT1NLCde4soF3OrK8gStMLzTVS77eVipAZgCX5wa$qwWhAqgNLx
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//4UX4wNaZN@glEHT1NLCde4soF3OrK8gStMLzTVS77eVipAZgCX5wa$qwWhAqgNLx', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//cPP45bNBMrJTdxyv9GKvkWpOe7WAyl60VPEIjACZLmOc7RbE$2124rU@PVe4Fje8
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//cPP45bNBMrJTdxyv9GKvkWpOe7WAyl60VPEIjACZLmOc7RbE$2124rU@PVe4Fje8', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//3v2WBWBsuPKa9K4cWmiMHJit4Pk6IBQ@2OOTxlBxV2MzuveEE1M8JCg4o4yGiV@y
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//3v2WBWBsuPKa9K4cWmiMHJit4Pk6IBQ@2OOTxlBxV2MzuveEE1M8JCg4o4yGiV@y', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//OXYGt1H8e1l0X3fLGLaqc0dUWUsc2IsCPLZMwxV9yfFZtIB1BSDWcscr9WluTrJF
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//OXYGt1H8e1l0X3fLGLaqc0dUWUsc2IsCPLZMwxV9yfFZtIB1BSDWcscr9WluTrJF', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//dpEVIUM12MRJQFZtKYwcSexV8eInxDJtmxEW1ThAD$lCft$98xrqMYGAP7SQz88F
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//dpEVIUM12MRJQFZtKYwcSexV8eInxDJtmxEW1ThAD$lCft$98xrqMYGAP7SQz88F', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//FyjPPuwgPbCO@08X588Vkasbp8iN4bHxgbT4sAprNKOqJ6YjiP5M0re@vIliCz6s
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//FyjPPuwgPbCO@08X588Vkasbp8iN4bHxgbT4sAprNKOqJ6YjiP5M0re@vIliCz6s', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//IuDdhA0vDkqQMOjt$534VExZPMeslvQ@KM3dt@RZ17Zw6ar$U2TBQzBAygqugYSc
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//IuDdhA0vDkqQMOjt$534VExZPMeslvQ@KM3dt@RZ17Zw6ar$U2TBQzBAygqugYSc', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//1D4Gehf8rUY$YsOI$gq@mVp8Ownp5YLXXuCbxgplJcq58nOTprwZMc9sj0OCgX9J
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//1D4Gehf8rUY$YsOI$gq@mVp8Ownp5YLXXuCbxgplJcq58nOTprwZMc9sj0OCgX9J', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//hDcpoMckuEjCMEtqhWnHvd8GnDi7Zi2pVkEHbZDQsE5$90SiRgrfW1a30LCz6ryk
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//hDcpoMckuEjCMEtqhWnHvd8GnDi7Zi2pVkEHbZDQsE5$90SiRgrfW1a30LCz6ryk', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//MDCfmjn5Ym5jw$KRld$LkxpagrOIoBy231NYLAtAzYGKj$qbRops1egiTSkdtRNo
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//MDCfmjn5Ym5jw$KRld$LkxpagrOIoBy231NYLAtAzYGKj$qbRops1egiTSkdtRNo', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//aZK1Axj75LgIKJKeHa3ciW9SnaxmR1fTqz63v1HislIV@NpZB5$BaDvYeZtf0E$n
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//aZK1Axj75LgIKJKeHa3ciW9SnaxmR1fTqz63v1HislIV@NpZB5$BaDvYeZtf0E$n', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//mqzSRJ9zyZJ0uxkxyeSVNE3VtTwcjNDVUz0e7PT3QyEP126M3AUjWvf7uzQKvZrB
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//mqzSRJ9zyZJ0uxkxyeSVNE3VtTwcjNDVUz0e7PT3QyEP126M3AUjWvf7uzQKvZrB', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//A3LheiaSHYAjXfrU4$vm5au93ku7vNkEHhAjr81H1HkQ7lz@fV1zcoWVrFpFvxS7
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//A3LheiaSHYAjXfrU4$vm5au93ku7vNkEHhAjr81H1HkQ7lz@fV1zcoWVrFpFvxS7', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//OSkCqkD8GrkAKxCnHlseSVvjLK29nKnZxXbGj7Tak4qFNMsi6enDKRriqZDfEFJy
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//OSkCqkD8GrkAKxCnHlseSVvjLK29nKnZxXbGj7Tak4qFNMsi6enDKRriqZDfEFJy', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//adHPfxK8Yf1E9vK$tuKRC2pByKPELvzOzNKOs$2Gjb5BXveGZdTvtMjIaub82658
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//adHPfxK8Yf1E9vK$tuKRC2pByKPELvzOzNKOs$2Gjb5BXveGZdTvtMjIaub82658', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//VOAZnIE4Yvp5Z1E9MakCufN0c2lF6bRahqN9JrsWgkmdo1AVV8iOE76PF0l38FJO
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//VOAZnIE4Yvp5Z1E9MakCufN0c2lF6bRahqN9JrsWgkmdo1AVV8iOE76PF0l38FJO', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//LyF2I0uQOfNwuxtlcW$Le4JBrOFLu3O7y4oJQdyhfrT4$F88Fgn2vPynM69LuSYS
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//LyF2I0uQOfNwuxtlcW$Le4JBrOFLu3O7y4oJQdyhfrT4$F88Fgn2vPynM69LuSYS', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//4eTEWLyLiFYnzB2LlbdCbnY8uOuyHBAbtNeyfxHSho@2Su@bZin3lKgne9w0yp8x
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//4eTEWLyLiFYnzB2LlbdCbnY8uOuyHBAbtNeyfxHSho@2Su@bZin3lKgne9w0yp8x', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//VXUzWp4W4j6GdkpLlOKJtPPoapK6B$l69G@cCLlGt0$UXr50HG68z0EUznrd5Z1y
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//VXUzWp4W4j6GdkpLlOKJtPPoapK6B$l69G@cCLlGt0$UXr50HG68z0EUznrd5Z1y', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//J0UoyEU2ZvYee3Oa3IHylZn6MFQUnxufR1Sb0pUf2kcvWlcYqr1lzkopW9vq0oAK
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//J0UoyEU2ZvYee3Oa3IHylZn6MFQUnxufR1Sb0pUf2kcvWlcYqr1lzkopW9vq0oAK', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2Kv1YlIJv0zQ9pMHlJyv2bWye0c8FLs@HaLIQv78KU6m4Yg5$L4bjDn6Ct$FIXym
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2Kv1YlIJv0zQ9pMHlJyv2bWye0c8FLs@HaLIQv78KU6m4Yg5$L4bjDn6Ct$FIXym', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//a8BMKheQxYuWdVM3wmv6m3FlCeFvxJkfMGhji$hSLDU0PRYucUuOqVVoSP3JZIQJ
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//a8BMKheQxYuWdVM3wmv6m3FlCeFvxJkfMGhji$hSLDU0PRYucUuOqVVoSP3JZIQJ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//b@7pflu3$l1Ro1xJhwfg4@iGScJ5@chZ@I$EcveG51PKZTO4EUbswPZZc@b0Zgfe
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//b@7pflu3$l1Ro1xJhwfg4@iGScJ5@chZ@I$EcveG51PKZTO4EUbswPZZc@b0Zgfe', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//xs1LWeIzcc1unox$6dKbxtP1KSSwPV6GYpZpwt4X1B@ld03FYG2gIOJdYBUZQRPl
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//xs1LWeIzcc1unox$6dKbxtP1KSSwPV6GYpZpwt4X1B@ld03FYG2gIOJdYBUZQRPl', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//lafkM5k2FxoKpcjSofDKYpeZAsR8SkdFBQBDFVITAqYQqXvbtgtKn@riSSc8RTek
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//lafkM5k2FxoKpcjSofDKYpeZAsR8SkdFBQBDFVITAqYQqXvbtgtKn@riSSc8RTek', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//AQJh1FB2@vlREi@l14cfFrRKYBmj3Mf7Waj5O@kpoE6cclXgTyYJQxqHY0l3OU3@
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//AQJh1FB2@vlREi@l14cfFrRKYBmj3Mf7Waj5O@kpoE6cclXgTyYJQxqHY0l3OU3@', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//zRu8@k9dsdtSGjGdKogerGOgWjdnM7c@iKRRMn0tzQGmCPQcLSghjAkJKPAFuu4n
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//zRu8@k9dsdtSGjGdKogerGOgWjdnM7c@iKRRMn0tzQGmCPQcLSghjAkJKPAFuu4n', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//gB8we9eIXT6eHaofp27BfTSFcbzeY9$vQP@fitsPRyOeVUNPhixJ0YSbDYSJywoN
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//gB8we9eIXT6eHaofp27BfTSFcbzeY9$vQP@fitsPRyOeVUNPhixJ0YSbDYSJywoN', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//sG2duRHusPWmQSXodRyYcgopQ@Vmf8zJwcGGVLB3x1mJn5h$Y@Qd8S64HYY07hTZ
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//sG2duRHusPWmQSXodRyYcgopQ@Vmf8zJwcGGVLB3x1mJn5h$Y@Qd8S64HYY07hTZ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2mJ3UjRJtOmJJn$7oMV$mGBuKa$PWOHYX7MvB9M9$0tv3LD27jXX1CYjCtFE7tg4
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2mJ3UjRJtOmJJn$7oMV$mGBuKa$PWOHYX7MvB9M9$0tv3LD27jXX1CYjCtFE7tg4', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ySxM6haBGvsaWjnuYDClzX8r2HDZMAr9xyFOPCAcBZtSKKJ1x5nDsjGTwyBn08ch
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ySxM6haBGvsaWjnuYDClzX8r2HDZMAr9xyFOPCAcBZtSKKJ1x5nDsjGTwyBn08ch', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//awk8VFiqhQyYKETZwmHGgpA24pFZnNm9977jd46UblXxsDVBGO5shZ@DPFXxuXCp
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//awk8VFiqhQyYKETZwmHGgpA24pFZnNm9977jd46UblXxsDVBGO5shZ@DPFXxuXCp', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//gtAdwdi5JTK1itQIxuIkAPEe4ArBAtWqezV$G9jd9nQLFkXsofvWqrtuBFIvMfnz
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//gtAdwdi5JTK1itQIxuIkAPEe4ArBAtWqezV$G9jd9nQLFkXsofvWqrtuBFIvMfnz', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//pv1AFYareajkY6Pa@62TcQD8fgS$R4XzvAGiYD2lyGbTUN0yriEuhpLoEIjEPHSS
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//pv1AFYareajkY6Pa@62TcQD8fgS$R4XzvAGiYD2lyGbTUN0yriEuhpLoEIjEPHSS', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//5oY6d6kD4ylikFzyaHJXyP4h5ggQ55kDzYwZQBiR2Jark@BV@$UHuRzXge9ox9vA
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//5oY6d6kD4ylikFzyaHJXyP4h5ggQ55kDzYwZQBiR2Jark@BV@$UHuRzXge9ox9vA', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Rcbb02jZk40@g6r5Vf09eHybhLe784zvvQ7ADHB9PHqjw8oXmzXdM0bP41F0@Uoa
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Rcbb02jZk40@g6r5Vf09eHybhLe784zvvQ7ADHB9PHqjw8oXmzXdM0bP41F0@Uoa', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//YTpS1NNmYTR5NOPSZiGpr5iskG1Ue9botHQuXTP9VdrgHQH4o$cQ9aeOwFyKLufh
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//YTpS1NNmYTR5NOPSZiGpr5iskG1Ue9botHQuXTP9VdrgHQH4o$cQ9aeOwFyKLufh', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//pek50bQlfayzX3lZ$AcWzTPPSqk6HJPevnd096B4lglucxLWxX@fE5wv3m9kpwau
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//pek50bQlfayzX3lZ$AcWzTPPSqk6HJPevnd096B4lglucxLWxX@fE5wv3m9kpwau', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//q238JtZaDaPkmfYZP5B@n7yBGIdGDMHtPooKiZvL0g@0ibAJD@gqoK4DtpDSPoyb
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//q238JtZaDaPkmfYZP5B@n7yBGIdGDMHtPooKiZvL0g@0ibAJD@gqoK4DtpDSPoyb', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//JfvwwW$3yWYuTRLWVhcJ7TUonU00M4$tpT2ag79bqvayPsQDU$e2yL7YHj3UqPsu
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//JfvwwW$3yWYuTRLWVhcJ7TUonU00M4$tpT2ag79bqvayPsQDU$e2yL7YHj3UqPsu', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Kwa@iXVBah1RlcG6bpevAwvKyjKb685$DbIAcjJrI$o2xSAL9ClIC73qD80nakBg
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Kwa@iXVBah1RlcG6bpevAwvKyjKb685$DbIAcjJrI$o2xSAL9ClIC73qD80nakBg', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//h$AkJ6ZKv8M6WjE4a14N3VryxbAF$NUvp9PTegIeJuAUdIYJTA$V1v3Zae3B80cH
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//h$AkJ6ZKv8M6WjE4a14N3VryxbAF$NUvp9PTegIeJuAUdIYJTA$V1v3Zae3B80cH', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//uTm8SKMEWkIhSWsEfVX10W8WWChh5CNXKRbD7i2QRf33uSe5ioVeHNelFpk$mreb
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//uTm8SKMEWkIhSWsEfVX10W8WWChh5CNXKRbD7i2QRf33uSe5ioVeHNelFpk$mreb', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//CkPJHUvVQeLrdGANPJwF9rdDCYUva6a5E2DOHDvd6b80Ujk3a5ORc6eg7nJ9gKsv
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//CkPJHUvVQeLrdGANPJwF9rdDCYUva6a5E2DOHDvd6b80Ujk3a5ORc6eg7nJ9gKsv', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//RmiNo0iZYfNiYRPwf8nz1xctheWnBoVW8qCbzuwpeJ2i73VvWHDrIBCspd5GBjRq
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//RmiNo0iZYfNiYRPwf8nz1xctheWnBoVW8qCbzuwpeJ2i73VvWHDrIBCspd5GBjRq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//@uSlPh6MFdxfuXom2aXaOgQL4Utp6KGNVn4ij3dOvqZIRUOuW4LHFAxdyaGfB0RH
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//@uSlPh6MFdxfuXom2aXaOgQL4Utp6KGNVn4ij3dOvqZIRUOuW4LHFAxdyaGfB0RH', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Sx6ENawuWE1pGQ1Lp5uTTg@hVR9lcPuItNUBTZ@t8tUD93FwhLDrOyw0s68giOP@
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Sx6ENawuWE1pGQ1Lp5uTTg@hVR9lcPuItNUBTZ@t8tUD93FwhLDrOyw0s68giOP@', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//9hlZJPs8vQ@QAdxlTHlcrtGioURu4LnTRUbYyf8oDScnY9lWb@PlFgieU5aCdnjq
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//9hlZJPs8vQ@QAdxlTHlcrtGioURu4LnTRUbYyf8oDScnY9lWb@PlFgieU5aCdnjq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//te66rqpMy2tlqijC4fIjt$dpsbdmXpHW3VNdw6H4gsGqBZ1lBM2qTNIWZ14qPTWo
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//te66rqpMy2tlqijC4fIjt$dpsbdmXpHW3VNdw6H4gsGqBZ1lBM2qTNIWZ14qPTWo', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//iwz3kqND56mTs7rYWPY$rmmopJE7KrJdLXQe0YoUfWNb352PotP0o@e@RWexWbez
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//iwz3kqND56mTs7rYWPY$rmmopJE7KrJdLXQe0YoUfWNb352PotP0o@e@RWexWbez', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//w2QJRtORhyzYb8Bm99uKnAoQU0K8QH1Ze8uNsihnORuVMRfm6PxNQVtLr8k8uAk5
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//w2QJRtORhyzYb8Bm99uKnAoQU0K8QH1Ze8uNsihnORuVMRfm6PxNQVtLr8k8uAk5', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//nmwDseNm$9R$4XII9GHEaBkkzfngXajDXspu5bvhKJvf1hz9V@24G9kcFL17JI4l
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//nmwDseNm$9R$4XII9GHEaBkkzfngXajDXspu5bvhKJvf1hz9V@24G9kcFL17JI4l', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//6HcbOshzg7ihxbIprlN23JYJMwI3cPpX@MTFJ8BJNVavgi4aVaG5eeMlHPUlPfDT
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//6HcbOshzg7ihxbIprlN23JYJMwI3cPpX@MTFJ8BJNVavgi4aVaG5eeMlHPUlPfDT', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Iom@ITyFuVqnQWqv1YZuUU74LBtojN6a9t24B3WAnQVksTHhdt4Mesw@fj9sg9wT
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Iom@ITyFuVqnQWqv1YZuUU74LBtojN6a9t24B3WAnQVksTHhdt4Mesw@fj9sg9wT', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//bk843R5juFiye3YJNl8s3KZfx5O@k3d9clKppjL2C8iT58a0Pty9CfvJqig6vpHo
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//bk843R5juFiye3YJNl8s3KZfx5O@k3d9clKppjL2C8iT58a0Pty9CfvJqig6vpHo', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//s73LS3LfNDG@wWt8bxoWTwtdTKohfcA8rVp5viWFGSZIJNFI2idiym6VjbSKCvy7
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//s73LS3LfNDG@wWt8bxoWTwtdTKohfcA8rVp5viWFGSZIJNFI2idiym6VjbSKCvy7', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//PnXJqNLWeGppBOCirjspeisRflcC6RNEPf5@PMXCfE90KWUAFr55nBw6RkM@nZ82
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//PnXJqNLWeGppBOCirjspeisRflcC6RNEPf5@PMXCfE90KWUAFr55nBw6RkM@nZ82', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Dv594kWEJafmSTX3poJrWmulM3uyEtNwmvvbgTlao482OTuzbAmurFKWObWKASXt
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Dv594kWEJafmSTX3poJrWmulM3uyEtNwmvvbgTlao482OTuzbAmurFKWObWKASXt', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//cnfY02fHvs7vEKGaPFWmzgkYa3HjsP0LL7OQRoFZ9cnzSxsbVNNMMW9WR9nvOhT7
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//cnfY02fHvs7vEKGaPFWmzgkYa3HjsP0LL7OQRoFZ9cnzSxsbVNNMMW9WR9nvOhT7', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//hjQSDYCO1@LVRiuizUn6HGpcGkpBkD8rurQXL3rzIwYV3pqxnDdOm6mFhyINTT46
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//hjQSDYCO1@LVRiuizUn6HGpcGkpBkD8rurQXL3rzIwYV3pqxnDdOm6mFhyINTT46', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//GRGsymYp0kDta8JAAoBPUfGV6u0U1AErLhAmCZMiGxr5NKuSwu8C9BI3tN8qYm7U
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//GRGsymYp0kDta8JAAoBPUfGV6u0U1AErLhAmCZMiGxr5NKuSwu8C9BI3tN8qYm7U', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//SqbseDpDPbbpQrUoA1WDWvnndK9lrIXP$TLO9lsMmu$PFq$jq1OM5P@3PF@H1@aK
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//SqbseDpDPbbpQrUoA1WDWvnndK9lrIXP$TLO9lsMmu$PFq$jq1OM5P@3PF@H1@aK', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//gCakuSPnEMQ1DcqANWX8qW4TKw6476GWzT0gNhhb3SXM8Bykz$u6gq57XYjlHor9
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//gCakuSPnEMQ1DcqANWX8qW4TKw6476GWzT0gNhhb3SXM8Bykz$u6gq57XYjlHor9', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//wiO3PH2fCvmSyM@CTdvz@1FcrY@G12c6zXfqdS3WZXEVYW2eUQMoR5Ok0XohHf$k
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//wiO3PH2fCvmSyM@CTdvz@1FcrY@G12c6zXfqdS3WZXEVYW2eUQMoR5Ok0XohHf$k', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//VxXhAC28kScJoYycl8swax27E@0YEEhxR6sDZRFANdRhD1yCZ1vQnemFxyziN$qo
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//VxXhAC28kScJoYycl8swax27E@0YEEhxR6sDZRFANdRhD1yCZ1vQnemFxyziN$qo', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//0xzVWqGlHgrOqtO8Tlxtq0sHLyf6CkKecgHmrWg3omhj2uBt00hGuULtDSuNpkyx
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//0xzVWqGlHgrOqtO8Tlxtq0sHLyf6CkKecgHmrWg3omhj2uBt00hGuULtDSuNpkyx', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//D7svyXBG7V1eDMd1Ci9PpM8iFW2QeaOrE4AUGSfK31GxlQe7fVl1CY7EDQNjnuTU
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//D7svyXBG7V1eDMd1Ci9PpM8iFW2QeaOrE4AUGSfK31GxlQe7fVl1CY7EDQNjnuTU', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//hR$Hcc$AMreVIyeQ$dMDc5dGJYz4POD8zPJOGTLzh$ByZhXgzWALT43RiNPRfhZb
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//hR$Hcc$AMreVIyeQ$dMDc5dGJYz4POD8zPJOGTLzh$ByZhXgzWALT43RiNPRfhZb', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//PewXQohr5legGlZRVWJoVLkOwl$$Y8iH7mNCFAToKlMXJUjTcB@doXFYrNEGTFw7
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//PewXQohr5legGlZRVWJoVLkOwl$$Y8iH7mNCFAToKlMXJUjTcB@doXFYrNEGTFw7', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:01] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//DfJWdSi7gq6cvOOsQb50UkQzO0N9tfjlcgsJ9xdbn@nYr94hzsJWuUGcDZo5cIOr
[31/Mar/2024 07:38:01] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//DfJWdSi7gq6cvOOsQb50UkQzO0N9tfjlcgsJ9xdbn@nYr94hzsJWuUGcDZo5cIOr', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ejnm$XTyw6yo@w8k8tJAacKcvinXMd5WzcoZfOwHel8@M@JyffrRrBB2CTGFLCIx
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ejnm$XTyw6yo@w8k8tJAacKcvinXMd5WzcoZfOwHel8@M@JyffrRrBB2CTGFLCIx', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//@10X5UIWtXh$rKYvachVS0xiui1GC7P$VhVx3W8yfxnkviBD5YivUHI$3mtE1frb
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//@10X5UIWtXh$rKYvachVS0xiui1GC7P$VhVx3W8yfxnkviBD5YivUHI$3mtE1frb', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//hrKfqEj6PG5Ev5dHV2qR80WXwbFmI9D@r1U8JRcjknykMaM8H9qp$gTw1Wljyh@f
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//hrKfqEj6PG5Ev5dHV2qR80WXwbFmI9D@r1U8JRcjknykMaM8H9qp$gTw1Wljyh@f', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//m8umG4Rgh3gUGqfmNXC3pbm2ADTwbXLTrknVAklID2h$m@Ai$HuzK2WsTPIG1IaP
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//m8umG4Rgh3gUGqfmNXC3pbm2ADTwbXLTrknVAklID2h$m@Ai$HuzK2WsTPIG1IaP', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//l@URpPypDiAFQqp3Ct2ry93m5togK3lZXwnKOpuBew3WgsVSBmNzHqSX5elpxNNo
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//l@URpPypDiAFQqp3Ct2ry93m5togK3lZXwnKOpuBew3WgsVSBmNzHqSX5elpxNNo', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//A2kVQSWLarcADwm1BhlaiMPn36JoLO2kKWkO4AwC3kQ@gRpIwLe$TrjcoMWjeyNj
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//A2kVQSWLarcADwm1BhlaiMPn36JoLO2kKWkO4AwC3kQ@gRpIwLe$TrjcoMWjeyNj', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2IbYr$3qgnZtaSO3ONSP5HkQnieIxxp4WOgWOrMm7UF@SOlElqXbjKmZZana4YdV
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2IbYr$3qgnZtaSO3ONSP5HkQnieIxxp4WOgWOrMm7UF@SOlElqXbjKmZZana4YdV', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//O5zTiYK83$dj5jm$Rg6gZjcRfGqqCFAl7Ur0W9IFpufieuWdahtJ@bS$RmHRE003
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//O5zTiYK83$dj5jm$Rg6gZjcRfGqqCFAl7Ur0W9IFpufieuWdahtJ@bS$RmHRE003', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//e4Cm0OCqvbLuxsQNp2g7cX08wT7ae586oOrU0ORmepYbwtH55qUf0IGHRzo4Gigf
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//e4Cm0OCqvbLuxsQNp2g7cX08wT7ae586oOrU0ORmepYbwtH55qUf0IGHRzo4Gigf', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//AjQ$B8c1VTvKV65xfq1XhmCbbLsLgCKHnOH9gh$MtXtqgP4TurR2IFNQUBmAhM2@
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//AjQ$B8c1VTvKV65xfq1XhmCbbLsLgCKHnOH9gh$MtXtqgP4TurR2IFNQUBmAhM2@', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//pjQoCQC8MrbKk88VC7XvbJ54cef6y1uZD0xolIiGaPQTpaLDs2E0q8nepxCYIZXO
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//pjQoCQC8MrbKk88VC7XvbJ54cef6y1uZD0xolIiGaPQTpaLDs2E0q8nepxCYIZXO', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Y7N5LgW2LiAXEzdNFfocpmUTPmxZpB0XdEp3TKbOUoL0VxjtJCRTEcOC1sIFdWFH
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Y7N5LgW2LiAXEzdNFfocpmUTPmxZpB0XdEp3TKbOUoL0VxjtJCRTEcOC1sIFdWFH', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Tstx9VF0TL7Y0KJereyPP@fWyug23Y$qoaFhk@NZXNFn7XCoyoevibgn6aj3efAx
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Tstx9VF0TL7Y0KJereyPP@fWyug23Y$qoaFhk@NZXNFn7XCoyoevibgn6aj3efAx', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//gSHW3nzuo7EANI6Y7jF6Xh@7etxSkEc8Ecb4EaqXwqIqGoJCEFKer444gDCFy4xz
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//gSHW3nzuo7EANI6Y7jF6Xh@7etxSkEc8Ecb4EaqXwqIqGoJCEFKer444gDCFy4xz', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//jmyKDyV30@qF1L@6MxvG2ClSCeazzsX1NBaVoMpY3VTr7fInj5ajb6fQtnkQgA3t
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//jmyKDyV30@qF1L@6MxvG2ClSCeazzsX1NBaVoMpY3VTr7fInj5ajb6fQtnkQgA3t', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//eyWjFI4BuX65aA00vghZAfoppiGUOs1EEyh3fADsh@zrbSiBC8qp63OVv7RsvOTS
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//eyWjFI4BuX65aA00vghZAfoppiGUOs1EEyh3fADsh@zrbSiBC8qp63OVv7RsvOTS', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//IOrpv4TdDSoM$BftHQGojeqQspge2uOqrcGqQElpHjzVRhJURNbl$$zD5fQNkeWJ
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//IOrpv4TdDSoM$BftHQGojeqQspge2uOqrcGqQElpHjzVRhJURNbl$$zD5fQNkeWJ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//BdgmWJyW7JvIsxOJKGu5V$MaecKbo4hmB$pN1SjwHXcuswbuPMvjiNvYnFAAAtXk
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//BdgmWJyW7JvIsxOJKGu5V$MaecKbo4hmB$pN1SjwHXcuswbuPMvjiNvYnFAAAtXk', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//QTbMvrB03387h@Te07q8xQG@7b745PgKZHS0Y6YTncnhDVI22C@qGHFEQlA2TUFS
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//QTbMvrB03387h@Te07q8xQG@7b745PgKZHS0Y6YTncnhDVI22C@qGHFEQlA2TUFS', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//qtITJy5KO5oS2le2XPsAsAkb8SLIXd15aPxJyFJretuR$dKLkXG0YVU5$UrON7AN
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//qtITJy5KO5oS2le2XPsAsAkb8SLIXd15aPxJyFJretuR$dKLkXG0YVU5$UrON7AN', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//3BBzB1urotssRr8Ufyd5E3zRYVUMDryopKPW4MewkxKQozPkFxXy3Z9UxsexWju4
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//3BBzB1urotssRr8Ufyd5E3zRYVUMDryopKPW4MewkxKQozPkFxXy3Z9UxsexWju4', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//TbBHDUr0vHbGJy9qDJrdElzBbhoZv0JF305pV8sn6a68LpvZLL$uux4jLc2AqAqq
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//TbBHDUr0vHbGJy9qDJrdElzBbhoZv0JF305pV8sn6a68LpvZLL$uux4jLc2AqAqq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//32or8@N2NDOhn8gDitMOkUYXwuO7qqEtoyENQyDBSIhItEsH9EDtR037bSLahHvC
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//32or8@N2NDOhn8gDitMOkUYXwuO7qqEtoyENQyDBSIhItEsH9EDtR037bSLahHvC', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//LFBqY4VWdiP@VhS5vGbFik47rcixrSpsHoHfGcPKP3$zlwlQ07uno3m@uVbo0S3k
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//LFBqY4VWdiP@VhS5vGbFik47rcixrSpsHoHfGcPKP3$zlwlQ07uno3m@uVbo0S3k', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//AiwSzXTYgOVc2Wj20ZQji5y8dGBO1hamraoKIDeSEdHlYQvJ6Gd46ftjTXAJr0mF
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//AiwSzXTYgOVc2Wj20ZQji5y8dGBO1hamraoKIDeSEdHlYQvJ6Gd46ftjTXAJr0mF', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//QezEyrm5BMDyTE1@0qvX@fdNFoI7y9nIBqUpgpjPwcCP@ZW9uIygOmVhUbysFz4b
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//QezEyrm5BMDyTE1@0qvX@fdNFoI7y9nIBqUpgpjPwcCP@ZW9uIygOmVhUbysFz4b', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//CnNH4p$m0cZkdDrgfjTntmG50waBHpaG9wSiUlLCSDYMxeYW7q6G8eAlU$4DQ2sv
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//CnNH4p$m0cZkdDrgfjTntmG50waBHpaG9wSiUlLCSDYMxeYW7q6G8eAlU$4DQ2sv', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//DUhlqs94lVggnUBdOGilZ1VjWnwguHkx0LtNR84YzAj7frUnSpmCDoCI5zXWunsq
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//DUhlqs94lVggnUBdOGilZ1VjWnwguHkx0LtNR84YzAj7frUnSpmCDoCI5zXWunsq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//5bFWgmVEXP89U198YE6Y3taRQJhH6cHCSIK6i4nq7bU4rGMcKysNgX1q61nlETyn
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//5bFWgmVEXP89U198YE6Y3taRQJhH6cHCSIK6i4nq7bU4rGMcKysNgX1q61nlETyn', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//OGJ7E8CYuOcUdhaA8WujN2u9FoTKHqJWDvzoquUSFdHIV5goe6aX5PRod2vT0z5v
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//OGJ7E8CYuOcUdhaA8WujN2u9FoTKHqJWDvzoquUSFdHIV5goe6aX5PRod2vT0z5v', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//yfq9dk7ulzoomvMhvvvL9HNDlKKkTTCIVma4HC$jcWMFZQ9DW1@Ja6ASuyU8BE3b
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//yfq9dk7ulzoomvMhvvvL9HNDlKKkTTCIVma4HC$jcWMFZQ9DW1@Ja6ASuyU8BE3b', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ZSMYTrSKJ2pAuvXRYsotgNTc@7VrjeoAk@bzxfxhQFHRk0$gssMlvPGdyknC@k@x
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ZSMYTrSKJ2pAuvXRYsotgNTc@7VrjeoAk@bzxfxhQFHRk0$gssMlvPGdyknC@k@x', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//p2AvgBfPf3iPAzniJrdRD7uVKCRfGAyqhXKSHlm02VXTtyoborCqIa3j8dN3cvXz
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//p2AvgBfPf3iPAzniJrdRD7uVKCRfGAyqhXKSHlm02VXTtyoborCqIa3j8dN3cvXz', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//xCQ97OqrhcAW47SWNYv39XNvfAsZUIHE@DNutPoOk5RwNrljuVrX7MwULjFS@j5z
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//xCQ97OqrhcAW47SWNYv39XNvfAsZUIHE@DNutPoOk5RwNrljuVrX7MwULjFS@j5z', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//T0fxY75J8lT$6clAQansx0zFo3aZyRQ9is9rK9jzpMTAmH$tPV7Nw5Hk5ZI$u7@P
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//T0fxY75J8lT$6clAQansx0zFo3aZyRQ9is9rK9jzpMTAmH$tPV7Nw5Hk5ZI$u7@P', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//p1qEo4HhbP4tKXmHPJrmxYgMkxYVfKIUCNRWYWnZYFcmqhYqHdloIaI5BiasFTq0
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//p1qEo4HhbP4tKXmHPJrmxYgMkxYVfKIUCNRWYWnZYFcmqhYqHdloIaI5BiasFTq0', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//$VTtITRyoUizKwqTO9FAbzqPjhfxma2LtqRFtBoeRXYoR8kuRiMXCOlPQ9NdEhlV
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//$VTtITRyoUizKwqTO9FAbzqPjhfxma2LtqRFtBoeRXYoR8kuRiMXCOlPQ9NdEhlV', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//uon6@GwQpKQrfYT8HW6@qxOzguRlA@NhTFNkkdF2Uw395AsZ$P2rCy6wLXgFIePh
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//uon6@GwQpKQrfYT8HW6@qxOzguRlA@NhTFNkkdF2Uw395AsZ$P2rCy6wLXgFIePh', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//UzynKvqjjkxhBjrgAVRWyGGozbKCeUJQuTfMLE3aEs02wiDSoCq1HwlXhLOH1edi
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//UzynKvqjjkxhBjrgAVRWyGGozbKCeUJQuTfMLE3aEs02wiDSoCq1HwlXhLOH1edi', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//OSpxqHqNlkEPn366LlrXCHIg$1zmJ7Knu@aFS7tzJL6h2O7FLVnKNV$Fszwmyz4m
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//OSpxqHqNlkEPn366LlrXCHIg$1zmJ7Knu@aFS7tzJL6h2O7FLVnKNV$Fszwmyz4m', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//eH$Ov3Nzvj2v8I876DftgTX19mmFvip8lEaex$RKwoPJqMlpLjvZdMK0GxXC@sw4
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//eH$Ov3Nzvj2v8I876DftgTX19mmFvip8lEaex$RKwoPJqMlpLjvZdMK0GxXC@sw4', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//9zSvxs29zFmdlUGyWh$9jGpcBgSicX7C0ZXrFyVOwVxhc2neWePTykFkGNcBy75q
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//9zSvxs29zFmdlUGyWh$9jGpcBgSicX7C0ZXrFyVOwVxhc2neWePTykFkGNcBy75q', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//bmC3HZsdoTrsog$65hLktGqwl8r8DScagKkacBgAriuyt1BxiNnnkiC1NRo6xIp$
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//bmC3HZsdoTrsog$65hLktGqwl8r8DScagKkacBgAriuyt1BxiNnnkiC1NRo6xIp$', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//bakmCJF8D@R5PBOG9OU1fa6e$w0mJ9r87K6iotigFEmS8bsP@t17yS4vhGYo7Ct0
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//bakmCJF8D@R5PBOG9OU1fa6e$w0mJ9r87K6iotigFEmS8bsP@t17yS4vhGYo7Ct0', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//sUxjMv$dS1lns$m@efwxaRZVF63o51$o4Mo8s5IUs7mOg1S1aVJ$rzleX74GGX$n
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//sUxjMv$dS1lns$m@efwxaRZVF63o51$o4Mo8s5IUs7mOg1S1aVJ$rzleX74GGX$n', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//x7aTdz5GRLO$VRbJibvIbKKvLO$y@tJlaB6L0YpRhGchpO8NJgyMzCfJVSkFckn2
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//x7aTdz5GRLO$VRbJibvIbKKvLO$y@tJlaB6L0YpRhGchpO8NJgyMzCfJVSkFckn2', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//9oqbY9wVFHZDnSQx@3Ul3SHB93ZrL7f0A7yFKzrSfQ3EQCgMTfh6Jcwm@Oa5TxLb
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//9oqbY9wVFHZDnSQx@3Ul3SHB93ZrL7f0A7yFKzrSfQ3EQCgMTfh6Jcwm@Oa5TxLb', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Cr60Xlvs9$VURtOo0VWEyeccJIzMG8tgcYkon@zYUGKBK67jIItmnNdJgC2Cy0nV
[31/Mar/2024 07:38:02] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Cr60Xlvs9$VURtOo0VWEyeccJIzMG8tgcYkon@zYUGKBK67jIItmnNdJgC2Cy0nV', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:02] INFO [tasks.py:sync_mesh_perms_task:545] Sleeping for 7 seconds after 275 iterations.
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ISX8Q6gE8Msj@0rvkdDUUvrNEp7Wzd45NXEYpS6xCiS6qcZj37ZDxgmOu$gJ96l9
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ISX8Q6gE8Msj@0rvkdDUUvrNEp7Wzd45NXEYpS6xCiS6qcZj37ZDxgmOu$gJ96l9', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//9pJaSNHTWWgDl6OIW9XUWuP8Li6xMV8Q25skr7@08mNfqkprLIkcozHrHs6iqwUE
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//9pJaSNHTWWgDl6OIW9XUWuP8Li6xMV8Q25skr7@08mNfqkprLIkcozHrHs6iqwUE', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//WUrZ@xnVOWtsZ9BSHanolf4PbMM@balkPBt9c891axzIJLMyoGQrwrOasF1fubLO
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//WUrZ@xnVOWtsZ9BSHanolf4PbMM@balkPBt9c891axzIJLMyoGQrwrOasF1fubLO', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//U86@KprnWSiebcSYfJE4VQWjr4okgwHSJaxZSZ5VImplojKOvWpca@YbBy25@k$f
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//U86@KprnWSiebcSYfJE4VQWjr4okgwHSJaxZSZ5VImplojKOvWpca@YbBy25@k$f', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//1eAuKQfNqMYNJtgwKK6oGDKiZCfYN$RxmDaMB5HqLtuikfgJ3SudbCjkvFqIOVz0
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//1eAuKQfNqMYNJtgwKK6oGDKiZCfYN$RxmDaMB5HqLtuikfgJ3SudbCjkvFqIOVz0', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//6dvGRE7Wt2gyRCE3ampNDBWhsUuY2n4FknTsXDD8Sdtzc@HJBaUYWsYPlNiLnCm7
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//6dvGRE7Wt2gyRCE3ampNDBWhsUuY2n4FknTsXDD8Sdtzc@HJBaUYWsYPlNiLnCm7', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//DExUEt8tPUIuztnTOJOobr0xHlT@YTTXN6lx4De1PGff5fG9J6NmaLf1Q4@VGMW3
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//DExUEt8tPUIuztnTOJOobr0xHlT@YTTXN6lx4De1PGff5fG9J6NmaLf1Q4@VGMW3', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//mTYt7CYhzqYf2J9azwVe4gWl5knVVnDI66t0B43cAztfj6V9zrtkKjPEiypJeNW4
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//mTYt7CYhzqYf2J9azwVe4gWl5knVVnDI66t0B43cAztfj6V9zrtkKjPEiypJeNW4', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//@Jjm3JsIBdp1XNyqT0LeD8pSXce5lU@jpeExj1mhbj$uATujLD35fSbiB$8pORi5
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//@Jjm3JsIBdp1XNyqT0LeD8pSXce5lU@jpeExj1mhbj$uATujLD35fSbiB$8pORi5', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Bs2mbTRFMM8cHt3a879JSMtqgzF6Yr9Vg14cg3U8OgA1P7mt7TF5tYOBu8ZjJCjP
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Bs2mbTRFMM8cHt3a879JSMtqgzF6Yr9Vg14cg3U8OgA1P7mt7TF5tYOBu8ZjJCjP', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ySYIIOF3uzhZERgqA7Btwl0xcGErmusirlbtIL0HRl6dBACMq@bFhNYQX@lq9daC
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ySYIIOF3uzhZERgqA7Btwl0xcGErmusirlbtIL0HRl6dBACMq@bFhNYQX@lq9daC', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//uSbycb5dBrczBaQNETX3NAxUDcSTWFjdoGPQhN5ydOKbsiEO@kkYcgqe4ZazoNsJ
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//uSbycb5dBrczBaQNETX3NAxUDcSTWFjdoGPQhN5ydOKbsiEO@kkYcgqe4ZazoNsJ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ikLw2Z@pQ@KJddSpHzmNek@vaEtBtoAvbPE$8KM56xYkmuBrTDC13TuVRUCUVN1s
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ikLw2Z@pQ@KJddSpHzmNek@vaEtBtoAvbPE$8KM56xYkmuBrTDC13TuVRUCUVN1s', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//5lcUI$@R$CSxNJ0ZB75CfUqQcCZ2Kin0bFgg9RNPD9ugZca9YwJ3ttPOyFSqnJbL
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//5lcUI$@R$CSxNJ0ZB75CfUqQcCZ2Kin0bFgg9RNPD9ugZca9YwJ3ttPOyFSqnJbL', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//7kGAkax1q@jBLdsrLxUTx@w0UGvwv@5g5NJTbmWks8Ex0BfgvcOt8jRnCLrJX9BG
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//7kGAkax1q@jBLdsrLxUTx@w0UGvwv@5g5NJTbmWks8Ex0BfgvcOt8jRnCLrJX9BG', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//EwFZoueZ22Q4ukXFGKr5AHpoGwEUvPnxR4Fdbb898WOfcpqlb@IOtmyfGk5IDC7J
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//EwFZoueZ22Q4ukXFGKr5AHpoGwEUvPnxR4Fdbb898WOfcpqlb@IOtmyfGk5IDC7J', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//AL32dmNl79IiFTyGJRWN3ww8iuDcgWrWXm3bt4Tngyd4R$07y@ZyIKntsoELM7SU
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//AL32dmNl79IiFTyGJRWN3ww8iuDcgWrWXm3bt4Tngyd4R$07y@ZyIKntsoELM7SU', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//tbybFpsICx8JJbbhV$65nuxP$$YS17gpYSltrNZU6Cti@LDq2xBhE3rp8ubns0Zn
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//tbybFpsICx8JJbbhV$65nuxP$$YS17gpYSltrNZU6Cti@LDq2xBhE3rp8ubns0Zn', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//x$kLDcLdjBazjw4ihPVKI931Ds7qfECwdE63KIlk6JYrO6OfuX1Ba0K$VfiV4gKG
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//x$kLDcLdjBazjw4ihPVKI931Ds7qfECwdE63KIlk6JYrO6OfuX1Ba0K$VfiV4gKG', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//FWG3Th$FCmlsys$Z@oTY3OMjCw2LaqPeWM65aQEnAOtkL9@Tj58gsP0Wy@@S0Dl9
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//FWG3Th$FCmlsys$Z@oTY3OMjCw2LaqPeWM65aQEnAOtkL9@Tj58gsP0Wy@@S0Dl9', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//uH@zqRKffvWIgHrsET@QqLXBKXKsEW22zkUOJzBzQJS6KeybwXvK60oR$qSuOVBi
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//uH@zqRKffvWIgHrsET@QqLXBKXKsEW22zkUOJzBzQJS6KeybwXvK60oR$qSuOVBi', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//llifiKUpqVOv0$RR2Id32nM1VU2VVOKFWMcGkqLu9OmvT4HGyenoGMDOHQx09iOr
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//llifiKUpqVOv0$RR2Id32nM1VU2VVOKFWMcGkqLu9OmvT4HGyenoGMDOHQx09iOr', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//osXuTgkMP79A@SorABbC50TI@YPF6qYjUsP@nXTqr$PdG@OI3IiaficjH@TjCgrG
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//osXuTgkMP79A@SorABbC50TI@YPF6qYjUsP@nXTqr$PdG@OI3IiaficjH@TjCgrG', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//E7ANwMg0nhUCMfRsNQrkWY3WKXLaOnxrJJTzUFvRx7S16$x3BlOczlB486riAOAz
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//E7ANwMg0nhUCMfRsNQrkWY3WKXLaOnxrJJTzUFvRx7S16$x3BlOczlB486riAOAz', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//LaTaqIez@wKtI9pK$GnECjjoZrQXdK6uk1BV@$Mi3Mb8FJdMSeaDb7jpARCSuBDW
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//LaTaqIez@wKtI9pK$GnECjjoZrQXdK6uk1BV@$Mi3Mb8FJdMSeaDb7jpARCSuBDW', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//kFuM3if6x9c8wVXiyWT6aVVNnsIBukngi2NyVApZpSvKf83pWUTqyCvyNXQ6oR9h
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//kFuM3if6x9c8wVXiyWT6aVVNnsIBukngi2NyVApZpSvKf83pWUTqyCvyNXQ6oR9h', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//aFjoAuXc5tEBdOMy2JKbdkhAHC5vZ08ZwcrR3qGaA5jI3AkyYspEGJ1UcNb5CNbs
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//aFjoAuXc5tEBdOMy2JKbdkhAHC5vZ08ZwcrR3qGaA5jI3AkyYspEGJ1UcNb5CNbs', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//w4aQyfJZSUeHQMXF$ve5dTU1H0E$YNDK$NLH@koK9VM2fJwB6q5Uh@Vr0ozFSVYO
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//w4aQyfJZSUeHQMXF$ve5dTU1H0E$YNDK$NLH@koK9VM2fJwB6q5Uh@Vr0ozFSVYO', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ZZSwTrV9uGbwo@Vz6UcXAS4@CZNRpwMxIwht7FypzHQgj1dpiHuS2UUB1619gpbP
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ZZSwTrV9uGbwo@Vz6UcXAS4@CZNRpwMxIwht7FypzHQgj1dpiHuS2UUB1619gpbP', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//W$mCgfITN@0lSrCFVK6RdRbGpPd8yr8jK9tFp@v2N9pjM5Gzt5mw@vbx26M0RuMq
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//W$mCgfITN@0lSrCFVK6RdRbGpPd8yr8jK9tFp@v2N9pjM5Gzt5mw@vbx26M0RuMq', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//fnNvCa5bFwpQzKDPZo9gg00IX8INpd6@qULcFleriOAECAQxtS8HD$$svu5oPPb8
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//fnNvCa5bFwpQzKDPZo9gg00IX8INpd6@qULcFleriOAECAQxtS8HD$$svu5oPPb8', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//2tx5moZCcN0mY4oEZpcHwcy@d1p6rPZb7q3QCngWrlGPmwBgQbIXXdBBHMI$9tDL
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//2tx5moZCcN0mY4oEZpcHwcy@d1p6rPZb7q3QCngWrlGPmwBgQbIXXdBBHMI$9tDL', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//uV4vYFk18hQtG@yv8STc5SfzErdnxQST5GO5Y@u$L12FSJLKADTnZBHoPyZtDb@C
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//uV4vYFk18hQtG@yv8STc5SfzErdnxQST5GO5Y@u$L12FSJLKADTnZBHoPyZtDb@C', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//bSD1YKmIzNO0K5ygheGlgwpcBi94aaImJEBMokRyIu80hvzVWdLNm7gKXXian9$2
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//bSD1YKmIzNO0K5ygheGlgwpcBi94aaImJEBMokRyIu80hvzVWdLNm7gKXXian9$2', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//wHV1u@YJ8YeUHQdsfKFx3SXK8vS0wP5C2Uu2zna55mwjViADJ8Q1Gq2m4$6LM9GZ
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//wHV1u@YJ8YeUHQdsfKFx3SXK8vS0wP5C2Uu2zna55mwjViADJ8Q1Gq2m4$6LM9GZ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Vl3tAkHy9aDq880a9EXGonZ3tEczvTsbnK4wpMjTHVamnkJ4r5nbVu1rUtjQM9x1
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Vl3tAkHy9aDq880a9EXGonZ3tEczvTsbnK4wpMjTHVamnkJ4r5nbVu1rUtjQM9x1', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//EDjt9tzfiCDfuKeOaWBX5phT0a3p7Xi5gYUIg7o1W$YWxW1Rp9evnwqQouLXWsgw
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//EDjt9tzfiCDfuKeOaWBX5phT0a3p7Xi5gYUIg7o1W$YWxW1Rp9evnwqQouLXWsgw', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//Tr2vnIP8iqhd$rfs8BJkJ0Y$zp6tNu2M8ApRYbEtVjtQhoxtdWCXh4ZETN1Kmo4u
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//Tr2vnIP8iqhd$rfs8BJkJ0Y$zp6tNu2M8ApRYbEtVjtQhoxtdWCXh4ZETN1Kmo4u', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//DTG07SjS1Qt0CSkxVOaKS0eCXwpyiR2022dx66XdGWNUmoXy0HVj0ExIOYIqBou7
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//DTG07SjS1Qt0CSkxVOaKS0eCXwpyiR2022dx66XdGWNUmoXy0HVj0ExIOYIqBou7', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//$ljgqtmRppTH9SHe$leLBJ0SacfSzYx8nwauk5$mjky7NrmxevmNinKLx@4S0TU7
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//$ljgqtmRppTH9SHe$leLBJ0SacfSzYx8nwauk5$mjky7NrmxevmNinKLx@4S0TU7', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//kA2juu57oZxw8KBPVSCjK9UXo1NZvsTIrWoDY2hwJqpkA$PbnEFgBewbw3Kl7fWO
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//kA2juu57oZxw8KBPVSCjK9UXo1NZvsTIrWoDY2hwJqpkA$PbnEFgBewbw3Kl7fWO', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//58GXmrtZChCyS$GCR2PNVzX9yWllKm5anFQZ7MmgHybl1vIhtMbQBBRPz36hSEHZ
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//58GXmrtZChCyS$GCR2PNVzX9yWllKm5anFQZ7MmgHybl1vIhtMbQBBRPz36hSEHZ', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//A7qp9wkivK0Jwup1KpJcMtqbzfHcyppnSkdoScIUAuUA9P$aeuAjGbHKtoGugLjt
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//A7qp9wkivK0Jwup1KpJcMtqbzfHcyppnSkdoScIUAuUA9P$aeuAjGbHKtoGugLjt', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//sOFqR7bSiD2UXjaVl0owPH4D5fpHdfHoa3y$9v1DNBFd5ZTU6$Fc1ZsSO$WfuJ0V
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//sOFqR7bSiD2UXjaVl0owPH4D5fpHdfHoa3y$9v1DNBFd5ZTU6$Fc1ZsSO$WfuJ0V', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//K@yw9hCaHHXrCQsr6x@6No6utyPqrgWaZyGQrPRsyr9Hi@h3rmnXwzrZhEO7$y6d
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//K@yw9hCaHHXrCQsr6x@6No6utyPqrgWaZyGQrPRsyr9Hi@h3rmnXwzrZhEO7$y6d', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//qQpPrcSBCGsRVCR0joQttahyygfmGEcH59PRzMT6zp4$J4Tcv@m0cG3lCEkimP5X
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//qQpPrcSBCGsRVCR0joQttahyygfmGEcH59PRzMT6zp4$J4Tcv@m0cG3lCEkimP5X', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:38:09] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:40:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:40:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'nodes', 'responseid': 'meshctrl'}
[31/Mar/2024 07:40:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR
[31/Mar/2024 07:40:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:40:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:44:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:44:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'nodes', 'responseid': 'meshctrl'}
[31/Mar/2024 07:44:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR
[31/Mar/2024 07:44:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:44:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:48:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:48:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'nodes', 'responseid': 'meshctrl'}
[31/Mar/2024 07:48:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR
[31/Mar/2024 07:48:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:48:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:52:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:52:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'nodes', 'responseid': 'meshctrl'}
[31/Mar/2024 07:52:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR
[31/Mar/2024 07:52:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:52:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:56:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:56:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'nodes', 'responseid': 'meshctrl'}
[31/Mar/2024 07:56:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR
[31/Mar/2024 07:56:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 07:56:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 07:56:00] DEBUG [tasks.py:_handle_task_on_agent:276] {'pk': 141, 'type': 'rmm', 'name': 'TacticalRMM_JtikZMHfNDNLiPeRYNRGVBCEfTEcqeECIYT', 'overwrite_task': True, 'enabled': True, 'trigger': 'onboarding', 'multiple_instances': 0, 'delete_expired_task_after': False, 'start_when_available': True}
[31/Mar/2024 07:56:00] INFO [tasks.py:_handle_task_on_agent:294] DESKTOP-H5NKVCS task Windows Updates re-enable was created
[31/Mar/2024 08:00:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 08:00:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'nodes', 'responseid': 'meshctrl'}
[31/Mar/2024 08:00:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR
[31/Mar/2024 08:00:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 08:00:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 08:04:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 08:04:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'nodes', 'responseid': 'meshctrl'}
[31/Mar/2024 08:04:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR
[31/Mar/2024 08:04:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 08:04:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 08:08:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}
[31/Mar/2024 08:08:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'nodes', 'responseid': 'meshctrl'}
[31/Mar/2024 08:08:00] INFO [tasks.py:sync_mesh_perms_task:536] Adding ['user//jkemke___14', 'user//hdansberg___1'] to node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR
[31/Mar/2024 08:08:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'adddeviceuser', 'nodeid': 'node//ElwfKExge7Ac0bmklJL0DCS6Nh3W9uRzjvYnXYxS7FLSOiQavfdNO8pFjhPwV1zR', 'usernames': ['jkemke___14', 'hdansberg___1'], 'rights': 3563736, 'remove': False, 'responseid': 'meshctrl'}
[31/Mar/2024 08:08:00] DEBUG [mesh_utils.py:mesh_action:114] {'action': 'users', 'responseid': 'meshctrl'}

this is my mesh config.json file

{
  "settings": {
    "cert": "mesh.domain.de",
    "WANonly": true,
    "minify": 1,
    "port": 4430,
    "aliasPort": 443,
    "redirPort": 800,
    "allowLoginToken": true,
    "allowFraming": true,
    "_agentPing": 60,
    "agentPong": 300,
    "allowHighQualityDesktop": true,
    "tlsOffload": "127.0.0.1",
    "agentCoreDump": false,
    "compression": true,
    "wsCompression": true,
    "agentWsCompression": true,
    "maxInvalidLogin": {
      "time": 5,
      "count": 5,
      "coolofftime": 30
    },
    "postgres": {
      "user": "exampleuser",
      "password": "abcde",
      "port": "5432",
      "host": "localhost"
    }
  },
  "domains": {
    "": {
      "title": "Tactical RMM",
      "title2": "Tactical RMM",
      "newAccounts": false,
      "certUrl": "https://mesh.domain.de:443/",
      "geoLocation": true,
      "cookieIpCheck": false,
      "mstsc": true
    }
  }
}
silversword411 commented 6 months ago

You have to log out of Tactical and mesh if you're going to be using the same browser to test switching users.

If you're just testing permissions have one user in browser and another in invognito

sightkick commented 6 months ago

OK... that´s not working. I i once log out in mesh it´s not gonna relogin if I change the user. When I login as Master in mesh it lasts until i logout. But it´never relogins as TRMM user.