View Single Post
Posts: 1,038 | Thanked: 3,981 times | Joined on Nov 2010 @ USA
#212
Originally Posted by coderus View Post
can you try:
Code:
devel-su
wget http://coderus.thecust.net/gpg.key
apt-key add gpg.key
apt-get update
apt-get install --reinstall system-ui
No permission error doing that. Do get error setting up status menu at end. Don't know if that's relevant, since status menu stuff does appear anyway.
Code:
BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # wget http://coderus.thecust.net/gpg.key
--08:42:43--  http://coderus.thecust.net/gpg.key
           => `gpg.key'
Resolving coderus.thecust.net... 46.39.225.253
Connecting to coderus.thecust.net|46.39.225.253|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2,560 (2.5K) [text/plain]

100%[===============>] 2,560         --.--K/s

08:42:44 (1.38 MB/s) - `gpg.key' saved [2560/2560]

~ # apt-key add gpg.key
OK
~ # apt-get update
Get:1 exec:////usr/bin/osa --packages
Hit http://coderus.thecust.net trusted Release.gpg
Ign http://coderus.thecust.net trusted/main Translation-en_US
Ign http://coderus.thecust.net trusted/old Translation-en_US
Hit https://downloads.maemo.nokia.com ./ Release.gpg
20% [Connecting to repo.apps.formeego.org] [1 exec:////usrQNetworkReplyImpl::_q_startOperation was called more than once
Hit http://repo.apps.formeego.org ./ Release.gpg
Ign http://repo.apps.formeego.org ./ Translation-en_US
Hit http://repo.apps.formeego.org ./ Release.gpg
Ign http://repo.apps.formeego.org ./ Translation-en_US
Ign http://harmattan-dev.nokia.com harmattan/sdk Release.gpg
Ign http://harmattan-dev.nokia.com harmattan/sdk/free Translation-en_US
Ign http://harmattan-dev.nokia.com harmattan/sdk/non-free Translation-en_US
Ign https://downloads.maemo.nokia.com ./ Translation-en_US
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Hit http://coderus.thecust.net trusted Release
Ign https://downloads.maemo.nokia.com ./ Translation-en_US
Hit http://repo.apps.formeego.org ./ Release
Hit http://repo.apps.formeego.org ./ Release
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Ign https://downloads.maemo.nokia.com ./ Translation-en_US
Hit http://harmattan-dev.nokia.com harmattan/sdk Release
Hit https://downloads.maemo.nokia.com ./ Release
Hit https://downloads.maemo.nokia.com ./ Release
Hit https://downloads.maemo.nokia.com ./ Release
Ign http://coderus.thecust.net trusted/main Packages/DiffIndex
Ign http://coderus.thecust.net trusted/old Packages/DiffIndex
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Ign http://repo.apps.formeego.org ./ Packages/DiffIndex
Ign http://repo.apps.formeego.org ./ Packages/DiffIndex
Ign http://harmattan-dev.nokia.com harmattan/sdk/free Packages/DiffIndex
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Ign http://harmattan-dev.nokia.com harmattan/sdk/non-free Packages/DiffIndex
Hit http://coderus.thecust.net trusted/main Packages
Hit http://coderus.thecust.net trusted/old Packages
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Hit http://repo.apps.formeego.org ./ Packages
Hit http://repo.apps.formeego.org ./ Packages
Hit http://harmattan-dev.nokia.com harmattan/sdk/free Packages
Hit http://harmattan-dev.nokia.com harmattan/sdk/non-free Packages
Fetched 289kB in 5s (50.3kB/s)
Updating desktop entries... Done
Reading package lists... Done
~ # apt-get install --reinstall system-ui
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  system-ui
1 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded.
Need to get 0B/274kB of archives.
After this operation, 139kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 50207 files and directories currently installed.)
Preparing to replace system-ui 1.3.2-1+0m8 (using .../system-ui_1.3.2-1+0m8_armel.deb) ...
Unpacking replacement system-ui ...
aegis-installing system-ui (from 'com.nokia.maemo')
Processing triggers for applauncherd-launcher ...
Setting up system-ui (1.3.2-1+0m8) ...
chown: /home/user/.status-menu/: No such file or directory
mkdir: can't create directory '/home/user/.status-menu': Permission denied
cp: can't create '/home/user/.status-menu/': Is a directory
cp: can't create '/home/user/.status-menu/': Is a directory
cp: can't create '/home/user/.status-menu/': Is a directory
chown: /home/user/.status-menu/: No such file or directory
xsession/sysuid start/running, process 11154
Updating desktop entries... Done
~ #
Update: I can't install anything from the trusted repo (system-ui-*, busybox*, etc.) using sudo from opensudo package, but method above is a sufficient work-around to get the job done.

Last edited by robthebold; 2013-08-07 at 13:54. Reason: additional ino