Results 12 comments of nodauf

I had a similar problem with an existing installation. In the log file `/var/log/neo4j/debug.log` I had an error about authentication failing, even though my credentials were working in the browser....

How do you see the use of this command ? Setting new tag with: `tag {sessionid} {tagname}` List existing tag: `tag` And when using session it will be grouped by...

Could you test the last commit? If it's good on your side, it will be merged

For anyone having this use, you can use [tun2sock](https://github.com/xjasonlyu/tun2socks) to route the traffic to the destination to the socks proxy. It's a workaround before the feature is implemented ```bash ./tun2socks-linux-amd64...

Hi, What is your vagrant version? Can you paste your Vagrantfile?

Hi, If your Host Machine is reachable from your PC, you should add a new route on your PC like 192.168.30.0/24 gw 10.20.20.20

for those you have the same issue. I did a workaround with the following code ```go func handleExit() { rawModeOff := exec.Command("/bin/stty", "-raw", "echo") rawModeOff.Stdin = os.Stdin _ = rawModeOff.Run()...

Hi, Thank you for the idea. I will think about it to find a way to do as simple as possible (that's the philosophy of the project).

Hi, Can you add the following code at the end of the management functiion: ``` mode = readConfig("mode.cfg"); payload = readConfig("exec.cfg"); lang = readConfig("lang.cfg"); Serial.print("Current mode: "); Serial.println(mode); Serial.print("Current language:...

The folder is empty and this file does not exist. I followed the [get-started](https://www.pulumi.com/docs/get-started/aws/create-project/).