Comment 6 for bug 334365

Revision history for this message
Phillip Tarrant (ptarrant) wrote :

I tried the following just for giggles:
Sudo apt-get update
sudo apt-get remove schooltool-2008
sudo apt-get install schooltool-2008

this is the output:
update-rc.d: warning: /etc/init.d/schooltool-2008 missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
 * Starting SchoolTool 2008...
Traceback (most recent call last):
  File "/usr/bin/paster", line 17, in ?
    from paste.script import command
ImportError: No module named paste.script [fail]
invoke-rc.d: initscript schooltool-2008, action "start" failed.
dpkg: error processing schooltool-2008 (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 schooltool-2008
E: Sub-process /usr/bin/dpkg returned an error code (1)

I then tried this:
sudo apt-get --purge autoremove schooltool-2008 *(its a test machine, lets get rid of EVERYTHING!)*
sudo apt-get install schooltool-2008

I then get this for the output (*note* this is trimmed from all the "install stuff")
Setting up schooltool-2008 (2) ...
update-rc.d: warning: /etc/init.d/schooltool-2008 missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
 * Starting SchoolTool 2008... Traceback (most recent call last):
  File "/usr/bin/paster", line 17, in ?
    from paste.script import command
ImportError: No module named paste.script [fail]
invoke-rc.d: initscript schooltool-2008, action "start" failed.
dpkg: error processing schooltool-2008 (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 schooltool-2008
E: Sub-process /usr/bin/dpkg returned an error code (1)

Perhaps this helps abit, because at this point I'm at a loss :(