[Bug 58784] jsub and utf8

2014-08-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 Marc A. Pelletier changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58784] jsub and utf8

2014-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 --- Comment #9 from Marc A. Pelletier --- Is this still a relevant issue? -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wik

[Bug 58784] jsub and utf8

2013-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 --- Comment #8 from Marc A. Pelletier --- Part of the difficulty is that there is a combinatorial explosion of starting environments depending on more factors than you can shake a stick at (given the gridengine's propensity to try to "guess" at

[Bug 58784] jsub and utf8

2013-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 --- Comment #7 from Tim Landscheidt --- (In reply to comment #5) > [...] > My assumption (and fear :-)) is that SGE sources ~/.profile before job > execution, which means that there will be a *lot* of confusion on where to > configure locales a

[Bug 58784] jsub and utf8

2013-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 --- Comment #6 from Merlijn van Deen --- Ahh, there's another catch. valhallasw@tools-login:~$ python ./test.py | tee Traceback (most recent call last): File "./test.py", line 2, in print u"\xe4" UnicodeEncodeError: 'ascii' codec can't

[Bug 58784] jsub and utf8

2013-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 --- Comment #5 from Tim Landscheidt --- (In reply to comment #3) > [...] > Setting LANG="en_US.UTF-8" (or any other UTF-8 locale) should solve this > issue. It apparently does, because I have: | export LANG=de_DE.UTF-8 in ~/.profile, and for

[Bug 58784] jsub and utf8

2013-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 Merlijn van Deen changed: What|Removed |Added CC||valhall...@arctus.nl --- Comment #4

[Bug 58784] jsub and utf8

2013-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 --- Comment #3 from Merlijn van Deen --- I think this should be a more generic request to make sure the environment on the exec hosts is the same as what someone has when testing in the interactive shell. In any case, the problem is the follow

[Bug 58784] jsub and utf8

2013-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 --- Comment #2 from Kunal Mehta (Legoktm) --- Partially reproduced it. Using the first script: local-legobot@tools-login:~/$ jsub ./test.py && while ! job test > /dev/null; do sleep 1; done && cat test.{out,err} Your job 1933479 ("test") has

[Bug 58784] jsub and utf8

2013-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 --- Comment #1 from Tim Landscheidt --- I can't reproduce either claim: | scfc@tools-login:~$ cat > test.py && chmod +x test.py && rm -f test.{out,err} && jsub ./test.py && while ! job test > /dev/null; do sleep 1; done && cat test.{out,err} |

[Bug 58784] jsub and utf8

2013-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58784 Kunal Mehta (Legoktm) changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|