Notices


Reply
Thread Tools
Posts: 669 | Thanked: 433 times | Joined on May 2010
#1
i am trying to install QT web runtime.

Trying to install "qtwrt_1.1.0_armel.deb" i get the following output:


(Reading database ... 50299 files and directories currently installed.)
Preparing to replace qtwrt 1.1.0 (using ./qtwrt_1.1.0_armel.deb) ...
Unpacking replacement qtwrt ...
dpkg: dependency problems prevent configuration of qtwrt:
qtwrt depends on wrt (= 1.1.0); however:
Package wrt is not installed.
qtwrt depends on wrt-api (= 1.1.0); however:
Package wrt-api is not installed.
dpkg: error processing qtwrt (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
qtwrt


then i run apt-get -f install and get this:



[root /home/user/MyDocs/installations]# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libwrt1 wrt wrt-api wrt-policy
The following NEW packages will be installed:
libwrt1 wrt wrt-api wrt-policy
0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
2 not fully installed or removed.
Need to get 0B/859kB of archives.
After this operation, 3244kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 50299 files and directories currently installed.)

Unpacking libwrt1 (from .../libwrt1_1.1.0_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/libwrt1_1.1.0_armel.deb (--unpack):
trying to overwrite `/usr/lib/libWrtRuntimeCore.so.1.1.0', which is also in package libwrt-experimental1
dpkg-deb: subprocess paste killed by signal (Broken pipe)



Unpacking wrt-policy (from .../wrt-policy_1.0-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/wrt-policy_1.0-1_all.deb (--unpack):
trying to overwrite `/etc/wrt/security/mapping.xml', which is also in package wrt-experimental
Unpacking wrt (from .../archives/wrt_1.1.0_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/wrt_1.1.0_armel.deb (--unpack):
trying to overwrite `/usr/bin/webappregisterer', which is also in package wrt-experimental
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unknown media type in type 'sketch/png'

Unpacking wrt-api (from .../wrt-api_1.1.0_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/wrt-api_1.1.0_armel.deb (--unpack):
trying to overwrite `/etc/wrt/api/wrtapicommlog.xml', which is also in package wrt-api-experimental
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Error: cannot unregister service wrt.device.calendar
Error: cannot unregister service wrt.device.camera
Error: cannot unregister service wrt.device.commlog
Error: cannot unregister service wrt.device.contacts
Error: cannot unregister service wrt.device.filesystem
Error: cannot unregister service wrt.device.geolocation
Error: cannot unregister service wrt.device.media
Error: cannot unregister service wrt.device.messaging
Error: cannot unregister service wrt.device.sensors
Error: cannot unregister service wrt.device.sysinfo
Error: cannot unregister service wrt.device.telephony
Errors were encountered while processing:
/var/cache/apt/archives/libwrt1_1.1.0_armel.deb
/var/cache/apt/archives/wrt-policy_1.0-1_all.deb
/var/cache/apt/archives/wrt_1.1.0_armel.deb
/var/cache/apt/archives/wrt-api_1.1.0_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


Anyone knows how to solve this?
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
Purge(Remove) all those wrt-experimental package, then install wrt packages with your above code.
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Posts: 669 | Thanked: 433 times | Joined on May 2010
#3
Originally Posted by michaaa62 View Post
Purge(Remove) all those wrt-experimental package, then install wrt packages with your above code.
I tried to remove the packages but for every remove command i use i get this:

if run for example - apt-get --purge remove wrt-experimental
i get:

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libwrt-api1: Depends: libwrt1 (= 1.1.0) but it is not going to be installed
qtwrt: Depends: wrt (= 1.1.0) but it is not going to be installed
Depends: wrt-api (= 1.1.0) but it is not going to be installed
wrt-api-experimental: Depends: wrt-experimental (= 1.1tp-3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


running 'apt-get -f install' doesn't work - gets me back to the original problem.

Is there another way to force the removal of these pakcages?
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
Please try:
Code:
apt-get purge libwrt-api1 qtwrt wrt wrt-api wrt-api-experimental
If that is blocked by more failed dependencies include those packages also in the removal command, but keep track of what will get removed.

You might also use the more dangerous dpkg-method. Grab the package names
Code:
dpkg -l|grep experimental
Then use this list for the next dpkg action
Code:
dpkg -r --force-depends PACKAGE_FROM_THE_LIST
Later install qtwrt and clean up if necessary
Code:
apt-get install qtwrt
apt-get install -f
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 669 | Thanked: 433 times | Joined on May 2010
#5
michaaa62 - thanks a lot!

that purge with the packages list did the work. i had to remove 2 more packages afterwards but it went smooth - so is the web runtime installation

Thanks!
 
Posts: 112 | Thanked: 30 times | Joined on Jun 2012 @ Jeddah,Saudi Arabia
#6
hi,
another problem :P
Code:
heres the output:



BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ root


BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# cp /var/lib/dpkg/lock /var/lib/dpkg/lock.backup
Nokia-N900:~# rm /var/lib/dpkg/lock
Nokia-N900:~# apt-get purge libwrt-api1 qtwrt wrt wrt-api wr
t-api-experimental
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wrt-api-experimental is not installed, so not removed
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
qtwrt-experimental: Depends: wrt-experimental (= 1.1tp-3) but it is not going to be installed
Depends: wrt-api-experimental (= 1.1tp-3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Nokia-N900:~#
also tried apt-get -f install,output:
Code:
BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ root


BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  wrt-api-experimental wrt-experimental
The following NEW packages will be installed:
  wrt-api-experimental wrt-experimental
0 upgraded, 2 newly installed, 0 to remove and 28 not upgraded.
1 not fully installed or removed.
Need to get 0B/197kB of archives.
After this operation, 1167kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  wrt-experimental wrt-api-experimental
Install these packages without verification [y/N]? y
(Reading database ... 
dpkg: serious warning: files list file for package `libwrt-api-experimental1' missing, assuming package has no files currently installed.

dpkg: serious warning: files list file for package `libwrt-experimental1' missing, assuming package has no files currently installed.

dpkg: serious warning: files list file for package `libwrt-api1' missing, assuming package has no files currently installed.
32105 files and directories currently installed.)
Unpacking wrt-experimental (from .../wrt-experimental_1.1tp-3_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/wrt-experimental_1.1tp-3_armel.deb (--unpack):
 trying to overwrite `/etc/wrt/security/mapping.xml', which is also in package wrt-policy
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unknown media type in type 'sketch/png'

Unpacking wrt-api-experimental (from .../wrt-api-experimental_1.1tp-3_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/wrt-api-experimental_1.1tp-3_armel.deb (--unpack):
 trying to overwrite `/etc/wrt/api/wrtapicommlog.xml', which is also in package wrt-api
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/wrt-experimental_1.1tp-3_armel.deb
 /var/cache/apt/archives/wrt-api-experimental_1.1tp-3_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#
now what to do??? :P
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#7
Right now, the repositories are down!!!
You could not do anything!

If you really immediately feel the need to get rid of those errors, try the code from above posting. There are instructions for two different methods, but always keep track of the removed packages to later install the collateral damage.
Please try:
Code:
apt-get purge libwrt-api1 qtwrt wrt wrt-api wrt-api-experimental
If that is blocked by more failed dependencies include those packages also in the removal command, but keep track of what will get removed.

You might also use the more dangerous dpkg-method. Grab the package names
Code:
dpkg -l|grep experimental
Then use this list for the next dpkg action
Code:
dpkg -r --force-depends PACKAGE_FROM_THE_LIST
Later install qtwrt and clean up if necessary
Code:
apt-get install qtwrt
apt-get install -f
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Posts: 112 | Thanked: 30 times | Joined on Jun 2012 @ Jeddah,Saudi Arabia
#8
Originally Posted by michaaa62 View Post
Please try:
Code:
apt-get purge libwrt-api1 qtwrt wrt wrt-api wrt-api-experimental
If that is blocked by more failed dependencies include those packages also in the removal command, but keep track of what will get removed.

You might also use the more dangerous dpkg-method. Grab the package names
Code:
dpkg -l|grep experimental
Then use this list for the next dpkg action
Code:
dpkg -r --force-depends PACKAGE_FROM_THE_LIST
Later install qtwrt and clean up if necessary
Code:
apt-get install qtwrt
apt-get install -f
can i just copy and paste these (dpkg & below coz first one is not working for me yet) in x terminal?
or i need to replace PACKAGE_FROM_LIST,if yes then replace with what???
sorry for stupid questions,i cant understand

Last edited by unexpected; 2013-01-15 at 13:16.
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#9
Copy and paste is fine, but you have to replace 'PACKAGE_FROM_THE_LIST with the correct package names from the list, produced by the first of the dpkg commands.
There is no 'experimental'-called package in my N900 installed, this as example
Nokia-N900:~# dpkg -l|grep filemanager
ii osso-filemanager 1:3038.4+0m5 OSSO File Manager application meta-package.
ii osso-filemanager-l10n-cscz 6.0+r7987+0m5 language files for osso-filemanager (cs_CZ)
ii osso-filemanager-l10n-dadk 6.0+r7987+0m5 language files for osso-filemanager (da_DK)
ii osso-filemanager-l10n-dede 6.0+r7987+0m5 language files for osso-filemanager (de_DE)
ii osso-filemanager-l10n-engb 6.0+r7987+0m5 language files for osso-filemanager (en_GB)
ii osso-filemanager-l10n-enus 6.0+r7987+0m5 language files for osso-filemanager (en_US)
ii osso-filemanager-l10n-eses 6.0+r7987+0m5 language files for osso-filemanager (es_ES)
ii osso-filemanager-l10n-esmx 6.0+r7987+0m5 language files for osso-filemanager (es_MX)
ii osso-filemanager-l10n-fifi 6.0+r7987+0m5 language files for osso-filemanager (fi_FI)
ii osso-filemanager-l10n-frca 6.0+r7987+0m5 language files for osso-filemanager (fr_CA)
ii osso-filemanager-l10n-frfr 6.0+r7987+0m5 language files for osso-filemanager (fr_FR)
ii osso-filemanager-l10n-itit 6.0+r7987+0m5 language files for osso-filemanager (it_IT)
ii osso-filemanager-l10n-mr0 6.11+0m5 osso-filemanager marketing release package
ii osso-filemanager-l10n-nlnl 6.0+r7987+0m5 language files for osso-filemanager (nl_NL)
ii osso-filemanager-l10n-nono 6.0+r7987+0m5 language files for osso-filemanager (no_NO)
ii osso-filemanager-l10n-plpl 6.0+r7987+0m5 language files for osso-filemanager (pl_PL)
ii osso-filemanager-l10n-ptpt 6.0+r7987+0m5 language files for osso-filemanager (pt_PT)
ii osso-filemanager-l10n-ruru 6.0+r7987+0m5 language files for osso-filemanager (ru_RU)
ii osso-filemanager-l10n-svse 6.0+r7987+0m5 language files for osso-filemanager (sv_SE)
ii osso-filemanager-ui 1:3038.4+0m5 OSSO File Manager application.
This would give this command
dpkg -r --force-depends osso-filemanager-ui osso-filemanager-l10n-svse osso-filemanager-l10n-ruru osso-filemanager-l10n-ptpt ...
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Posts: 112 | Thanked: 30 times | Joined on Jun 2012 @ Jeddah,Saudi Arabia
#10
thanx for the help
i hope i have done right as u guided...
heres the output:

Code:
BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ root


BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# dpkg -l|grep experimental
ii  libwrt-api-experimental1                            1.1tp-3                                    Web Runtime Device API libraries for Maemo
ii  libwrt-experimental1                                1.1tp-3                                    Qt Web Runtime libraries for Maemo
iU  qtwrt-experimental                                  1.1tp-3                                    Qt Web Runtime Technology Preview for N900
Nokia-N900:~# dpkg -r --force-depends libwrt-api-experimenta
l1 libwrt-experimental1 qtwrt-experimental
(Reading database ... 
dpkg: serious warning: files list file for package `libwrt-api-experimental1' missing, assuming package has no files currently installed.

dpkg: serious warning: files list file for package `libwrt-experimental1' missing, assuming package has no files currently installed.

dpkg: serious warning: files list file for package `libwrt-api1' missing, assuming package has no files currently installed.
32113 files and directories currently installed.)
Removing libwrt-api-experimental1 ...
Removing libwrt-experimental1 ...
Removing qtwrt-experimental ...
Nokia-N900:~#
is that you want me to do?

after apt-get update, i got :
Code:
03), connection timed out
Err http://repository.maemo.org fremantle/non-free Translation-en_GB
  Unable to connect to repository.maemo.org http:
Hit http://maemo.merlin1991.at fremantle Release.gpg     
Ign http://maemo.merlin1991.at fremantle/free Translation-en_GB
Ign http://maemo.merlin1991.at fremantle/non-free Translation-en_GB
Err http://repository.maemo.org fremantle-1.3 Release.gpg
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle-1.3/free Translation-en_GB
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle-1.3/non-free Translation-en_GB
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle Release.gpg
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle/free Translation-en_GB
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle/non-free Translation-en_GB
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle Release.gpg
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle/free Translation-en_GB
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle/non-free Translation-en_GB
  Unable to connect to repository.maemo.org http:
Hit http://marmistrz.net63.net fremantle Release.gpg
Ign http://marmistrz.net63.net fremantle/stable Translation-en_GB
Ign http://marmistrz.net63.net fremantle/testing Translation-en_GB
Ign http://marmistrz.net63.net fremantle/unstable Translation-en_GB
Ign http://repository.maemo.org fremantle Release
Hit http://maemo.merlin1991.at fremantle Release
Ign http://repository.maemo.org fremantle-1.3 Release
Ign http://repository.maemo.org fremantle Release
Ign http://repository.maemo.org fremantle Release
Hit http://marmistrz.net63.net fremantle Release           
Ign http://repository.maemo.org fremantle/free Packages 
Ign http://repository.maemo.org fremantle/non-free Packages
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://maemo.merlin1991.at fremantle/free Packages/DiffIndex
Ign http://maemo.merlin1991.at fremantle/non-free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/free Packages
Ign http://repository.maemo.org fremantle/non-free Packages
Ign http://repository.maemo.org fremantle-1.3/free Packages
Ign http://repository.maemo.org fremantle-1.3/non-free Packages
Ign http://repository.maemo.org fremantle/free Packages
Ign http://repository.maemo.org fremantle/non-free Packages
Ign http://repository.maemo.org fremantle/free Packages
Ign http://repository.maemo.org fremantle/non-free Packages
Ign http://marmistrz.net63.net fremantle/stable Packages/DiffIndex
Ign http://marmistrz.net63.net fremantle/testing Packages/DiffIndex
Ign http://marmistrz.net63.net fremantle/unstable Packages/DiffIndex
Ign http://maemo.merlin1991.at fremantle/free Packages
Ign http://maemo.merlin1991.at fremantle/non-free Packages
Err http://repository.maemo.org fremantle/free Packages
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle/non-free Packages
  Unable to connect to repository.maemo.org http:
Ign http://repository.maemo.org fremantle-1.3/free Packages
Ign http://repository.maemo.org fremantle-1.3/non-free Packages
Ign http://repository.maemo.org fremantle/free Packages
Ign http://repository.maemo.org fremantle/non-free Packages
Ign http://repository.maemo.org fremantle/free Packages
Ign http://repository.maemo.org fremantle/non-free Packages
Hit http://marmistrz.net63.net fremantle/stable Packages
Hit http://marmistrz.net63.net fremantle/testing Packages
Hit http://marmistrz.net63.net fremantle/unstable Packages
Hit http://maemo.merlin1991.at fremantle/free Packages
Hit http://maemo.merlin1991.at fremantle/non-free Packages
Err http://repository.maemo.org fremantle-1.3/free Packages
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle-1.3/non-free Packages
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle/free Packages
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle/non-free Packages
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle/free Packages  
  Unable to connect to repository.maemo.org http:
Err http://repository.maemo.org fremantle/non-free Packages
  Unable to connect to repository.maemo.org http:
Fetched 2312B in 5min29s (7B/s)                          
W: GPG error: https://downloads.maemo.nokia.com ./ Release: The following signatures were invalid: KEYEXPIRED 1349249546 KEYEXPIRED 1349249546 KEYEXPIRED 1349249546
W: GPG error: https://downloads.maemo.nokia.com ./ Release: The following signatures were invalid: KEYEXPIRED 1349249546 KEYEXPIRED 1349249546 KEYEXPIRED 1349249546
W: GPG error: https://downloads.maemo.nokia.com ./ Release: The following signatures were invalid: KEYEXPIRED 1349249546 KEYEXPIRED 1349249546 KEYEXPIRED 1349249546
W: Failed to fetch http://repository.maemo.org/community-testing/dists/fremantle/free/i18n/Translation-en_GB.bz2  Could not connect to repository.maemo.org:80 (188.117.59.203), connection timed out

W: Failed to fetch http://repository.maemo.org/community-testing/dists/fremantle/non-free/i18n/Translation-en_GB.bz2  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras/dists/fremantle-1.3/Release.gpg  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras/dists/fremantle-1.3/free/i18n/Translation-en_GB.bz2  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras/dists/fremantle-1.3/non-free/i18n/Translation-en_GB.bz2  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras-devel/dists/fremantle/Release.gpg  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras-devel/dists/fremantle/free/i18n/Translation-en_GB.bz2  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras-devel/dists/fremantle/non-free/i18n/Translation-en_GB.bz2  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras-testing/dists/fremantle/Release.gpg  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras-testing/dists/fremantle/free/i18n/Translation-en_GB.bz2  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras-testing/dists/fremantle/non-free/i18n/Translation-en_GB.bz2  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/community-testing/dists/fremantle/free/binary-armel/Packages  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/community-testing/dists/fremantle/non-free/binary-armel/Packages  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras/dists/fremantle-1.3/free/binary-armel/Packages  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras/dists/fremantle-1.3/non-free/binary-armel/Packages  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras-devel/dists/fremantle/free/binary-armel/Packages  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras-devel/dists/fremantle/non-free/binary-armel/Packages  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras-testing/dists/fremantle/free/binary-armel/Packages  Unable to connect to repository.maemo.org http:

W: Failed to fetch http://repository.maemo.org/extras-testing/dists/fremantle/non-free/binary-armel/Packages  Unable to connect to repository.maemo.org http:

E: Some index files failed to download, they have been ignored, or old ones used instead.
Nokia-N900:~# .
is the problem gone?
thanx again
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:27.