6 May
2003
6 May
'03
5:40 p.m.
Hi, On Tue, 6 May 2003, John Culleton wrote:
So I downloaded cont-en.zip from the site and unzipped it in my /usr/TeX directory. [...] Now if I sign on as an ordinary user when I run texexec I get a "file access denied" message. NO clue as to which file is denying access.
You could try: cd /usr/TeX; chmod -R a+r . # Make sure every file is readable find . -type d | xargs chmod a+x # Make sure every directory is excutable
And when I run texexec as root from a command line, then I get Can you try to do: texhash fmtutil --all texhash
It might work, otherwise I have spontaneously no idea. Tobias