Alexandr Evstigneev

Results 295 comments of Alexandr Evstigneev

Works like a charm: Puma installation: ``` builduser@EC2AMAZ-24QOMND c:\Ruby24-x64\bin>gem install puma -v '3.12.6' --verbose --user-install HEAD https://index.rubygems.org/ 200 OK GET https://index.rubygems.org/info/puma 200 OK GET https://index.rubygems.org/quick/Marshal.4.8/puma-3.12.6.gemspec.rz 200 OK Downloading gem puma-3.12.6.gem...

Yes, that was my initial assumption: > This looks like a race between pacman invocations or bad error handling of first invocation, if it failed left locked database. Would be...

> Bundler defaults to using as many workers as available processors (Etc.nprocessors) unless jobs is explicitly configured. Then I'm sure that's it. And because of this case, probably it's not...

@MSP-Greg thank you!!! good to know. Still a bit strange that build is not failing to prevent such consequences. But for our tests we don't need ssl, I guess.

Well, if it is a first report in almost a year and for ancient ruby version, guess it's just fine. These old rubies always giving a headache with something.

Well, now we found at least one case and it's symptom :D

Another way is to adjust `rbenv-which` behavior, so it could resolve absolute paths as fallback. But this looks more explicit to me.

Any updates on this? Would be really nice to attempt to execute as is if no shim exists. Or, even make some thing like `rbenv 2.5.1 run arbitrary_command`. This expected...

In my case for some reason i was not in the `outlinevpn` group. Added to the group. Rebooted. It works.

I have no access to such host OS, so can't investigate further here. Still it works for ubuntu and perlbrew installed perl ![image](https://user-images.githubusercontent.com/2811330/204120765-ace1966e-3703-4567-bec3-b8275a6288db.png) Does `perldoc -f my` works from the...