Ubuntu 10.10. # mkdir /usr/local/context # chown meta /usr/local/context # cd /usr/local/context # su meta $ wget http://minimals.contextgarden.net/setup/first-setup.sh $ sh first-setup.sh --context=current $ cd ~/Documents/Reference/ConTeXt $ . /usr/local/context/tex/setuptex Setting "/usr/local/context/tex" as ConTeXt root. $ context test.tex MTXrun | forcing cache reload MTXrun | resolvers: loading configuration file '/usr/local/context/tex/texmf/web2c/texmfcnf.lua' MTXrun | resolvers MTXrun | resolvers MTXrun | resolvers MTXrun | the resolver databases are not present or outdated MTXrun | resolvers: using suffix based filetype 'lua' MTXrun | resolvers: using suffix based filetype 'lua' MTXrun | resolvers: remembering file 'mtx-context.lua' MTXrun | resolvers: using suffix based filetype 'lua' MTXrun | unknown script 'context.lua' or 'mtx-context.lua' $ which context /usr/local/context/tex/texmf-linux/bin/context $ -- You received this bug notification because you are a member of ConTeXt distribution team, which is the registrant for ConTeXt distribution. https://bugs.launchpad.net/bugs/379146 Title: mtxrun Status in ConTeXt distribution: New Bug description: from Alan BRASLAU, untested I did a fresh install of the minimals today and observed a fleeting, obscure mtxrun bug: $ context myfile did not find the script mtx-context.lua $ mtxrun --script /usr/local/context/tex/texmf-context/\ scripts/context/lua/mtx-context.lua myfile ran fine, as now does all subsequent runs of "context myfile". So something gets initialized, but is not found by default. You will only notice this upon a (totally) fresh install.