DebuggingProcedures
|
Size: 2487
Comment: Added DebuggingUsplash
|
Size: 4585
Comment: Added Nautilus as the article now includes debug for it as outlined in https://bugzilla.gnome.org/show_bug.cgi?id=747762#c8 .
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablestyle="float:right; font-size: 0.9em; background:#F1F1ED;margin: 0 0 1em 1em;" style="padding:2.0em;">'''Contents'''[[BR]][[TableOfContents]]|| | ||<tablestyle="float:right; font-size: 0.9em; background:#F1F1ED;margin: 0 0 1em 1em;" style="padding:2.0em;"><<TableOfContents>>|| |
| Line 7: | Line 7: |
| Some common procedures for debugging problems, which deserve to be documented once, and properly, rather than hastily repeated again and again in the process of handling bug reports: | If you want to add information to this page on how to debug a package, use this [[DebuggingTemplate|template]]. |
| Line 9: | Line 9: |
| * '''[:Bugs/FindRightPackage:Find the Right Package]''' * [:DebuggingProgramCrash:Debugging program crashes] * [:DebuggingSystemCrash:Debugging system crashes] |
As part of triaging bug reports about specific packages or subsystems, bug triagers and developers have been writing debugging procedures for them. These include information about how to troubleshoot issues, gather the proper log files and common bug reports. If you find one missing, and if no one else can help, e-mail the Bug Squad! You can find them at ubuntu-bugsquad@lists.ubuntu.com . Or in #ubuntu-bugs on irc.ubuntu.com . |
| Line 13: | Line 11: |
| == Desktop Applications == | * '''[[Bugs/FindRightPackage|Find the Right Package]]''' * [[DebuggingProgramCrash|Debugging program crashes]] * [[DebuggingSystemCrash|Debugging system crashes]] * '''[[Apport#Per-package%20Apport%20Hooks|Using Apport-collect]]''' |
| Line 15: | Line 16: |
| * [:DebuggingFirefox:Firefox Web Browser] * [:DebuggingEvolution:Evolution Mail] * [:DebuggingGNOME:GNOME applications] * [:DebuggingGnash:Gnash Flash plugin] * [:DebuggingNetworkManager:Network Manager] * [:DebuggingTelepathy:Telepathy framework] |
= Desktop Applications = |
| Line 22: | Line 18: |
| == Server Applications == | * [[Unity/FilingBugs|Unity]] * [[DebuggingAyatana|Ayatana project]] * [[DebuggingEmacs|Emacs]] * [[DebuggingFirefox|Firefox Web Browser]] * [[DebuggingGNOME|GNOME applications - Applets, Banshee, Cheese, Evince, Evolution, Gconf, Nautilus, Network Manager, Power Manager, Screensaver (screen locking), System Tools]] * [[DebuggingGwibber|Gwibber]] * [[DebuggingKDE|KDE applications]] * [[https://wiki.ubuntu.com/LibreOfficeBugWrangling|LibreOffice]] * [[DebuggingGnash|Gnash Flash plugin]] * [[DebuggingModemmanager|Modem Manager]] * [[DebuggingTelepathy|Telepathy framework]] * [[DebuggingJava|Java]] * [[DebuggingEmpathy|Empathy]] * [[UbuntuOne#BugTriage|Ubuntuone]] * [[Chromium/Debugging|Chromium]] |
| Line 24: | Line 34: |
| * [:DebuggingApache2:Apache 2] * [:DebuggingLTSP:LTSP] |
= Server Applications = |
| Line 27: | Line 36: |
| == Hardware == | * [[DebuggingApache2|Apache 2]] * [[DebuggingLTSP|LTSP]] * [[DebuggingKVM|KVM]] * [[DebuggingMySQL|MySQL]] * [[DebuggingOpenldap|Open LDAP]] * [[DebuggingSamba|Samba]] |
| Line 29: | Line 43: |
| * [:DebuggingHardwareDetection:Hardware detection] * [:DebuggingUdev:Udev (device hotplugging)] * [:DebuggingIRQProblems:IRQ problems] * [:DebuggingACPI:ACPI (power-saving etc.)] * [:DebuggingSoundProblems:Sound problems] * [:DebuggingPrintingProblems:Printing problems] * [:DebuggingMouseDetection:Mouse detection] * [:DebuggingTouchpadDetection:Touchpad detection] * [:LaptopTestingTeam/HotkeyResearch:Non-working Hotkeys] |
= Hardware = |
| Line 39: | Line 45: |
| == Storage devices == | * [[DebuggingHardwareDetection|Hardware detection]] * [[DebuggingUdev|Udev (device hotplugging)]] * [[DebuggingIRQProblems|IRQ problems]] * [[DebuggingACPI|ACPI (power-saving etc.)]] * [[DebuggingSoundProblems|Sound problems]] * [[DebuggingPrintingProblems|Printing problems]] * [[DebuggingMouseDetection|Mouse detection]] * [[DebuggingTouchpadDetection|Touchpad detection]] * [[Hotkeys/Troubleshooting|Troubleshooting Hotkeys]] * [[DebuggingKeyboardDetection|Keyboard detection]] * [[https://wiki.ubuntu.com/Kernel/Debugging/USB|USB problems]] |
| Line 41: | Line 57: |
| * [:DebuggingIDEIssues:IDE issues] * [:DebuggingLvm:LVM (Logical Volume Management)] * [:DebuggingRemovableDevices:Removable devices] * [:DebuggingUSBStorage:USB storage devices] |
= Storage devices = |
| Line 46: | Line 59: |
| == Kernel == | * [[DebuggingIDEIssues|IDE issues]] * [[DebuggingLvm|LVM (Logical Volume Management)]] * [[DebuggingRemovableDevices|Removable devices]] |
| Line 48: | Line 63: |
| * [:KernelTeamBugPolicies:Kernel Team bug policies] * [:DebuggingKernelOops:Kernel Oops] * [:DebuggingKernelSuspend:Kernel suspend] |
= Kernel = |
| Line 52: | Line 65: |
| == Installation and Upgrades == | * [[KernelTeam/KernelTeamBugPolicies|Kernel Team bug policies]] |
| Line 54: | Line 67: |
| * [:DebuggingUbiquity:Live CD installation problems (ubiquity)] * [:DebuggingUpdateManager:Upgrading releases and updating packages (update-manager)] |
## please add any new debugging pages to the Kernel/Debugging page in the Debugging Scenarios section and they will appear here and all other appropriate places together. <<Include(Kernel/Debugging, , from="== Debugging Scenarios ==$", to="==")>> |
| Line 57: | Line 70: |
| == Debugging Tools == | = Installation and Upgrades = |
| Line 59: | Line 72: |
| * [:MemoryTest:Memory test] * ["Backtrace"] * ["Strace"] * ["Valgrind"] |
* [[DebuggingCasper|Live CD booting problems (casper)]] * [[DebuggingUbiquity|Live CD installation problems (ubiquity)]] * [[DebuggingUpdateManager|Upgrading releases and updating packages (update-manager)]] * [[DebuggingInstallationIssues|Installing and updating packages (General issues)]] |
| Line 64: | Line 77: |
| == Miscellaneous == | = Debugging Tools = |
| Line 66: | Line 79: |
| * [:X/Debugging:Debugging X (display problems etc.)] * [:DebuggingUsplash:Debugging the pretty logo you see while booting up or shutting down] * [:DebuggingNonEnglishErrors:Debugging non-English errors] * [:DebuggingApparmor:Debugging Apparmor profile errors] |
* [[MemoryTest|Memory test]] * [[Backtrace]] * [[Strace]] * [[Valgrind]] = Miscellaneous = * [[DebuggingApparmor|Debugging Apparmor profile errors]] * [[DebuggingCompiz|Debugging Compiz problems]] * [[DebuggingDBus|Debugging D-Bus problems]] * [[DebuggingHal|Debugging HAL problems]] * [[https://wiki.ubuntu.com/Bugs/Triaging/libmtp|Debugging libmtp, the MTP (Media Transfer Protocol) library]] * [[DebuggingNonEnglishErrors|Debugging non-English errors]] * [[DebuggingPlymouth|Debugging Plymouth Ubuntu's Bootsplash]] * [[DebuggingSecurity|Debugging security issues]] * [[DebuggingUsplash|Debugging usplash, the pretty logo you see while booting up or shutting down (usplash)*obsolete]] * [[X/Debugging|Debugging X (display problems etc.)]] = Template = We've created a template file for debugging procedure pages if you want to write a new one. The template provides a similar look and feel for all pages and ensures that they cover common subjects. * [[DebuggingTemplate|The debugging template file]] |
| Line 72: | Line 104: |
| CategoryBugSquad | CategoryBugSquad CategoryDebugging |
Note: If you wish to report a bug, see ReportingBugs and if you wish to help with bugs, see HelpingWithBugs
If you want to add information to this page on how to debug a package, use this template.
As part of triaging bug reports about specific packages or subsystems, bug triagers and developers have been writing debugging procedures for them. These include information about how to troubleshoot issues, gather the proper log files and common bug reports. If you find one missing, and if no one else can help, e-mail the Bug Squad! You can find them at ubuntu-bugsquad@lists.ubuntu.com . Or in #ubuntu-bugs on irc.ubuntu.com .
Desktop Applications
Server Applications
Hardware
Storage devices
Kernel
Include: Nothing found for "== Debugging Scenarios ==$"!
Contents |
Installation and Upgrades
Debugging Tools
Miscellaneous
Template
We've created a template file for debugging procedure pages if you want to write a new one. The template provides a similar look and feel for all pages and ensures that they cover common subjects.
DebuggingProcedures (last edited 2019-07-19 13:37:58 by till-kamppeter)


