Gustavo Hexsel
Gustavo Hexsel
I had a possibly similar issue connecting to a client RHEL 8 running Python 3.6 - it would be able to receive the script, generate the "pong" response, but it...
Nops, my bad, this was actually caused by a sudo bug. Apologies. This is the bug, for future reference: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1895757 (it's sudo-specific, not Ubuntu-specific)
The project _could_ look into https://github.com/lrs-lang/lib, but it looks like a pretty big change and it may remove large amounts of cross-platform support.
Just got the latest and I have a similar issue: ... /home/ghexsel/Development/software/golang/bin/6g -o _go_.6 gtk.cgo1.go _cgo_gotypes.go _cgo_gotypes.go:26: invalid recursive type _C_GList _cgo_gotypes.go:97: invalid recursive type _C_GtkWindow make[1]: **\* [_go_.6] Error...
The default with Ubuntu 10.04: libgtk 2.20.1 libglib 2.24.1
same result. I can upload the full output, but it doesn't seem to have anything significant other than the lines I pasted. Would it help?
ghexsel@vic-ghexsel-desktop:~/Development/code/go/calc$ rm -rf go-gtk/ ghexsel@vic-ghexsel-desktop:~/Development/code/go/calc$ git clone http://github.com/mattn/go-gtk.git Initialized empty Git repository in /home/ghexsel/Development/code/go/calc/go-gtk/.git/ remote: Counting objects: 502, done. remote: Compressing objects: 100% (348/348), done. remote: Total 502 (delta 234),...
Is there anything I can help with?
I don't think we modified it: I don't see a folder /etc/systemd/system/amazon-ssm-agent.service.d/, and the /etc/init/amazon-ssm-agent.conf file contains only some defaults (contents below) - any other file I am missing? ---...
Is there any work-around for this? The documentation at https://blackducksoftware.github.io/synopsys-detect/synopsys-detect-5.6.0-help.html states you could pass `--detect.maven.build.command='--settings ${HOME}/maven_dev_settings.xml --define reason=other'` but this fails as only `--settings` gets passed into the script.