View Single Post
Old 02-12-2009, 07:09 PM   #52
syltao
Junior Member
syltao began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2009
Device: iliad
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 View Post
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:
  1. install
  2. select 20 items
  3. 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
...
syltao is offline   Reply With Quote