On 12/18/09 20:42, Glenn wrote: > Configuring connman > System startup links for /etc/init.d/connman already exist. > Restarting Connection Manager >>> (phone suspends thus interfering with upgrade configuration)<< > > I now assume that the installation is broken/inconsistent. > What can be done to resolve this issue?
For remote installations I always do that in a running screen session (I also do that for ethernet based connections), this way, if your ssh connection gets interrupted (because WiFi is restarted for example) your opkg session will continue to run. Just start "screen". To log in back into an existing screen session, I always use "screen -DR" Second, I always use "alias opkg=fsoraw -f -r CPU -- opkg" in /etc/profile which will prevent suspending while opkg is running. The only time this will not work is when fsodeviced is restarted due to an opkg upgrade. For this I don't have a solution. _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
