Hi Razvan I get following error when I add "deb http://tinyprod.net/debian-dev squeeze main" to /etc/apt/source.list and run $sudo apt-get update
W: GPG error: http://tinyprod.net squeeze Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BD4DDD22F99BE531 Is there any fix for this error? Razvan Musaloiu-E.-2 wrote: > > Hi! > > You can install the old packages using the packages from here: > > http://tinyprod.net/debian-dev/ > > The packages you want are the -legacy ones. So the steps are the > following: > > 1. Remove the previously installed tinyos packages: > > $ sudo dpkg -P `dpkg -l nesc '*tinyos*' | grep ^ii | awk '{ print $2 }' > | xargs` > > 2. Add the following line to /etc/apt/source.list: > > deb http://tinyprod.net/debian-dev squeeze main > > 3. Install the new packages: > > $ sudo apt-get update > $ sudo apt-get install nesc msp430-tinyos-legacy avr-tinyos-legacy > > -- Razvan ME > > On Wed, 5 Oct 2011, Wenjie wrote: > >> >> Hi Richard, >> >> I am running in to the same problem. I have the latest cvs update of >> tinyos >> from sourceforge and is running Ubuntu Lucid. I was wondering how did you >> fix the problem by pointing to the old debian repo. >> >> >> Richard Figura wrote: >>> >>> Hi Phil, >>> >>> thank you very much! >>> Using the old packages solved the problem for now :-) >>> >>> Best Regards, >>> Richard >>> >>> >>> Am Samstag, 27. August 2011, 18:11:26 schrieb Philip Levis: >>> >>>> On Aug 27, 2011, at 8:45 AM, Philip Levis wrote: >>>>> On Aug 27, 2011, at 3:46 AM, Richard Figura wrote: >>>>>> Hi, >>>>>> >>>>>> is there a solution for the problem described by Shravan Kulkarni >>>>>> yet? >>>>>> I am asking because I have exactly the same problem since ~2 weeks >>>>>> when I >>>>>> installed an update through the debian repositories. >>>>>> >>>>>> Like him, I also tried to reinstall TinyOS through the repositories >>>>>> without >>>>>> any success. >>>>> >>>>> If you point your package manager at >>>>> >>>>> http://tinyos.stanford.edu/tinyos/dists/ubuntu.old >>>>> >>>>> You should be able to get the old msp430 packages. >>>> >>>> Unfortunately I'm about to leave for a week of no email contact. >>>> Hopefully this should be able to get things working for you until I >>>> return. When I'm back I'll work on setting up the repository more >>>> cleanly. >>>> >>>> Phil >>> >>> _______________________________________________ >>> Tinyos-help mailing list >>> [email protected] >>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >>> >>> >> >> -- >> View this message in context: >> http://old.nabble.com/Getting-MSP430-error-in-tinyos-2.1.1-tp32334121p32595464.html >> Sent from the TinyOS - Help mailing list archive at Nabble.com. >> >> _______________________________________________ >> Tinyos-help mailing list >> [email protected] >> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >> > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > -- View this message in context: http://old.nabble.com/Getting-MSP430-error-in-tinyos-2.1.1-tp32334121p33763543.html Sent from the TinyOS - Help mailing list archive at Nabble.com. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
