argv1: Subscript out of rangeThe solution to the problem is described on Wien2k mailing list. You either have to install tcsh package from Fedora 8 (you may find one on rpmfind.net), or do the following:
1. Edit x_lapw script and find the following line (should be around the lines 238—248):
echo "`date`> ($name) $command $argv1[2-]" >> $log2. Comment it and replace with this one:
echo "`date`> ($name) $argv1" >> $logNow it should work.