Active Topics

 


Reply
Thread Tools
Posts: 96 | Thanked: 2 times | Joined on Jul 2010
#1
when i do ap-get update in x term i get the following weird msg


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # apt-get update
Hit http://repository.maemo.org fremantle-1.3 Release.gpg
Ign http://repository.maemo.org fremantle-1.3/free Translation-en_GB
Ign http://repository.maemo.org fremantle-1.3/non-free Translation-en_GB
Hit http://repository.maemo.org fremantle Release.gpg
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Ign http://repository.maemo.org fremantle/free Translation-en_GB
Ign http://repository.maemo.org fremantle/non-free Translation-en_GB
Hit http://repository.maemo.org fremantle Release.gpg
Ign https://downloads.maemo.nokia.com ./ Translation-en_GB
Ign http://repository.maemo.org fremantle/free Translation-en_GB
Ign http://repository.maemo.org fremantle/non-free Translation-en_GB
Hit http://repository.maemo.org fremantle Release.gpg
Ign http://repository.maemo.org fremantle/free Translation-en_GB
Ign http://repository.maemo.org fremantle/non-free Translation-en_GB
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Ign http://qole.org maemo Release.gpg
Ign http://qole.org maemo/fremantle Translation-en_GB
Ign http://edu.kde.org stable/ Release.gpg
Ign http://edu.kde.org stable/ Translation-en_GB
Ign https://downloads.maemo.nokia.com ./ Translation-en_GB
Hit http://repository.maemo.org fremantle Release.gpg
Ign http://repository.maemo.org fremantle/free Translation-en_GB
Ign http://repository.maemo.org fremantle/non-free Translation-en_GB
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Ign https://downloads.maemo.nokia.com ./ Translation-en_GB
Get:1 http://moff.mozilla.com fremantle Release.gpg [189B]
Ign http://moff.mozilla.com fremantle/release Translation-en_GB
Hit http://repository.maemo.org fremantle-1.3 Release
Hit https://downloads.maemo.nokia.com ./ Release
Hit https://downloads.maemo.nokia.com ./ Release
Hit http://repository.maemo.org fremantle Release
Hit https://downloads.maemo.nokia.com ./ Release
Hit http://repository.maemo.org fremantle Release
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Hit http://repository.maemo.org fremantle Release
Hit http://qole.org maemo Release
Hit https://downloads.maemo.nokia.com ./ Packages
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Hit http://edu.kde.org stable/ Release
Hit http://repository.maemo.org fremantle Release
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Hit http://moff.mozilla.com fremantle Release
Ign http://repository.maemo.org fremantle-1.3/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle-1.3/non-free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Ign http://qole.org maemo/fremantle Packages/DiffIndex
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Ign http://edu.kde.org stable/ Packages/DiffIndex
Hit http://repository.maemo.org fremantle-1.3/free Packages
Hit http://repository.maemo.org fremantle-1.3/non-free Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Hit http://qole.org maemo/fremantle Packages
Get:2 http://moff.mozilla.com fremantle Release [773B]
Ign http://moff.mozilla.com fremantle Release
Hit http://edu.kde.org stable/ Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Ign http://moff.mozilla.com fremantle/release Packages/DiffIndex
Hit http://moff.mozilla.com fremantle/release Packages
Fetched 962B in 18s (53B/s)
Reading package lists... Done
W: GPG error: http://moff.mozilla.com fremantle Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 667387BFFF445C24
W: You may want to run apt-get update to correct these problems
/home/user #
what does this mean ?
my browser has been acting werid with site half opening and streaming sites just hang

any help sugestions?

cheers
 
normaltusker's Avatar
Posts: 129 | Thanked: 11 times | Joined on Feb 2010 @ Bangalore, India
#2
can u try running the same command after cleaning ur cache and already downloaded repository updates? Let us know what comes up after that.

Use the below comments, not necessarily in the same order.

Code:
apt-get clean
apt-get autoclean
apt-get remove
apt-get autoremove
remove and autoremove would remove any applications that have broken dependencies and are not used by any other app. they should also be able to help you identify if any app has a problem.
 
