Results 16 comments of belane

Any update of this? @411Hall do you want me to make a change?

I think it still doesn't work as expected. I have repeated the test with PayNym using the latest version of Play store (v0.99.86). First of all I added the samurai...

Thanks @lllwvlvwlll, great overview of your solution. I have some doubts that maybe you can clarify me. - Can you describe how different identities/roles interact with each others and what...

You're right @aprasolova but you can use `screen`or `tmux`. 😅 You can create a systemd services as workaround. ``` [Unit] Description=neo-cli service After=network-online.target Requires=network-online.target [Service] WorkingDirectory=/opt/neo-cli ExecStart=/usr/bin/tmux new-session '/usr/bin/dotnet neo-cli.dll...

Meanwhile I have been using it in production environment for a long time without any problem.

@aprasolova thanks for the suggestion, it has been decided to add this feature. At some point this issue will be closed to add it to a list of cosmetic changes.

Not sure what caused it, but it seems a BloodHound problem as they have some issues about this; - https://github.com/BloodHoundAD/BloodHound/issues/490 - https://github.com/BloodHoundAD/BloodHound/issues/598 - https://github.com/BloodHoundAD/BloodHound/issues/584 - https://github.com/BloodHoundAD/BloodHound/issues/221 Does it show any...

@r00tSe7en @AdrianVollmer @austinbentlee I've created a debug Dockerfile that will print errors to the console so we can figure out the source of the problem. Please try it and copy...

Run `docker run` with `--shm-size=1g` argument to see if it fixes the problem. If not, replace `/opt/BloodHound-linux-x64/BloodHound --no-sandbox 2> /dev/null` with `ELECTRON_ENABLE_LOGGING=true /opt/BloodHound-linux-x64/BloodHound --no-sandbox` to see the debug log.

Sorry but I don't know Portainer, can you try the second option and paste the log here? > If not, replace `/opt/BloodHound-linux-x64/BloodHound --no-sandbox 2> /dev/null` with `ELECTRON_ENABLE_LOGGING=true /opt/BloodHound-linux-x64/BloodHound --no-sandbox` to...