OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: omega on June 29, 2004, 06:36:47 am

Title: Broken Cacko IPKG Graphical Installer
Post by: omega on June 29, 2004, 06:36:47 am
Somehow my graphical installer doesn't work any more. When i try to install some packages that used to work (i uninstalled some of these first to test) "i get unknown characters that this application can not handle".

Other packages just return with that "ipkg encountered an error. sorry"

When i go into the console and try to install with ipkg install filename.ipk i get this:

***

$ ipkg install zimage_1.0.4_arm.ipk
The following package were previously requested but have not been nstalled:
error
Install them now [Y/n] ? y
ERROR: File not found: /usr/lib/ipkg/lists/omega
       You probably want to run `ipkg update'
ERROR: File not found: /usr/lib/ipkg/lists/omega
       You probably want to run `ipkg update'
filename - __.ipk
 
Downloading http://192.168.129.1/__.ipk (http://192.168.129.1/__.ipk) ...
--10:21:35--  http://192.168.129.1/__.ipk (http://192.168.129.1/__.ipk)
           => `//home/tmp/ipkg/__.ipk'
Connecting to 192.168.129.1:80...
Connection to 192.168.129.1:80 refused.
ipkg_download: ERROR: Failed to retrieve http://192.168.129.1/__.ik (http://192.168.129.1/__.ik), returning
ipkg_get_install: Perhaps you need to run `ipkg update'?
$  


If i press N it just installs and works (e.g. scummvm) but it doesn't seem to make an icon.
Title: Broken Cacko IPKG Graphical Installer
Post by: Stubear on June 29, 2004, 08:47:38 am
Haven't tried this myself, but I've seen others recommend
ipkg error remove

This clears out the error log of ipkg and other ipks should now happily install

Stu
Title: Broken Cacko IPKG Graphical Installer
Post by: omega on June 29, 2004, 09:02:46 am
Sorry Stubear, but it does not recognise the error command.
Title: Broken Cacko IPKG Graphical Installer
Post by: omega on June 29, 2004, 09:24:03 am
does anyone know where i can remove the error file manually?
Title: Broken Cacko IPKG Graphical Installer
Post by: omega on June 29, 2004, 09:28:10 am
Thanks Stubear, it's actually ipkg remove error!  Solved my problem.
Title: Broken Cacko IPKG Graphical Installer
Post by: tumnus on June 29, 2004, 11:40:18 am
The initial problem at least is probably this:

http://www.zaurususergroup.com/modules.php...parent_id=0#206 (http://www.zaurususergroup.com/modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=5&categories=Software&parent_id=0#206)
Title: Broken Cacko IPKG Graphical Installer
Post by: omega on June 29, 2004, 12:14:41 pm
Yep tumnus, i'd say your correct! When i started installing it from the command line i had to remove the space from the folder name to access it... how does one access a directory with a space in the name in Linux?
Title: Broken Cacko IPKG Graphical Installer
Post by: clofland on June 29, 2004, 03:28:11 pm
Use your TAB key to autocomplete, and the shell will show you how. It is something like

cd with\ space/

to get to a dir called "with space"
Title: Broken Cacko IPKG Graphical Installer
Post by: Stubear on June 29, 2004, 10:14:31 pm
Quote
Thanks Stubear, it's actually ipkg remove error!  Solved my problem.
Damm my dyslexia

Glad you worked it out though

Stu