Posts: 96 | Thanked: 2 times | Joined on Jul 2010
#3
Originally Posted by normaltusker View Post
can u try running the same command after cleaning ur cache and already downloaded repository updates? Let us know what comes up after that.

Use the below comments, not necessarily in the same order.

Code:
apt-get clean
apt-get autoclean
apt-get remove
apt-get autoremove
remove and autoremove would remove any applications that have broken dependencies and are not used by any other app. they should also be able to help you identify if any app has a problem.
thanks for quick reply this what i get now


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # apt-get clean
/home/user # apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
/home/user # apt-get remove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libqtm-serviceframework libqt4-declarative libqtm-publishsubscribe python-xml
dsme-thermalobject-surface libqtm-versit python-facebook libqt4-translations libqtm-sensors
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
/home/user # apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libqtm-serviceframework libqt4-declarative libqtm-publishsubscribe python-xml
dsme-thermalobject-surface libqtm-versit python-facebook libqt4-translations libqtm-sensors
Hmm, seems like the AutoRemover destroyed something which really
shouldn't happen. Please file a bug report against apt.

The following information may help to resolve the situation:

The following packages have unmet dependencies:
qtm-maemo-metapackage: Depends: libqtm-publishsubscribe (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-sensors (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-serviceframework (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-versit (>= 1:1.0.2-maemo1) but it is not going to be installed
E: Internal Error, AutoRemover broke stuff
/home/user #

nice msg lol

what now ?
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#4
Originally Posted by moradeeb View Post
W: GPG error: http://moff.mozilla.com fremantle Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 667387BFFF445C24
W: You may want to run apt-get update to correct these problems
/home/user #
what does this mean ?
my browser has been acting werid with site half opening and streaming sites just hang

any help sugestions?

cheers
It just means you don't have the GPG key installed for the mozilla repository, so it can't verify the authenticity of any packages it's installing from there. This is just a warning though, so has absolutely zero effect on functionality, and will certainly not cause any problems with browser/streaming sites.
 
Posts: 96 | Thanked: 2 times | Joined on Jul 2010
#5
Originally Posted by Rob1n View Post
It just means you don't have the GPG key installed for the mozilla repository, so it can't verify the authenticity of any packages it's installing from there. This is just a warning though, so has absolutely zero effect on functionality, and will certainly not cause any problems with browser/streaming sites.
what is it? how do i get it do i need it? should i bover?

any other suggestions on trying to diagnose whats wrong with my browser??
 
normaltusker's Avatar
Posts: 129 | Thanked: 11 times | Joined on Feb 2010 @ Bangalore, India
#6
use a an Apt-get -f install that should download the packages that are missing. I am not sure about the "AutoRemover Broke" error though.
 
normaltusker's Avatar
Posts: 129 | Thanked: 11 times | Joined on Feb 2010 @ Bangalore, India
#7
Originally Posted by Rob1n View Post
It just means you don't have the GPG key installed for the mozilla repository, so it can't verify the authenticity of any packages it's installing from there. This is just a warning though, so has absolutely zero effect on functionality, and will certainly not cause any problems with browser/streaming sites.
how do we get the GPG key? I know it has no implications, yet just curious.
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#8
Originally Posted by moradeeb View Post
what is it? how do i get it do i need it? should i bover?
You don't really need to bother, but if you do want to, a quick search suggests that the mozilla public key is here, so you'd need to download that, then use "gpg --import" to register it.

Originally Posted by moradeeb View Post
any other suggestions on trying to diagnose whats wrong with my browser??
Which browser? For microb, you could try removing the ~/.mozilla/microb directory, which will wipe all the configuration settings, history, etc.
 
Posts: 96 | Thanked: 2 times | Joined on Jul 2010
#9
I did apt-get -f install and upgrade and got this

ome/user # apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libqtm-serviceframework libqt4-declarative libqtm-publishsubscribe python-xml
dsme-thermalobject-surface libqtm-versit python-facebook libqt4-translations libqtm-sensors
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
/home/user # apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libqtm-serviceframework libqt4-declarative libqtm-publishsubscribe python-xml
dsme-thermalobject-surface libqtm-versit python-facebook libqt4-translations libqtm-sensors
Hmm, seems like the AutoRemover destroyed something which really
shouldn't happen. Please file a bug report against apt.

The following information may help to resolve the situation:

The following packages have unmet dependencies:
qtm-maemo-metapackage: Depends: libqtm-publishsubscribe (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-sensors (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-serviceframework (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-versit (>= 1:1.0.2-maemo1) but it is not going to be installed
E: Internal Error, AutoRemover broke stuff
/home/user # apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
aThe following packages were automatically installed and are no longer required:
libqtm-serviceframework libqt4-declarative libqtm-publishsubscribe python-xml
dsme-thermalobject-surface libqtm-versit python-facebook libqt4-translations libqtm-sensors
Use 'apt-get autoremove' to remove them.
p0 upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
/home/user # apt-get install upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package upgrade
/home/user # apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
alarmed preenv pyside-qt4-core pyside-qt4-gui pyside-qt4-maemo5
The following packages will be upgraded:
apt avahi-daemon avahi-dnsconfd gstreamer0.10-flac gstreamer0.10-plugins-good-extra
hildon-application-manager hildon-control-panel hildon-desktop hildon-home hildon-status-menu
liblongcat1 libpyside0.4 librsvg2-2 libsdl-gfx1.2-4 libsdl-haa1.2-1 libvte-common libvte4
modest osso-applet-display osso-applet-notificationlight python2.5-qt4-common
python2.5-qt4-core python2.5-qt4-dbus python2.5-qt4-gui python2.5-qt4-maemo5 python2.5-sip4
tracker-extractor-vorbis
27 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 5355kB of archives.
After this operation, 684kB disk space will be freed.
Do you want to continue [Y/n]? y
Get:1 http://repository.maemo.org fremantle/free avahi-daemon 0.6.24-0maemo2 [74.5kB]
Get:2 http://repository.maemo.org fremantle/free avahi-dnsconfd 0.6.24-0maemo2 [25.1kB]
Get:3 http://repository.maemo.org fremantle/free gstreamer0.10-flac 0.10.15-0maemo3+0m5.tk1.nb1 [32.1kB]
Get:4 http://repository.maemo.org fremantle/free hildon-application-manager 1:2.2.72-3 [208kB]
Get:5 http://repository.maemo.org fremantle/free hildon-control-panel 1:2.2.27-4 [34.7kB]
Get:6 https://downloads.maemo.nokia.com ./ apt 0.7.20.2maemo13.1+0m5 [572kB]
Get:7 http://repository.maemo.org fremantle/free hildon-desktop 1:2.2.142-9 [233kB]
Get:8 http://repository.maemo.org fremantle/free hildon-home 0.3.71-5 [77.9kB]
Get:9 http://repository.maemo.org fremantle/free hildon-status-menu 0.3.40-4 [17.0kB]
Get:10 http://repository.maemo.org fremantle/free liblongcat1 0.10 [10.2kB]
Get:11 http://repository.maemo.org fremantle/free libpyside0.4 0.4.2-1maemo8 [103kB]
Get:12 http://repository.maemo.org fremantle/free librsvg2-2 2.26.0-1maemo1 [137kB]
Get:13 http://repository.maemo.org fremantle-1.3/free libsdl-gfx1.2-4 2.0.22-0maemo1 [54.7kB]
Get:14 http://repository.maemo.org fremantle/free libvte4 1:0.16.14-0mh9.m6 [724kB]
Get:15 http://repository.maemo.org fremantle/free libvte-common 1:0.16.14-0mh9.m6 [173kB]
Get:16 http://repository.maemo.org fremantle/free modest 3.90.7-6 [396kB]
Get:17 http://repository.maemo.org fremantle/free tracker-extractor-vorbis 0.1-3maemo1 [6204B]
Get:18 http://repository.maemo.org fremantle/free libsdl-haa1.2-1 1.1.0 [8402B]
Get:19 http://repository.maemo.org fremantle/free osso-applet-display 1.5.4+0cssu1 [10.2kB]
Get:20 http://repository.maemo.org fremantle/free osso-applet-notificationlight 0.0.8+0cssu1 [8446B]
Get:21 http://repository.maemo.org fremantle-1.3/free python2.5-qt4-maemo5 4.7.5-maemo2 [23.9kB]
Get:22 http://repository.maemo.org fremantle-1.3/free python2.5-qt4-dbus 4.7.5-maemo2 [8368B]
Get:23 http://repository.maemo.org fremantle-1.3/free python2.5-qt4-gui 4.7.5-maemo2 [1485kB]
Get:24 http://repository.maemo.org fremantle-1.3/free python2.5-qt4-core 4.7.5-maemo2 [522kB]
Get:25 http://repository.maemo.org fremantle-1.3/free python2.5-sip4 4.11-maemo0 [34.2kB]
Get:26 http://repository.maemo.org fremantle-1.3/free python2.5-qt4-common 4.7.5-maemo2 [3754B]
Get:27 https://downloads.maemo.nokia.com ./ gstreamer0.10-plugins-good-extra 0.10.16-git276-0maemo19+0m5 [371kB]
Fetched 5355kB in 2min11s (40.8kB/s)
(Reading database ... 36729 files and directories currently installed.)
Preparing to replace apt 0.7.20.2maemo13.1+0m5 (using .../apt_0.7.20.2maemo13.1+0m5_armel.deb) ...
Unpacking replacement apt ...
Setting up apt (0.7.20.2maemo13.1+0m5) ...
ldconfig: /usr/lib/libSDL_mixer-1.2.so.0 is not a symbolic link

(Reading database ... 36726 files and directories currently installed.)
Preparing to replace avahi-daemon 0.6.24-0maemo1 (using .../avahi-daemon_0.6.24-0maemo2_armel.deb) ...
Unpacking replacement avahi-daemon ...
Preparing to replace avahi-dnsconfd 0.6.24-0maemo0 (using .../avahi-dnsconfd_0.6.24-0maemo2_armel.deb) ...
Unpacking replacement avahi-dnsconfd ...
Preparing to replace gstreamer0.10-flac 0.10.15-0maemo3+0m5.tk1 (using .../gstreamer0.10-flac_0.10.15-0maemo3+0m5.tk1.nb1_armel.deb) ...
Unpacking replacement gstreamer0.10-flac ...
Preparing to replace gstreamer0.10-plugins-good-extra 0.10.16-git276-0maemo18+0m5 (using .../gstreamer0.10-plugins-good-extra_0.10.16-git276-0maemo19+0m5_armel.deb) ...
Unpacking replacement gstreamer0.10-plugins-good-extra ...
Preparing to replace hildon-application-manager 1:2.2.71-1+0m5 (using .../hildon-application-manager_1%3a2.2.72-3_armel.deb) ...
Unpacking replacement hildon-application-manager ...
Preparing to replace hildon-control-panel 1:2.2.27-2+0m5 (using .../hildon-control-panel_1%3a2.2.27-4_armel.deb) ...
Unpacking replacement hildon-control-panel ...
Preparing to replace hildon-desktop 1:2.2.140-1+0m5 (using .../hildon-desktop_1%3a2.2.142-9_armel.deb) ...
Unpacking replacement hildon-desktop ...
dpkg: error processing /var/cache/apt/archives/hildon-desktop_1%3a2.2.142-9_armel.deb (--unpack):
trying to overwrite `/usr/share/gconf/schemas/hildon-desktop-keys.schemas', which is also in package modified-hildon-desktop
Preparing to replace hildon-home 0.3.70-1+0m5 (using .../hildon-home_0.3.71-5_armel.deb) ...
Unpacking replacement hildon-home ...
Preparing to replace hildon-status-menu 0.3.39+0m5 (using .../hildon-status-menu_0.3.40-4_armel.deb) ...
Unpacking replacement hildon-status-menu ...
Preparing to replace liblongcat1 0.7 (using .../liblongcat1_0.10_armel.deb) ...
Unpacking replacement liblongcat1 ...
Preparing to replace libpyside0.4 0.4.2-1maemo5 (using .../libpyside0.4_0.4.2-1maemo8_armel.deb) ...
Unpacking replacement libpyside0.4 ...
Preparing to replace librsvg2-2 2.26.0-1maemo0 (using .../librsvg2-2_2.26.0-1maemo1_armel.deb) ...
Unpacking replacement librsvg2-2 ...
Preparing to replace libsdl-gfx1.2-4 2.0.19-1maemo2 (using .../libsdl-gfx1.2-4_2.0.22-0maemo1_armel.deb) ...
Unpacking replacement libsdl-gfx1.2-4 ...
Preparing to replace libvte4 1:0.16.14-0mh9.m5 (using .../libvte4_1%3a0.16.14-0mh9.m6_armel.deb) ...
Unpacking replacement libvte4 ...
Preparing to replace libvte-common 1:0.16.14-0mh9.m5 (using .../libvte-common_1%3a0.16.14-0mh9.m6_all.deb) ...
Unpacking replacement libvte-common ...
Preparing to replace modest 3.4.8+0m5 (using .../modest_3.90.7-6_armel.deb) ...
Unpacking replacement modest ...
Preparing to replace tracker-extractor-vorbis 0.1-2maemo2 (using .../tracker-extractor-vorbis_0.1-3maemo1_armel.deb) ...
Unpacking replacement tracker-extractor-vorbis ...
Preparing to replace libsdl-haa1.2-1 1.0.0 (using .../libsdl-haa1.2-1_1.1.0_armel.deb) ...
Unpacking replacement libsdl-haa1.2-1 ...
Preparing to replace osso-applet-display 1.5.3+0m5 (using .../osso-applet-display_1.5.4+0cssu1_armel.deb) ...
Unpacking replacement osso-applet-display ...
Preparing to replace osso-applet-notificationlight 0.0.7+0m5 (using .../osso-applet-notificationlight_0.0.8+0cssu1_armel.deb) ...
Unpacking replacement osso-applet-notificationlight ...
Preparing to replace python2.5-qt4-maemo5 4.7.4-maemo0 (using .../python2.5-qt4-maemo5_4.7.5-maemo2_armel.deb) ...
Unpacking replacement python2.5-qt4-maemo5 ...
Preparing to replace python2.5-qt4-dbus 4.7.4-maemo0 (using .../python2.5-qt4-dbus_4.7.5-maemo2_armel.deb) ...
Unpacking replacement python2.5-qt4-dbus ...
Preparing to replace python2.5-qt4-gui 4.7.4-maemo0 (using .../python2.5-qt4-gui_4.7.5-maemo2_armel.deb) ...
Unpacking replacement python2.5-qt4-gui ...
Preparing to replace python2.5-qt4-core 4.7.4-maemo0 (using .../python2.5-qt4-core_4.7.5-maemo2_armel.deb) ...
Unpacking replacement python2.5-qt4-core ...
Preparing to replace python2.5-sip4 4.10.5-maemo0 (using .../python2.5-sip4_4.11-maemo0_armel.deb) ...
Unpacking replacement python2.5-sip4 ...
Preparing to replace python2.5-qt4-common 4.7.4-maemo0 (using .../python2.5-qt4-common_4.7.5-maemo2_armel.deb) ...
Unpacking replacement python2.5-qt4-common ...
Errors were encountered while processing:
/var/cache/apt/archives/hildon-desktop_1%3a2.2.142-9_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
/home/user #

???
 
Posts: 96 | Thanked: 2 times | Joined on Jul 2010
#10
Originally Posted by Rob1n View Post
You don't really need to bother, but if you do want to, a quick search suggests that the mozilla public key is here, so you'd need to download that, then use "gpg --import" to register it.


Which browser? For microb, you could try removing the ~/.mozilla/microb directory, which will wipe all the configuration settings, history, etc.
yes microb how do i remove directory and is it dangerous to do so?
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:42.