Hello, I tried to run a cron job on linux using an rc script and bumped into a problem. When the job tries to be run I get something like
/usr/local/plan9/rcmain: rc (/home/sykora/plan9port/bin/ rc): .: can't open: No such file or directory (I don't know why it starts with /usr/local...; but it is probably not really relevant here.) In my crontab I have specified a PATH containing /home/sykora/plan9port/bin (where rc itself is located) but that seems to no be enough... (If I hadn't I wouldn't have got to rcmain ever; so rc calls for some reason rcmain [why? must it?]) Have anybody ever solved a problem like this? (What is the minimum I have to have in order to run rc script on linux?) Thanks Ruda
