![]() |
2008-09-01
, 08:28
|
|
Posts: 236 |
Thanked: 149 times |
Joined on Jul 2007
@ Finland
|
#222
|
![]() |
2008-10-02
, 12:25
|
|
Posts: 121 |
Thanked: 163 times |
Joined on Feb 2008
@ Oulu, Finland
|
#223
|
mkdir /media/mmc2/archives mv /var/cache/apt/archives/* /media/mmc2/arcives rmdir /var/cache/apt/archives ln -s /media/mmc2/archives /var/cache/apt/archives
sudo gainroot apt-get update apt-get install -f apt-get install sliderotate
The Following 3 Users Say Thank You to emjayes For This Useful Post: | ||
![]() |
2008-10-02
, 15:23
|
|
Posts: 546 |
Thanked: 85 times |
Joined on Feb 2008
@ Winnipeg, Canada
|
#224
|
[...snip...]
To make things even worse, this seems to fail sometimes.
If this happens, it must be installed with apt.
I will look into the installation problems as soon as possible, but this will have to do now.Code:sudo gainroot apt-get update apt-get install -f apt-get install sliderotate
+ rootsh apt-get install sliderotate Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: kernel-diablo-flasher osso-software-version-rx44-unlocked rotation-support-n810 xserver-xomap The following packages will be REMOVED: osso-software-version-rx44 The following NEW packages will be installed: osso-software-version-rx44-unlocked rotation-support-n810 sliderotate The following packages will be upgraded: kernel-diablo-flasher xserver-xomap 2 upgraded, 3 newly installed, 1 to remove and 72 not upgraded. Need to get 6598B/2237kB of archives. After unpacking 1090kB of additional disk space will be used. Do you want to continue [Y/n]? WARNING: The following packages cannot be authenticated! kernel-diablo-flasher xserver-xomap rotation-support-n810 sliderotate Install these packages without verification [y/N]? Get:1 http://catalogue.tableteer.nokia.com ./ osso-software-version-rx44-unlocked 1:4.2008.36-5 [6598B] Failed to fetch http://catalogue.tableteer.nokia.com/updates/diablo-2/./osso-software-version-rx44-unlocked_4.2008.36-5_all.deb Size mismatch E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Fetched 1B in 0s (1B/s)
![]() |
2008-10-02
, 15:30
|
|
Posts: 121 |
Thanked: 163 times |
Joined on Feb 2008
@ Oulu, Finland
|
#225
|
wget http://mikie.dy.fi/maemo/dists/diablo/user/binary-armel/osso-software-version-rx44-unlocked_4.2008.36-5_all.deb dpkg -i osso-software-version-rx44-unlocked_4.2008.36-5_all.deb apt-get install sliderotate
![]() |
2008-10-02
, 17:12
|
|
Posts: 546 |
Thanked: 85 times |
Joined on Feb 2008
@ Winnipeg, Canada
|
#226
|
try this:
You seem to be getting the wrong osso-software-versionCode:wget http://mikie.dy.fi/maemo/dists/diablo/user/binary-armel/osso-software-version-rx44-unlocked_4.2008.36-5_all.deb dpkg -i osso-software-version-rx44-unlocked_4.2008.36-5_all.deb apt-get install sliderotate
That should fix it
osso-software-version-rx44-unlocked conflicts with osso-software-version-variant
![]() |
2008-10-03
, 10:43
|
|
Posts: 121 |
Thanked: 163 times |
Joined on Feb 2008
@ Oulu, Finland
|
#227
|
The Following User Says Thank You to emjayes For This Useful Post: | ||
![]() |
2008-10-03
, 12:41
|
|
Posts: 546 |
Thanked: 85 times |
Joined on Feb 2008
@ Winnipeg, Canada
|
#228
|
Refresh the repos, and try again.
I had a typo in package control file which may be what prevents sliderotate from installing correctly.
If necessary, uninstall sliderotate first, then do the SSU to 4.2008.36-5, then install sliderotate again.
Check that the version is 4.2008.36-5.28 not 4-2008.36-5.28 (the broken one)
If you see the one with the dash, update the repos again.
sliderotate-4.2008.36-5.28 should install quite cleanly.
![]() |
2008-10-03
, 12:44
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#229
|
![]() |
2008-10-03
, 12:46
|
|
Posts: 121 |
Thanked: 163 times |
Joined on Feb 2008
@ Oulu, Finland
|
#230
|
Any ideas?