|
2008-01-09
, 16:48
|
Posts: 874 |
Thanked: 316 times |
Joined on Jun 2007
@ London UK
|
#132
|
the Application Manager launches; throws up a dialog box that says "Downloading 1kb" and that is it. Period. Nothing.
The Following User Says Thank You to Rebski For This Useful Post: | ||
|
2008-01-09
, 16:50
|
Posts: 874 |
Thanked: 316 times |
Joined on Jun 2007
@ London UK
|
#133
|
DO you get an error when you try to deselect "Virtual memory"?
|
2008-01-09
, 23:37
|
|
Posts: 538 |
Thanked: 168 times |
Joined on Dec 2007
@ Seattle
|
#134
|
To follow on, since I am unable to get a KeyServer to confirm the key I decided to continue (based on the assumption that the Maemo Hackers PUB KEY is correct) and to export the key from gpg and add it to the list of trusted keys for apt with apt-key:
#gpg --armor --export 5FD45CD3EA68E29D | apt-key add -
[Note this is the full key, i.e. not truncated to the last 8 digits – advice on the correct format varies]
The response to the command is;
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found
So, that is it. I appear to be stuck.
|
2008-01-09
, 23:44
|
|
Posts: 538 |
Thanked: 168 times |
Joined on Dec 2007
@ Seattle
|
#135
|
Honeybadger
The thought of deselecting Virtual Memory scares me, why would I want to do it?
|
2008-01-09
, 23:47
|
Posts: 874 |
Thanked: 316 times |
Joined on Jun 2007
@ London UK
|
#136
|
You need to connect to WiFi BEFORE you attempt to connect to anything (ie: Keyserver) on the outside. Xterm will not automatically connect to WiFi for you like most everything else on the tablets do.
The Following 4 Users Say Thank You to Rebski For This Useful Post: | ||
|
2008-01-09
, 23:54
|
Posts: 874 |
Thanked: 316 times |
Joined on Jun 2007
@ London UK
|
#137
|
The only reason I had suggested Honeybadger deselect it is because he was getting errors that his internal (non-removable) MMC was in use - I know that the N810 uses the internal (non-removable) MMC as it's choice for swap usage.
|
2008-01-10
, 00:07
|
|
Posts: 538 |
Thanked: 168 times |
Joined on Dec 2007
@ Seattle
|
#138
|
That would make sense, wifi is connected but do I need to connect specifically via Terminal? If so then it would require commands? Would you know what they are, please?
In the meantime I have dealt with the no-pub key issues for the two repos, Maemo Hackers and Tuomas Kulve , all thanks to Saluga for pointing me in the right direction
http://www.internettablettalk.com/fo...72postcount=10
A word of explanation for those of us sharing my pit of ignorance:-
Maemo Hackers: http://maemo-hackers.org/
Go down to Get GPG Key and download pubkey.txt
http://inz.fi/pubkey.txt
Tuomas Kulve: http://tuomas.kulve.fi/
Go to PGP and download pgp.txt
http://tuomas.kulve.fi/pgp.txt
Place the files ‘pubkey.txt’ and ‘pgp.txt’ in a suitable directory on your tablet.
Open terminal, gain root (by your own means) and navigate to the directory containing the two files.
#apt-key add pubkey.txt
#apt-key add pgp.txt
That will solve the no-pub key issues for those two repos at least.
|
2008-01-10
, 00:14
|
Posts: 874 |
Thanked: 316 times |
Joined on Jun 2007
@ London UK
|
#139
|
Yay! I'm glad you FINALLY got that fixed and at least now I know if the pubkey bug bites me I can have this thread as a resource thanks for posting your fix.
As for wifi and Xterm if there is a way to connect to wifi from xterm - I don't know what it is
|
2008-01-10
, 00:41
|
Posts: 11 |
Thanked: 0 times |
Joined on Oct 2007
@ Nth Carolina
|
#140
|
Just a query, have you Application Manager/Tools/Refresh Application List
and them /Tools/Log
There may be some information in there that could help.
#gpg --armor --export 5FD45CD3EA68E29D | apt-key add -
[Note this is the full key, i.e. not truncated to the last 8 digits – advice on the correct format varies]
The response to the command is;
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found
So, that is it. I appear to be stuck.