Hello,
i searched the forum and scanned the documentation another time but i haven't found anything about that
My problem is that i've got some environment variables in qubeproxy's bashrc file but that they are left out when i'm running a job
I know that i can export environment variables when i submit a job, but that's not what i want. I just want the local env to be loaded, any ideas ?
Some troubleshooting data
* definition of the qubeproxy user in vipw
qubeproxy:x:1001:1001::/home/qubeproxy:/bin/bash
* permissions of the .bashrc file
-rw-r--r-- 1 qubeproxy qubeproxy 2514 2009-01-07 17:40 .bashrc
* excerpt from calling env in a term
$ env
SHELL=/bin/bash
USER=qubeproxy
DELIGHT=/usr/local/3delight
DL_SHADERS_PATH=/usr/local/3delight/shaders
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/3delight/bin:/usr/local/pfx/qube/bin:/usr/local/pfx/qube/sbin
QUBECORE=/usr/local/pfx/qube
* excerpt from calling env during a job
SHELL=/bin/bash
USER=qubeproxy
QBPGRPID=12664
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games