tester-wiki

Differences between revisions 346 and 347
Revision 346 as of 2013-12-18 12:31:38
Size: 15127
Editor: bas4-windsor12-1242458079
Comment:
Revision 347 as of 2013-12-18 12:33:52
Size: 15126
Editor: bas4-windsor12-1242458079
Comment:
Deletions are marked like this. Additions are marked like this.
Line 129: Line 129:
Here are some common codes of interest to help with Precise recovery in the event of a crash. Here are some common codes of interest to help with Trusty recovery in the event of a crash.

Team Structure
align="middle"

Home
History of U+1
Team FAQ
Contact U+1
Join U+1

Team WorkIconsPage/picto_engineering_48.png

Blog
Staff
Roles
Activities
Agenda

Docs & ToolsIconsPage/picto_articles_48.png

Testers FAQ
Testers Wiki
Tools
Library
Ubuntu Forums

Ideas & ProjectsIconsPage/picto_education_48.png

Brainstorming
ToDo
Ongoing
Instructional Development

The U+1 Team is looking for new members. Only basic skills are needed for most tasks. This is an opportunity to join a friendly and talented community, learn fast and be an active part in Ubuntu future. Click here to know more.

Introduction

Say hello to Trusty Tahr. -- twocamels 2013-04-27 16:24:11

New Beta Testers Warnings

Trusty Tahr is the codename for the new development cycle. If you are a new Beta tester and want to upgrade your repositories to the new development cycle then you must be advised that there are certain risks of breakage that could take place on your system(s). it is always advised that you have an extra system (hardware) or an extra harddrive to experiment with. If you are not familiar with experimenting with computer hardware or software then U+1 is not the forum for you, however, if you are willing to be on the cutting edge of Ubuntu release and understand that there could be breakage and want to contribute then the Ubuntu community welcomes you and your valued contributions.

New Notes About the Release Schedule

Notes and Links to be forthcoming when they are made available.

Link for Saucy launchpad.

Launchpad link for TT

Download ISO

Some sudo Command Definitions

sudo basically means superusers-do. It is the basic command that gives access to administrative files that may need root authentication. There is a large database on sudo and sudoers definitions and uses in the following links. SudoUbuntuManuals and SudoersUbuntuManual

Sudo code quick grabber is an online index that can be used as a tool to copy and paste sudo code recovery commands to the GNOME terminal. The list of recovery codes and other command operations are voluminous, therefore the Sudo Quickgrabber only covers a few very basic commands for those who are testing development releases or alpha/beta releases of Ubuntu software. This particular tool is under development and will be updated as promptly as possible.

line.png

Here are some common codes of interest to help with Trusty recovery in the event of a crash.

How to find your souces.list- this list is used to set repositories and can be done manually. It is also informative to have on hand if you decide to do a transitional upgrade from Oneiric Ocelot to Precise Pangolin or upcomming Trusty Tahr.

line.png

When you use this command in the terminal it will prompt you for your root password. Enter the password and the text editor, Gedit, will read the sources.list file. This file is convenient to have on hand in case there is a problem ppa within the .list and better helps the forum members at ubuntuforums to help analyze and solve the problem. gksu gedit /etc/apt/sources.list

line.png

Here is a list of commonly used Ubuntu/Linux terminal Codes (not neccessarily in order and open to interpretation) of TT Crash Recovery Codes -To be updated:

hover1bak.png

1. This command is used to auto edit the sources.list file on an install of Suacy Salamander or Raring Ringtail  and could be considered as a first step to converting to Trusty Tahr. However this and other commands may be moot after Alpha .iso are released. You can still play it safe and test the kernels but breakage may occur nonetheless. sudo sed -i 's/saucy/trusty/g' /etc/apt/sources.list

2. This command will update your repositories to QQ. sudo apt-get update && sudo apt-get dist-upgrade

3.This command is inclusive in #2. but is always good to run after removing or purging unwanted or residual programs. sudo apt-get update

4.This command is also included in #2. and upgrades any new files that are set in the repositories. sudo apt-get upgrade

4.(a)Update-manager is a fairly important component of the Ubuntu distribution. As we are supposed to be testing during the development phase, this application would be helped by testing and bug reporting as well.You can always make a judgement call as to whether the changes proposed by update-manager seem safe or not. If in doubt I think the best way to proceed is with aptitudeThis alleviates the concern when packages/dependencies may not be fully synced in the repos. They will be held back until dependencies are satisfied. aptitude update && aptitude safe-upgrade

5.This command is an essential command if you are a elementary beta tester as it will upgrade the GRUB bootloader after changes to the system using other commands, are made (like upgrading a kernel). If you have tried to carry out a proceedure and wonder why it had not taken effect on the next boot, it is likely that you did not sudo update-grub. sudo update-grub

6.This command will give you simple information about your system, most commonly used to discover your video adapter. lspci

7.This command will display version information of the kernel you are using. uname -a

8.This command will tell you what Version of Ubuntu you are using. It will help validate and document that the prior commands have worked properly. lsb_release -a

9.This command will continue to install packages that may have been broken during download or if your download unexpectedly terminated or if you have had a power-failure. sudo dpkg -i --configure -a

10.These two commands can be used separately if you are at the terminal prompt from startup. You can get to the terminal (if you have no desktop) by pressing the keys <Crtl+Alt+F1> It makes booting and restarting quicker and more efficient than if you were in a desktop shell. sudo reboot sudo poweroff

11.One that I have found helpful for fixing broken packages is . sudo apt-get -f install

12.Will install any packages necessary to fix the broken package if they are available . If some necessary packages are not available you can use this to remove the broken one . sudo apt-get -f remove

18.Just tried installing Precise for the first time today, using Alpha 1. I have an nvidia gs7600 card.Installation went fine but on reboot the system repeatedly hung without booting to the Desktop. The 'nomodeset' option did not help.Updating the packages from the recovery mode terminal didn't work either, nor did trying to start lightdm after a terminal log in.What finally allowed booting to the Desktop was removing all nvidia packages and then reinstalling nvidia-current (which also installed nvidia-settings). sudo apt-get purge nvidia*, sudo apt-get install nvidia-current

Sometimes there have been problems in the past with the lightdm and unity greeter. The solution has been to start GDM ,Gnome Desktop Manager, when certain video&graphic startup problems persist on a new install. First, it is always good to stop lightdm. sudo service lightdm stop

To start the Gnome Desktop Manager enter the following commands. sudo service gdm start

line.png

this is just a test my avatar just trying some experiments

Todo

Ideas:

  • We should use MoinMoin Syntax Parsers (http://moinmo.in/HelpOnParsers) where commands/code are presented. Parsers ensure code/commands are not converted to smileys and other MoinMoin stuff, therefore presented without errors.

  • We had some amazing threads, specially since the OO cycle, which maybe we could use here;
  • The stickies at Ubuntu+1 have some information that can probably be summarized / simplified here - investigate;
  • Add a "What is a development cycle" section: How Ubuntu is developed, by who, where, how, when and where it is released (Alphas, Betas, RCs, etc), who tests it, how it is tested, where bugs are reported, how to report bugs properly, who manages bugs reports, etc. A basic vision of how Ubuntu development works."
  • Log files: A lot of people don't know they exist, where they are stored, the type of information available in each log file, how to open them, how to search them easily for valuable information. EDIT:I'll contribute to this portion - I already have something written, as well as log searching scripts posted at Ubuntu+1 threads (posted by Effenberg0x0)

UbuntuForums

(1) (2) (3) Cleaned!

U+1/tester-wiki (last edited 2017-12-03 02:49:17 by dale-f-beaudoin)