View Single Post
Old 02-09-2009, 10:42 AM   #48
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
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
...

Last edited by hansel; 02-09-2009 at 10:53 AM.
hansel is offline   Reply With Quote