Sandbox

Differences between revisions 1 and 2
Revision 1 as of 2011-04-04 11:09:36
Size: 5630
Editor: WLAN154-131
Comment:
Revision 2 as of 2011-04-05 17:34:06
Size: 5932
Editor: D9784B24
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
## <UndiFineD> "The third alpha of the 11.04 series is out in the wild for testing."
## <UndiFineD> "Lubuntu Natty 11.04 Beta 1 Released"
## <UndiFineD> inconsistent
## <UndiFineD> I would avoid using versions at al
## <UndiFineD> and where version specific info is needed mark it with extra care

Testing Lubuntu

The third alpha of the 11.04 series is out in the wild for testing. As with all alphas and non-stable betas they are not suitable for a production environment, please take the time to read Common Questions for Testing

Ubiquity (the installer) will ask you for keyboard configuration. Be sure to say No, so you will be able to configure properly your keyboard and select your layout. Otherwise, you may not be able to use your keyboard after the reboot.

It is recommended that you join the lubuntu mailing list so as to keep abreast of changes. As always, please try to use the torrent download & be a part of it. Torrent Download shares the work between several computers and should be much faster.

Lubuntu Natty 11.04 Beta 1 Released

You can download from either direct download links below. But we would prefer it if you used the torrent.

Minimal Installation and 64 Bit

General Testing

  • During the release cycle, things will get broken. You can really reduce these occurrences by taking the time to read Partial Upgrades.

ppa-purge

  • During the testing phase you may be asked via the mailing list to help test things by adding a test ppa. Sometimes it does not go too well and you need to reverse the changes. A great tool for this is ppa-purge. I'd advise that you install this before you need it.

sudo apt-get install ppa-purge

Usage is quite simple,

sudo ppa-purge ppa:Name_of_ppa 

E.g., if the ppa is test/ppa the command would be

sudo ppa-purge ppa:test/ppa

Known Issues

  • In Install-only mode, the panel appear in the middle of the screen : ubiquity bug 684802

  • Start menu of the Live-CD is not correctly translated.
  • Installer doesn't install correct restricted packages.
  • Missing packages for modem management

Manual test of iso and cd

  • Using LXTerminal navigate to the directory with the iso file in it and issue

ls -l lubuntu-natty-beta1.iso
  • It should report back a file size of 695654400, provided it does you can then proceed to run the md5check sum over it

md5sum lubuntu-natty-beta1.iso 
  • It should report back the corresponding value of the MD5 Checksum file. If it does not, the download is corrupt.

  • After confirming that the file has downloaded okay, you can then burn the cd (help on this can be found at Burning an ISO, there is a screen cast for using xfburn at Burning CDs/DVDs (using XFBurn)). Always burn at a slow speed (4X, or slower). Using LXTerminal issue

dd if=/dev/cdrom bs=2048 count=339675 | md5sum 

  • Again it should report back the corresponding value of the MD5 Checksum file. Any other result means that the cd has not burned correctly.

Reporting bugs

Specific Testing

QA tests

You can do more specific tests, like ones done for the Ubuntu ISO : http://iso.qa.ubuntu.com/qatracker/test/5090

You can also test specific programs :

Performance tests

You can test the performance with the following programs :

  • gtkperf : Test the performance of the gtk theme.
  • phoronix-test-suite: General benchmarks and tests suit.
  • bootchart: Test boot process.

MrChrisDruif/Sandbox (last edited 2012-05-09 09:30:56 by ip130-214-211-87)