Hello peeps, long time no see
Just rediscovered this forum, and thought I'd update me joggler,
Installed the latest OP OS - Version 30300 (ty roobarb!)
Also installed PnP III (ty offbeatdave)
All was working fine,
BUT me being me had to have a fiddle and wanted to install Foxit PDF reader as I had it installed before,
But now when trying to install (download) the files it gives the error "no space left"
And if I try to install the files manually (via drag n drop) it will still give the same error when coping the files into root directories lib, etc, usr, var.....
I know that some partition's have changed in roobarb's release but this seems very odd - afaik roobarb just extended the media partition by 256Mb
OR is it just full because PnPIII is installed ?
Regards
Error - "no space left" ??? - HELP
- offbeatdave
- Posts: 1047
- Joined: Wed Mar 09, 2011 10:43 pm
Re: Error - "no space left" ??? - HELP
PnP III onto the original OpenPeak reflash was very tight for space indeed.
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Re: Error - "no space left" ??? - HELP
Ahh that would explain it,offbeatdave wrote:PnP III onto the original OpenPeak reflash was very tight for space indeed.
as I thought actually as I have just re flashed again - just the OP OS this time, and managed to install it (PDF reader) fine - working as well
MMM so I cant fit PnP as well,,,,,
Grrr decisions decisions
Oh well would have been nice to have a PDF reader but PnP has loads more that is useful so will do that instead,
If your interested I can post the script for the PDF reader (If you haven't already got it )
- offbeatdave
- Posts: 1047
- Joined: Wed Mar 09, 2011 10:43 pm
Re: Error - "no space left" ??? - HELP
Yeah, if you could it may be useful/find it's way in. I can trim PnP III a bit (take off some Squeezeplay backgrounds. You could always remove a game or two too to fit in PDF reader. I'm not sure the USA today app is working either. Will post in a new thread about this.
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Re: Error - "no space left" ??? - HELP
I did think about removing games etc, but the shortage is on the root / system (is that the right jargon??) as stated in 1st post,offbeatdave wrote:Yeah, if you could it may be useful/find it's way in. I can trim PnP III a bit (take off some Squeezeplay backgrounds. You could always remove a game or two too to fit in PDF reader. I'm not sure the USA today app is working either. Will post in a new thread about this.
any way script to install it if you have the space (the 1st 3 packages get installed into lib, etc var bla bla bla)
Code: Select all
cd /
wget http://www.roderz.pwp.blueyonder.co.uk/gtk-2.1.tar.gz
tar xvf gtk-2.1.tar.gz
rm gtk-2.1.tar.gz
wget http://www.roderz.pwp.blueyonder.co.uk/matchbox.tar.gz
tar xvf matchbox.tar.gz
rm matchbox.tar.gz
wget http://www.roderz.pwp.blueyonder.co.uk/jpeg62.tar.gz
tar xvf jpeg62.tar.gz
rm jpeg62.tar.gz
cd media/
wget http://www.roderz.pwp.blueyonder.co.uk/foxitreader.tar.gz
tar xvf foxitreader.tar.gz
rm foxitreader.tar.gz
cd foxitreader
wget http://www.roderz.pwp.blueyonder.co.uk/icon.swf
wget http://www.roderz.pwp.blueyonder.co.uk/language.xml
Code: Select all
<app id="Foxit" static="1" ext="1" standalone="1" loc="/media/foxitreader/" icon="icon.swf" app="/media/foxitreader/start"/>
- offbeatdave
- Posts: 1047
- Joined: Wed Mar 09, 2011 10:43 pm
Re: Error - "no space left" ??? - HELP
Cheers. Will have a fiddle around when I get a mo.
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Re: Error - "no space left" ??? - HELP
Just a quick note to say that got the PDF reader installed along side with PnP3,
took a while but just manually deleted a lot of the games and the USAtoday app
now are there any backup tools that would save me having to do it all again in the event of a crash / sticky o2 logo type of thing?
took a while but just manually deleted a lot of the games and the USAtoday app
now are there any backup tools that would save me having to do it all again in the event of a crash / sticky o2 logo type of thing?
