Reply
Thread Tools
Posts: 7 | Thanked: 2 times | Joined on Jan 2008
#1
Hi, I am a newbie of maemo and I have a terrible problem.
I installed ssh on my N810 and I gain root privileges. I had some repositories using the hildon application mamager:

Code:
deb http://maemo.jabber.dk/pidgin-n800-led-plugin chinook user
deb http://repository.maemo.org/extras/ chinook free non-free
deb http://catalogue.tableteer.nokia.com/certified/ chinook user
deb http://repository.maemo.org chinook free non-free
deb http://elkins.org/packages chinook main
deb http://repository.maemo.org/extras-devel/ chinook free
deb http://download.talinux.tal.org/pub/maemo chinook free
deb http://jalimo.evolvis.org/repository/maemo/ chinook user
deb http://www.mulliner.org/nokia770/repository/ chinook free
deb http://maemo-hackers.org/apt chinook main
deb http://www.cobb.uk.net/apt/ chinook user
When I launch apt-get update this is the output:

Code:
Ign http://maemo.jabber.dk chinook Release.gpg
Ign http://www.mulliner.org chinook Release.gpg
Hit http://catalogue.tableteer.nokia.com chinook Release.gpg
Ign http://maemo.jabber.dk chinook Release
Ign http://www.mulliner.org chinook Release
Hit http://catalogue.tableteer.nokia.com chinook Release
Ign http://repository.maemo.org chinook Release.gpg
Ign http://maemo.jabber.dk chinook/user Packages/DiffIndex
Ign http://www.mulliner.org chinook/free Packages/DiffIndex
Ign http://download.talinux.tal.org chinook Release.gpg
Hit http://maemo.jabber.dk chinook/user Packages
Ign http://repository.maemo.org chinook Release.gpg
Hit http://www.mulliner.org chinook/free Packages
Ign http://elkins.org chinook Release.gpg
Ign http://repository.maemo.org chinook Release.gpg
Ign http://catalogue.tableteer.nokia.com chinook/user Packages/DiffIndex
Ign http://elkins.org chinook Release
Ign http://download.talinux.tal.org chinook Release
Get:1 http://repository.maemo.org chinook Release [207B]
Hit http://catalogue.tableteer.nokia.com chinook/user Packages
Ign http://elkins.org chinook/main Packages/DiffIndex
Ign http://download.talinux.tal.org chinook/free Packages/DiffIndex
Hit http://repository.maemo.org chinook Release
Hit http://repository.maemo.org chinook Release
Ign http://repository.maemo.org chinook/free Packages/DiffIndex
Hit http://elkins.org chinook/main Packages
Hit http://download.talinux.tal.org chinook/free Packages
Ign http://www.cobb.uk.net chinook Release.gpg
Ign http://repository.maemo.org chinook/non-free Packages/DiffIndex
Hit http://www.cobb.uk.net chinook Release
Ign http://repository.maemo.org chinook/free Packages/DiffIndex
Ign http://jalimo.evolvis.org chinook Release.gpg
Hit http://jalimo.evolvis.org chinook Release
Hit http://maemo-hackers.org chinook Release.gpg
Ign http://www.cobb.uk.net chinook/user Packages/DiffIndex
Ign http://repository.maemo.org chinook/non-free Packages/DiffIndex
Hit http://maemo-hackers.org chinook Release
Ign http://repository.maemo.org chinook/free Packages/DiffIndex
Ign http://jalimo.evolvis.org chinook/user Packages/DiffIndex
Hit http://www.cobb.uk.net chinook/user Packages
Hit http://jalimo.evolvis.org chinook/user Packages
Ign http://maemo-hackers.org chinook/main Packages/DiffIndex
Get:2 http://repository.maemo.org chinook/free Packages [169kB]
Hit http://maemo-hackers.org chinook/main Packages
Hit http://repository.maemo.org chinook/non-free Packages
Hit http://repository.maemo.org chinook/free Packages
Hit http://repository.maemo.org chinook/non-free Packages
Hit http://repository.maemo.org chinook/free Packages
Fetched 169kB in 6s (27,5kB/s)
Reading package lists... Done
and I think that this is OK. But when I launch "apt-get uprade" I receive always this:
Code:
Reading package lists... Done
Building dependency tree... Done
The following packages have been kept back:
  libglade2-0 makedev
