The way I got this to work on my laptop was after I installed 1.3.9, I went 
into /sbin and renamed initctl temporarily to initctl.orig
 <sudo mv /sbin/initctl /sbin/initctl.orig>

I then ran sudo /usr/lib/prey/current/bin/prey config hooks post_install 
and everything completed successfully. I then ran sudo 
/usr/lib/prey/current/bin/prey config gui 
and configured it to Prey and everything checked out. I then put initctl back 
to normal: sudo mv /sbin/initctl.orig /sbin/initctl 
and everything is working as designed.

The reason you get this error is because the script that it runs to
install the service looks for initctl and if it finds it, it tries to
use upstart. Since 15.04 uses systemd, it fails and crashes out before
it can build the systemctl module, even thought prey can do this, it
sees initctl and uses that instead. Telling it that it isn't there would
be better, or having Prey update the script to look for systemctl first
instead of initctl would be preferred.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1449725

Title:
  package prey (not installed) failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prey/+bug/1449725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to