![]() |
2009-12-17
, 13:30
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#22
|
![]() |
2009-12-17
, 13:50
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#23
|
The Following User Says Thank You to Sasler For This Useful Post: | ||
![]() |
2009-12-17
, 13:51
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#24
|
df -h | grep -e rootfs -e mmcblk0p2
df -h
![]() |
2009-12-17
, 13:55
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#25
|
The fact that it's impossible to find a link to http://maemo.org/packages/ doesn't help. At least I can't find it anywhere in maemo.org.
![]() |
2009-12-17
, 14:22
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#26
|
The Following User Says Thank You to epage For This Useful Post: | ||
![]() |
2009-12-17
, 14:39
|
Posts: 147 |
Thanked: 29 times |
Joined on Sep 2009
@ Lincs, UK
|
#27
|
The Following User Says Thank You to DannStarr For This Useful Post: | ||
![]() |
2009-12-17
, 14:40
|
Posts: 22 |
Thanked: 0 times |
Joined on Nov 2009
|
#28
|
![]() |
2009-12-17
, 14:42
|
|
Posts: 161 |
Thanked: 55 times |
Joined on Dec 2006
@ SLO, CA; United States
|
#29
|
![]() |
2009-12-17
, 14:42
|
|
Posts: 1,217 |
Thanked: 446 times |
Joined on Oct 2009
@ Bedfordshire, UK
|
#30
|
Finding Things and Getting Started
You don't need to get to /packages to do testing. If you go to the Extras-testing wiki page, it links directly to the queue of packages in extras-testing, and in chronological order, to boot (the ones at the top have been waiting the longest). The link directly there is also given in the first post. To reiterate an earlier post, you can add the testing repository like this.
Which to Test
When picking an app to test, note that those that already have 10 or more karma are "done". Don't waste your time on those. Ditto if the package is < -5 karma: such an app obviously needs to be fixed and re-released.
Testing for Optification
"Optification" means moving anything of significant size out of the root partition and into the 2 GB /opt partition so that the very cramped 256 MB rootfs doesn't fill up (which can really ruin your day). You see disk usage by using the disk free command (df).
Yes, that's normal. What you want to do is run
before and after you install and see how much the usage of each changes. If more than, say, 300 kb (0.3 MB) are added to usage of rootfs, it's too much and the package needs to be optified (so vote it down with that comment). BTW, the above command just filters out the unnecessary lines; you can just typeCode:df -h | grep -e rootfs -e mmcblk0p2if you want. The '-h' gives you the numbers in "human-readable" numbers like MB instead of bytes/blocks/kb.Code:df -h
One of the other tests is that the package uninstalls cleanly. A (partial) way to check this is to uninstall it and see if the df returns to what it was before you installed.
Commenting
Please don't let the server speed stop you from testing. Just start it doing something and do something else for a while. Your browser has tabs? In my experience, comments always go through but don't always show up right away, so just assume they work.
Plug
Anyone who already has uqm installed could start out with an easy test subject: uqm-3do-data. It's not an actual program so there's a bit less to test. Check that i optified it right and that it installs and uninstalls cleanly and actually adds the 3DO audio to your uqm experience and that's most of it.
The Following 5 Users Say Thank You to Fargus For This Useful Post: | ||
rootfs use 76%
mmcblk0p2 use 6%
Is this normal?
How do I clear it up after installing then uninstalling apps from "testing"?
SLN member # 009