The following packages will be upgraded:
  libecore0 libecore0-all libecore0-con libecore0-desktop libecore0-evas
  libecore0-file libecore0-imf libecore0-imf-evas libecore0-ipc libecore0-job
  libecore0-txt libecore0-x libedbus0 libedje0 libeet0 libembryo0 libepeg0
  libepsilon0 libetk0 libetk0-engine-all libetk0-engine-evas
  libetk0-engine-evas-software-x11 libetk0-engine-evas-software-x11-16
  libetk0-engine-evas-x11 libevas0 libevas0-all libevas0-engine-buffer
  libevas0-engine-software-generic libevas0-engine-software-x11
  libevas0-engine-software-x11-16 libevas0-engines-all libevas0-loader-eet
  libevas0-loader-jpeg libevas0-loader-png libevas0-loaders-all
  libevas0-saver-eet libevas0-saver-jpeg libevas0-saver-png
  libevas0-savers-all libimlib2 python2.5-ecore python2.5-edbus python2.5-edje
  python2.5-efl-core python2.5-efl-utils python2.5-epsilon python2.5-etk
  python2.5-evas
48 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 2780kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Abort.
Any ideas?

Thx in advance for your kind collaboration!
 
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#2
Tried just pressing return? (as 'Y' is default).
Anyway, apt-get upgrade didn't use to be a safe (or even useful) operation back on OS2007, don't know for sure about OS2008.. is there any particular reason you want to run apt-get upgrade?
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 
Posts: 7 | Thanked: 2 times | Joined on Jan 2008
#3
I tried just pressing return, it doesn't work. Using "apt-get upgrade" I want to download and install all new packages from my repositories. I tried some days ago with a list of few repositories and it worked, but now with the new sources list it doesn't work. I tried to find a log, but the directory /var/log is empty....
 
PJE's Avatar
Posts: 58 | Thanked: 16 times | Joined on Oct 2007 @ Michigan, USA
#4
Are you entering 'y' or 'Y'. Looking at the screen shot it looks like you need to enter an upper case 'Y'...
 
Posts: 5,795 | Thanked: 3,151 times | Joined on Feb 2007 @ Agoura Hills Calif
#5
I don't think you need to enter an upper-case y because I never have. It's not really a good idea to run apt-get upgrade at all, they told me. I've been running it anyway and never got burned.

If you really care that much, you could disable a bunch of repositories and see if you still have the problem, etc, and use that sort of process to find out what repository is causing the problem. I would probably just not run apt-get upgrade for awhile, in reluctant respect of the advice I got...
 
Posts: 874 | Thanked: 316 times | Joined on Jun 2007 @ London UK
#6
A few minutes ago I have just done this too except i used 'update' instead of 'upgrade' with similar results.

It is all a bit scary, I don't like some of the error messages either.

Lower case 'y' works.

The problem of 'No Pub Key' repositories still persists and I just hope I haven't introduced any complications by issueing terminal commands in a fit of exasperation.l
 
Posts: 5,795 | Thanked: 3,151 times | Joined on Feb 2007 @ Agoura Hills Calif
#7
BTW: There are probably only a few programs that need to be updated, so there is not really a pressing reason to use apt-get to do it rather than Application Manager. For most purposes, that's what it looks to me like Application Manager IS -- a graphical substitute for apt-get.

If only they had a checkbox for "upgrade everything possible", there would not even be a strong temptation to use apt-get, though I have appreciated the impetus to get "under the hood", to continue a metaphorical comparison between cars and tablets now ongoing in another thread...

And my understanding about those error messages about missing public keys is that they are basically not important, no? Si?
 
Posts: 7 | Thanked: 2 times | Joined on Jan 2008
#8
Solved!
the problem was that I typed "y" or "Y", but I choose italian as OS language and I had to type "s" (sė in italian)! I have just tried with "s" and it works!

thx and bye!
 
Posts: 874 | Thanked: 316 times | Joined on Jun 2007 @ London UK
#9
And my understanding about those error messages about missing public keys is that they are basically not important, no? Si?
So this message in Application Manager:
W: GPG error: http://maemo-hackers.org chinook Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5FD45CD3EA68E29D
Is what you are saying that the error message is purely advisory? Are the packages contained in the repository still available in the usual way?

My inference was that they were blocked? Is that correct? Oui, Non?
 
Posts: 7 | Thanked: 2 times | Joined on Jan 2008
#10
download the pgp key from http://inz.fi/pubkey.txt and use "apt-key add pubkey.txt".

bye!
 

The Following 2 Users Say Thank You to salgua For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 01:53.