Jeff Ohrstrom

Results 532 comments of Jeff Ohrstrom

Hey I worked with Shawn on this in Slack. In LSF he needs to get rid of the `-L` option for shell path completely but can't. I think the issue...

Hey @sleonard617 where u ever able to get around this? I'm being reminded of this for other reasons and now wondering why we didn't suggest an initializer like so: ```ruby...

The landmark seems funny. How it is read in a screen reader is below. The ERB line being correct, but it seems like there are 1-2 extra things being read...

To the kerberose support: You may be able to pass the `KRB5CCNAME` env variable down to PUN. See these docs on [custom env variables](https://osc.github.io/ood-documentation/master/customization_overview.html?highlight=pun_custom_env). It may look something like this....

https://github.com/OSC/ood-ansible/pull/3 created. Fairly simple change.

I'm not sure if it is from `nginx`. Can you uncomment this line in `/var/www/ood/apps/sys/dashboard/config/initializers/new_framework_defaults_5_2.rb` and see if that changes anything? https://github.com/OSC/ondemand/blob/ca681fd38d5c19b8e10bb9b80f1d144faccf9b90/apps/dashboard/config/initializers/new_framework_defaults_5_2.rb#L35 Unfortunately 2.0 doesn't have a `config.load_defaults` so I...

@bviviano be sure to bounce your PUN after you edited that `/var/www/ood` file. If you can't access the button directly, you can hit this path on your server to bounce...

Sorry I'm just now seeing the `active_support` which we don't really use. Let me see where else this could be set...

OK - looks like we ourselves are using this library so that could be the issue as well. ``` apps/dashboard/app/models/batch_connect/session.rb: Digest::MD5.hexdigest(hsh.to_json) apps/dashboard/app/views/batch_connect/sessions/connections/_native_vnc.html.erb: ``` this file - apps/dashboard/app/models/batch_connect/session.rb would be `/var/www/ood/apps/dashboard/app/models/batch_connect/session.rb`....

I'd leave well enough alone if it works for you. If it comes back up - I'd look at maybe `rack`, but other than that those are testing, CLI and...