Dear all, besides other environments I have a company laptop running Windows 10 Enterprise with WSL and Ubuntu. In Ubuntu I installed Go 1.14 and wanted to play around with Gio for fun. However it seems that McAfee doesn't want me to.
In short this is what I do and (mostly) get: $ cd ~ $ mkdir test $ cd test $ go mod init test; $ wget https://git.sr.ht/~eliasnaur/gio/blob/master/example/kitchen/kitchen.go $ go run kitchen.go go: finding module for package gioui.org/unit go: finding module for package gioui.org/layout go: finding module for package gioui.org/app/headless go: finding module for package gioui.org/font/gofont go: finding module for package golang.org/x/exp/shiny/materialdesign/icons go: finding module for package gioui.org/app go: finding module for package gioui.org/io/system go: finding module for package gioui.org/text go: finding module for package gioui.org/widget go: finding module for package gioui.org/widget/material go: downloading gioui.org v0.0.0-20200312174220-af68e17dd324 go: downloading golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 kitchen.go:20:2: rename /home/d055539/go/pkg/mod/gioui....@v0.0.0-20200312174220-af68e17dd324.tmp-663496537 /home/d055539/go/pkg/mod/gioui.org@v0.0.0-20200312174220-af68e17dd324: permission denied kitchen.go:21:2: rename /home/d055539/go/pkg/mod/gioui....@v0.0.0-20200312174220-af68e17dd324.tmp-663496537 /home/d055539/go/pkg/mod/gioui.org@v0.0.0-20200312174220-af68e17dd324: permission denied kitchen.go:31:2: rename /home/d055539/go/pkg/mod/gioui....@v0.0.0-20200312174220-af68e17dd324.tmp-663496537 /home/d055539/go/pkg/mod/gioui.org@v0.0.0-20200312174220-af68e17dd324: permission denied kitchen.go:22:2: rename /home/d055539/go/pkg/mod/gioui....@v0.0.0-20200312174220-af68e17dd324.tmp-663496537 /home/d055539/go/pkg/mod/gioui.org@v0.0.0-20200312174220-af68e17dd324: permission denied kitchen.go:23:2: rename /home/d055539/go/pkg/mod/gioui....@v0.0.0-20200312174220-af68e17dd324.tmp-663496537 /home/d055539/go/pkg/mod/gioui.org@v0.0.0-20200312174220-af68e17dd324: permission denied kitchen.go:24:2: rename /home/d055539/go/pkg/mod/gioui....@v0.0.0-20200312174220-af68e17dd324.tmp-663496537 /home/d055539/go/pkg/mod/gioui.org@v0.0.0-20200312174220-af68e17dd324: permission denied kitchen.go:25:2: rename /home/d055539/go/pkg/mod/gioui....@v0.0.0-20200312174220-af68e17dd324.tmp-663496537 /home/d055539/go/pkg/mod/gioui.org@v0.0.0-20200312174220-af68e17dd324: permission denied kitchen.go:26:2: rename /home/d055539/go/pkg/mod/gioui....@v0.0.0-20200312174220-af68e17dd324.tmp-663496537 /home/d055539/go/pkg/mod/gioui.org@v0.0.0-20200312174220-af68e17dd324: permission denied kitchen.go:27:2: rename /home/d055539/go/pkg/mod/gioui....@v0.0.0-20200312174220-af68e17dd324.tmp-663496537 /home/d055539/go/pkg/mod/gioui.org@v0.0.0-20200312174220-af68e17dd324: permission denied kitchen.go:29:2: rename /home/d055539/go/pkg/mod/ golang.org/x/e...@v0.0.0-20200228211341-fcea875c7e85.tmp-991628004 /home/d055539/go/pkg/mod/golang.org/x/exp@v0.0.0-20200228211341-fcea875c7e85: permission denied I wrote that this is the output I mostly get because in some cases I get a slightly different error. For example after repeating the go run often enough the golang.org/x/exp was cached fine. I was not able to reproduce this on any of the other environments (various pure Linux VMs). During the go run McAfee is busy and I assume it causes the errors. Unfortunately I cannot switch off McAfee to prove that. Do you see similar issues with this combination of WSL and the McAfee scanner? Or am I doing something stupid here and just don't see my fault? thanks - Chris -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CALWqRZpbQvv5JaHB3Me7qL-nYW27Jqsx88Xv4n_nF7fFR0sMxQ%40mail.gmail.com.