Comment 10 for bug 1639630

Revision history for this message
Michael Sievers (mike+s) wrote :

Hello,

tried this again. Short version: it works, after forcing aethercast with dpkg
 and renaming a file to lose the .dpkg-new suffix.

bileto upgrade changed nothing:

 bileto device-upgrade 2162

installation by hand:

 wget http://ppa.launchpad.net/ci-train-ppa-service/2162/ubuntu/pool/main/a/aethercast/aethercast_0.1+15.04.20161108-0ubuntu1_armhf.deb

 sudo dpkg -i aethercast_0.1+15.04.20161108-0ubuntu1_armhf.deb

installs but gives errors (this might be why the package hasn't installed with bileto?)

  dpkg: dependency problems prevent configuration of aethercast:
 aethercast depends on libmirclient9 (>= 0.24.1+15.04.20160928); however:
    Version of libmirclient9:armhf on system is 0.24.0+15.04.20160815.3-0ubuntu1.

  dpkg: error processing package aethercast (--install):
   dependency problems - leaving unconfigured
  Processing triggers for ureadahead (0.100.0-19) ...
  Processing triggers for dbus (1.8.12-1ubuntu5) ...
  Errors were encountered while processing:
   aethercast

I can see the new file:
 /etc/dhcp/dhclient-enter-hooks.d/aethercast.dpkg-new

I assume it has not been renamed in order to lose the dpkg-new because auf the missing dependencies.

I did the renaming:

 sudo mv /etc/dhcp/dhclient-enter-hooks.d/aethercast.dpkg-new /etc/dhcp/dhclient-enter-hooks.d/aethercast

Reboot:
 sudo shutdown -r now

After reboot, even on the third, there is still only the normale default route:
  $ ip r l | grep default
  default via 192.168.1.254 dev wlan0 proto static metric 600

Which is expected behavior, great :-)

Not every connection attempt is successfull, but I can live with that.

In summary: the silo works for me, assuming that package installation of
aethercast has failed due to the missing libmir dependency and that the
missing rename was a consequence of that.

So - good news from my side :-)

Please let me know if there is anything else you'd like me to look at.

Best regards,
Michael