I'm interested in running some long-ish scripts that loop through the dump
replicas on Toolforge. Eventually, this sort of thing might move to
crontab, but for now it would be nice to run a screen session as we test /
debug the scripts. The problem is that if I run the scripts from my tool
account
When you ssh into the bastion host, make sure you use the "-t" option to ssh.
That forces a pseudo-terminal to get allocated.
I have no clue why that's not the default.
> On Jun 23, 2020, at 10:47 AM, Isaac Johnson wrote:
>
> I'm interested in running some long-ish scripts that loop through
On 2020-06-23 16:47, Isaac Johnson wrote:
> I'm interested in running some long-ish scripts that loop through the dump
> replicas on Toolforge. Eventually, this sort of thing might move to crontab,
> but
> for now it would be nice to run a screen session as we test / debug the
> scripts.
> The pr
Thanks Arturo -- that's what I needed to know. I'll use jsub instead.
> When you ssh into the bastion host, make sure you use the "-t" option to
ssh.
And thanks Roy for the idea, though for the record, that did not fix the
issue.
Best,
Isaac
On Tue, Jun 23, 2020 at 10:30 AM Arturo Borrero Gonzal
> most if not all of the CSS and Javascript didn't load because of cross
site scripting failures
The Content Security Policy violations are report-only, if that's what
you're referring to. Popper, Bootstrap, jQuery and Selectize are all
available via https://cdnjs.toolforge.org/ which will get aro
Hi,
On 2020-06-23 07:47, Isaac Johnson wrote:
> I'm interested in running some long-ish scripts that loop through the
> dump replicas on Toolforge. Eventually, this sort of thing might move to
> crontab, but for now it would be nice to run a screen session as we test
> / debug the scripts. The pro