Hello Hansen,
Sorry to answer so late, until now I didn't find a CF card in my city, and will probably need to order one from outside. Two weeks shipping...
I'l try tour suggested script modification.
syl
Quote:
Originally Posted by hansel
Hello syl,
I have no idea where messages like 'xxxxxxxx:yyyyyyyy' come from. never seen them before...
From the logfile I can see that 3 things were clicked: - install
- select 20 items
- reboot
This is exactly the normal way of installing...
1: the script thinks all went well: it copies files and chages the start script
2: the script fails because it thinks newLister is not installed
3: reboot: nothing can go wrong with that...
It looks as if the start script did not get written properly. I have no clue as what has caused this  it should just work...
If you dare try it again, can you add one line to the file 'run_common.sh', with 'set -x' in it?
That would get more info in the logfile. Thus:
Code:
#!/bin/sh
set -x
DIR=$scriptdir/.. # always called from a subdir
...
|