Rick Cobb

Results 18 comments of Rick Cobb
trafficstars

Note SignalFX picked yet a [different](https://docs.signalfx.com/en/latest/integrations/agent/monitors/collectd-statsd.html) syntax including both brackets and commas. "Jane, stop this crazy thing!"

In my case, we have a GraphQL API server, and several backends. Each of the backends wants to be able to call the other backends *through* the API server. But...

It's definitely about the `go.mod` version statement; changing it to `1.23` makes it work. OTOH: a better error message would be very nice. And so would some strategy for dealing...

Sure thing! https://github.com/ConsultingMD/license_finder_repro_repo . Thanks! I've stripped enough stuff out that it now tries to run both detectors, but they both fail the same way: ``` rcobb@rcobb-t480: (master) ~/license_finder_repro_repo$ go...

My apologies. I'm apparently using Rails 4.1.5, having followed the instructions and done a bundle install first. However, even after figuring out that I should reclone and rebuild using `bundle...

I've found the issue and will prepare a clean PR shortly. The core is that the first line of the instructions should be: ``` sh cd tests/test_app ``` Also, the...

Thanks for the comments. And sorry for the long post below. I'm not sure what you mean by "manually", but I can *not* connect by using the "go" drop-down from...

Well, no and yes: OSx still doesn't connect. Thanks for the syntax; it definitely changed the settings. And, from my other Samba server: ``` -bash-4.2$ smbclient --list=newsounds -N -U guest...

More information: I can mount the drive from my other Linux box (the same one as that `smbclient` came from) using ``` sudo mount -t cifs -o user=guest //newsounds/MUSIC test-newsounds-mount/...

Looking for a way to adjust that timeout... it appears to be ~10s (samples at 11, 13, and 12s)... After more googling, I found https://developer.apple.com/forums/thread/680252, so I created an `/etc/nsmb.conf`...