> Flemming Richter Mikkelsen wrote: > > My best tips is: > ssh into the phone > $ screen > $ opkg update && opkg upgrade > If the ssh session terminates, just ssh in again and run > $ screen -x > > > Screen is slow. [...] >
slow, yes: around 30s for having the first shell :-P Using strace, this delay seems related to the huge /etc/termcap (~700k). If I remove/rename this file, screen is launched almost instantaneously. Another way could be to assign TERMCAP to a slimmer or non existent termcap file: export TERMCAP=/etc/termcap.foo screen Best regards, Gilles _______________________________________________ devel mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/devel
