George Tabacar

Results 15 comments of George Tabacar

a way would be to run it as a global service, still a bit complex and a totally new application

Actually on Linux, I already have it set to chromium-browser: ``` $ xdg-settings get default-web-browser chromium-browser.desktop ``` But it opens firefox. I think its related to snapd or there is...

Update: My solution was to remove firefox from the system and then chromium worked as expected, rocketchat-desktop started using chromium. I do not have time to investigate further. ``` 1....

+1 apparmor ``` [1117701.593979] audit: type=1400 audit(1508750831.558:441): apparmor="DENIED" operation="open" profile="libvirt-e2f1220a-5dd3-445d-8384-78e41f13fc6f" name="/var/lib/libvirt/images/node3.ign" pid=16870 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=106 ouid=0 ``` Fixed by adding ``` /var/lib/libvirt/images/* r, ``` In `/etc/apparmor.d/abstractions/libvirt-qemu`

This does not seem to work, if you provide the DNS it will resolve to another IP, the load balancer most likely and not the node ip. What I did...

> @purplesrl Can you share your solution? I'm looking for a good solution which allows me use dockerized emq clusters in Amazon ECS. @tomaszwostal Unfortunately not, the code I developed...

The problem is the last line in mapster.js: require('ui/registry/vis_types').register(mapsterProvider);

Visualize: Cannot read property 'group' of undefined Disable: Place markers off grid (use geocentroid) in Coordinates and the error goes away.