From avtomaton at gmail.com Fri Jul 1 06:54:26 2011 From: avtomaton at gmail.com (=?UTF-8?B?0JLQuNC60YLQvtGAINCf0L7Qs9GA0LXQsdC90Y/Qug==?=) Date: Fri, 01 Jul 2011 10:54:26 +0400 Subject: getting involved in triage bugs In-Reply-To: <4E0CF94C.8050106@gmail.com> References: <1309469899.81047.YahooMailClassic@web28004.mail.ukl.yahoo.com> <4E0CF94C.8050106@gmail.com> Message-ID: <4E0D6F22.6070909@gmail.com> Hello, I'm russian programmer, and I want to make a contribution in ubuntu development too. I'm novice in launchpad and ubuntu package development, and I ask someone more experienced to help me to involve. Thanks. PS. My English isn't well too, but I'm working on it. 01.07.2011 02:31, komputes пишет: > On 06/30/2011 05:38 PM, valentin rouxel wrote: >> >> >> >> >> >> >> >> >> Hello, >> >> >> >> I am a French student in >> computer science and I use Ubuntu since 4 years. I would like involve >> to triage bugs. I have read the wiki about getting involved, how >> triage and how select a packet but I am not sure to know how begin. >> Moreover I have begun to look the list of bugs filed without a >> package and it seems difficult to select a package. It seemed more >> simple in reading the wiki. Maybe I have not yet the knowledge to >> involve. I would be pleased if someone could help me to begin or say >> me what I need to know to involve so I could learn the missing >> knowledge. >> >> >> >> Regards. >> >> >> >> Valentin Rouxel >> >> >> >> P.S Excuse my bad >> English, I am working to improve it. >> >> > Hello Valentin, > > Welcome to Ubuntu and thank you for wanting to get involved. If you need > a mentor to better learn to triage bugs, you can get in touch with me by > email or on IRC and I would be happy to help you out. > > -komputes > > (]( -. .- )[) > -- С уважением, Виктор Погребняк mailto:avtomaton at gmail.com From esmaeilmirzaee at gmail.com Fri Jul 1 12:04:17 2011 From: esmaeilmirzaee at gmail.com (esmaeil mirzaee) Date: Fri, 01 Jul 2011 08:04:17 -0400 Subject: Get involve with bug squad Message-ID: <4E0DB7C1.6070108@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I'm junior computer science student. I know C/C++, Assembly, and familiar with Python. I love to begin my journey in BugSquad. I send this mail to you to help me for next step after I applied in lunchpad.net/~bugsquad. I read below page for get Information 1. https://wiki.ubuntu.com/Bugs/ 2. https://wiki.ubuntu.com/Bugs/HowToTriage 3. https://wiki.ubuntu.com/Bugs/GettingInvolved If you think I need to read more, I appreciate to help me. Best Wish Samuel -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJODbfAAAoJEAtYDSPUR0ISNTcH/0dptzt+j26FvzRahLLfKU5C VgVhBG2W3ZQ3CRHNS0b7N4aGsysDxXMjnWsNgR6ys43KLQyFWXL7TLZgr+te7ry4 tzaqy653x7NpXoP1MZevGRUU2GOassAF21U1Dn6irlReoS6/ORWz4FVTFmS5Wf2I bkmOYowd4CWj/nM/gdgqden8aZFZkLkvjFzwiqe1CXFaqV7K2e73pQHNPWH4kYBa bpnCVUW35deIE0EeUeUHlDOxRwRqSg2eIxjnBcPfvRyZcsUVrRqwjnE8IFQMNOty uwz7moiijLyfXx+Efl8efJd7nzYc+qGdV1cabNqJKjrGPfRLdVXaML3Y+GEVUic= =Ric/ -----END PGP SIGNATURE----- From noreply at ubuntu.com Fri Jul 1 09:51:01 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Fri, 01 Jul 2011 09:51:01 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22MozillaTeam/Bugs=22_by_micahg?= Message-ID: <20110701095101.23756.71438@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "MozillaTeam/Bugs" page has been changed by micahg: http://wiki.ubuntu.com/MozillaTeam/Bugs?action=diff&rev1=65&rev2=66 Comment: Update wiki for Mozilla crash reporter and gdb debugging == Crashes == - === Using Apport to Submit a crash === + === Submitting Crashes to Mozilla === - Follow instructions here [[https://wiki.ubuntu.com/Apport#How%20to%20enable%20apport]] + The preferred way to submit crash data is to send it directly to Mozilla when the crash dialog appears. To find your submitted crash data, go to about:crashes in the browser. You can provide this crash id in the bug that you reported to Ubuntu. + === Run Firefox in a Debugger === - === Attach Crash data to open bugs using apport === - - === Obtain a backtrace from an apport crash report (using gdb) === Install the debugging symbols for firefox (and some other dbg packages like in above point): @@ -63, +61 @@ libc6-dbg }}} - Copy and paste in a xterm the following command: - - {{{ - TMPDIR=$(mktemp -d) - apport-unpack /var/crash/_usr_lib_firefox_firefox-bin.1000.crash $TMPDIR - gdb -nx /usr/lib/firefox/firefox-bin -core $TMPDIR/CoreDump -ex 'backtrace full' -ex 'thread apply all backtrace full' -ex 'quit' 2>&1 | tee gdb.log - rm -fr $TMPDIR - }}} - - That command will run gdb against the coredump file included in the crash report that was generated when firefox crashed. - - Upload the resulting gdb.log to launchpad. - - One good thing to do is looking at the gdb output and search for missing dbg libraries or other warnings, install them and run again gdb. - - '''NOTE''' Please don't copy and paste the backtrace or text results to bug report if you can avoid it! We would prefer you attach them as text files - this way we can read them more easily and it won't make the page ridiculously long. - - === Run Firefox in a Debugger === - - ==== Firefox-3.5 ==== - - If you had a crash, provide exact steps to reproduce the crash. If you cannot reproduce the crash, provide details of exactly what you were doing prior to the crash. Then, follow these steps: - - 1. Install debugging symbols by typing the following in a terminal (or install it with Adept or Synaptic): {{{ - # sudo apt-get install firefox-3.5-dbg \ - xulrunner-1.9.1-dbg \ - libgtk2.0-0-dbg \ - libnss3-1d-dbg \ - libnspr4-0d-dbg \ - libpango1.0-0-dbg \ - libcairo2-dbg \ - libc6-dbg - }}} - After closing all instances of Firefox, start Firefox from the terminal with the following command: {{{ - gdb /usr/lib/firefox-3*/firefox 2>&1 | tee /tmp/gdb-firefox.txt - ... # someoutput - (gdb) run - ... # run and reproduce crash - (gdb) bt full - ... # full backtrace output - (gdb) thread apply all backtrace full - ... # all threads full backtrace output - (gdb) quit - }}} - - Now ~/tmp/gdb-firefox.txt will contain the info we need to initially process your crash bug. So, please attach that file to your bug report. - - - ==== Firefox-3.0 ==== - - Note the below instructions for this section do not work for Ubuntu Hardy users running Firefox3 betas. These users will receive "Couldn't find package firefox-dbg" because there is no dbg package created yet for Firefox3 beta users. As of now Firefox-3.0 users will need to use the following repos to get firefox-3.0-dbgsym and xulrunner-1.9-dbgsym: {{{ - deb http://ddebs.ubuntu.com jaunty main universe - deb http://ddebs.ubuntu.com jaunty-updates main universe - deb http://ddebs.ubuntu.com jaunty-proposed main universe - deb http://ddebs.ubuntu.com jaunty-security main universe - }}} - - If you had a crash, provide exact steps to reproduce the crash. If you cannot reproduce the crash, provide details of exactly what you were doing prior to the crash. Then, follow these steps: - - 1. Install debugging symbols by typing the following in a terminal (or install it with Adept or Synaptic): {{{ - # sudo apt-get install firefox-3.0-dbgsym \ - xulrunner-1.9-dbgsym \ - libgtk2.0-0-dbg \ - libnss3-1d-dbgsym \ - libnspr4-0d-dbg \ - libpango1.0-0-dbg \ - libcairo2-dbg \ - libc6-dbg - }}} - - After closing all instances of Firefox, start Firefox from the terminal with the following command: {{{ - gdb /usr/lib/firefox-3*/firefox 2>&1 | tee /tmp/gdb-firefox.txt - ... # someoutput - (gdb) run - ... # run and reproduce crash - (gdb) bt full - ... # full backtrace output - (gdb) thread apply all backtrace full - ... # all threads full backtrace output - (gdb) quit - }}} - - Now ~/tmp/gdb-firefox.txt will contain the info we need to initially process your crash bug. So, please attach that file to your bug report. - - ==== Firefox-2.0 ==== - - 1. After closing all instances of Firefox, start Firefox from the terminal with the following command: {{{ firefox -g 2>&1 | tee ~/tmp/gdb-firefox.txt ... # some output (gdb) run From komputes at gmail.com Fri Jul 1 17:40:09 2011 From: komputes at gmail.com (komputes) Date: Fri, 01 Jul 2011 13:40:09 -0400 Subject: getting involved in triage bugs In-Reply-To: <4E0D6F22.6070909@gmail.com> References: <1309469899.81047.YahooMailClassic@web28004.mail.ukl.yahoo.com> <4E0CF94C.8050106@gmail.com> <4E0D6F22.6070909@gmail.com> Message-ID: <4E0E0679.4030507@gmail.com> On 07/01/2011 02:54 AM, Виктор Погребняк wrote: > Hello, > > I'm russian programmer, and I want to make a contribution in ubuntu > development too. I'm novice in launchpad and ubuntu package development, > and I ask someone more experienced to help me to involve. Thanks. > I suggest you to join #ubuntu-beginners-dev on freenode IRC. To know more about the Beginners Team, please visit https://wiki.ubuntu.com/BeginnersTeam From cyan.spam at gmail.com Sat Jul 2 22:50:40 2011 From: cyan.spam at gmail.com (David Tombs) Date: Sat, 02 Jul 2011 18:50:40 -0400 Subject: Get involve with bug squad In-Reply-To: <4E0DB7C1.6070108@gmail.com> References: <4E0DB7C1.6070108@gmail.com> Message-ID: <4E0FA0C0.3010608@gmail.com> On 07/01/2011 08:04 AM, esmaeil mirzaee wrote: > Hi > > I'm junior computer science student. I know C/C++, Assembly, and > familiar with Python. I love to begin my journey in BugSquad. I send > this mail to you to help me for next step after I applied in > lunchpad.net/~bugsquad. > > I read below page for get Information > 1. https://wiki.ubuntu.com/Bugs/ > 2. https://wiki.ubuntu.com/Bugs/HowToTriage > 3. https://wiki.ubuntu.com/Bugs/GettingInvolved > > If you think I need to read more, I appreciate to help me. > > Best Wish > Samuel Hi Samuel, Welcome! That reading should be enough. Just ask any questions you have on this list or in #ubuntu-bugs on IRC. Regards, David From esmaeilmirzaee at gmail.com Sun Jul 3 04:37:58 2011 From: esmaeilmirzaee at gmail.com (esmaeil mirzaee) Date: Sun, 03 Jul 2011 00:37:58 -0400 Subject: Get involve with bug squad In-Reply-To: <4E0FA0C0.3010608@gmail.com> References: <4E0DB7C1.6070108@gmail.com> <4E0FA0C0.3010608@gmail.com> Message-ID: <4E0FF226.3040709@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/02/2011 06:50 PM, David Tombs wrote: > On 07/01/2011 08:04 AM, esmaeil mirzaee wrote: >> Hi >> >> I'm junior computer science student. I know C/C++, Assembly, and >> familiar with Python. I love to begin my journey in BugSquad. I send >> this mail to you to help me for next step after I applied in >> lunchpad.net/~bugsquad. >> >> I read below page for get Information >> 1. https://wiki.ubuntu.com/Bugs/ >> 2. https://wiki.ubuntu.com/Bugs/HowToTriage >> 3. https://wiki.ubuntu.com/Bugs/GettingInvolved >> >> If you think I need to read more, I appreciate to help me. >> >> Best Wish >> Samuel > > Hi Samuel, > > Welcome! That reading should be enough. Just ask any questions you have > on this list or in #ubuntu-bugs on IRC. > > Regards, > David Hi thank you for your reply, I love to begin my job and try to triage a new bug. could you say how can I begin? best -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJOD/IlAAoJEAtYDSPUR0ISRWgH/ix3AquucwOu1ZgoozJILuQU m2DIrzlZM+JQyMelErjbRlGQoE6WlzAnswyreHAwufoYFtpqJ1Mbzbivd/fMC/Xk IC8lhU9Tnt0kGotAGe3VpaLhokclBZxcmSqDOjdtxB5+kpxUYcBM2aXy/pIo81Sv 1RRNHTSP54PpWu5w7kfOYxT+6XrgIRRvatq1ViWeU3y1ymeX4oFAqtTIwgnVhd20 oaGPznLeQ3wFcFIeHCnjm7ZNA6VlVsN/m9gwouP/yPXw1Qby9Spu+CkAMwX/wKir 25JADTQAzyiUxvRDPeR85nXjetrZbIsgA8GlYyLRez4LXGR9RUT3aChB9SOYrrY= =kuYn -----END PGP SIGNATURE----- From RedSingularity at gmx.com Sun Jul 3 04:56:33 2011 From: RedSingularity at gmx.com (RedSingularity) Date: Sun, 03 Jul 2011 00:56:33 -0400 Subject: Get involve with bug squad In-Reply-To: <4E0FF226.3040709@gmail.com> References: <4E0DB7C1.6070108@gmail.com> <4E0FA0C0.3010608@gmail.com> <4E0FF226.3040709@gmail.com> Message-ID: <4E0FF681.1080109@gmx.com> On 07/03/2011 12:37 AM, esmaeil mirzaee wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 07/02/2011 06:50 PM, David Tombs wrote: >> On 07/01/2011 08:04 AM, esmaeil mirzaee wrote: >>> Hi >>> >>> I'm junior computer science student. I know C/C++, Assembly, and >>> familiar with Python. I love to begin my journey in BugSquad. I send >>> this mail to you to help me for next step after I applied in >>> lunchpad.net/~bugsquad. >>> >>> I read below page for get Information >>> 1. https://wiki.ubuntu.com/Bugs/ >>> 2. https://wiki.ubuntu.com/Bugs/HowToTriage >>> 3. https://wiki.ubuntu.com/Bugs/GettingInvolved >>> >>> If you think I need to read more, I appreciate to help me. >>> >>> Best Wish >>> Samuel >> Hi Samuel, >> >> Welcome! That reading should be enough. Just ask any questions you have >> on this list or in #ubuntu-bugs on IRC. >> >> Regards, >> David > Hi > thank you for your reply, I love to begin my job and try to triage a > new bug. > > could you say how can I begin? > > best > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iQEcBAEBAgAGBQJOD/IlAAoJEAtYDSPUR0ISRWgH/ix3AquucwOu1ZgoozJILuQU > m2DIrzlZM+JQyMelErjbRlGQoE6WlzAnswyreHAwufoYFtpqJ1Mbzbivd/fMC/Xk > IC8lhU9Tnt0kGotAGe3VpaLhokclBZxcmSqDOjdtxB5+kpxUYcBM2aXy/pIo81Sv > 1RRNHTSP54PpWu5w7kfOYxT+6XrgIRRvatq1ViWeU3y1ymeX4oFAqtTIwgnVhd20 > oaGPznLeQ3wFcFIeHCnjm7ZNA6VlVsN/m9gwouP/yPXw1Qby9Spu+CkAMwX/wKir > 25JADTQAzyiUxvRDPeR85nXjetrZbIsgA8GlYyLRez4LXGR9RUT3aChB9SOYrrY= > =kuYn > -----END PGP SIGNATURE----- > Hey Sam, Are you interested in working with a particular package yet? -Tim (RedSingularity) From esmaeilmirzaee at gmail.com Sun Jul 3 07:21:26 2011 From: esmaeilmirzaee at gmail.com (esmaeil mirzaee) Date: Sun, 3 Jul 2011 03:21:26 -0400 Subject: Get involve with bug squad In-Reply-To: <4E0FF681.1080109@gmx.com> References: <4E0DB7C1.6070108@gmail.com> <4E0FA0C0.3010608@gmail.com> <4E0FF226.3040709@gmail.com> <4E0FF681.1080109@gmx.com> Message-ID: I don't know how can I choose? could you help me, I loved to begin my journey in Ubuntu ASAP. best On Sun, Jul 3, 2011 at 12:56 AM, RedSingularity wrote: > On 07/03/2011 12:37 AM, esmaeil mirzaee wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 07/02/2011 06:50 PM, David Tombs wrote: >> >>> On 07/01/2011 08:04 AM, esmaeil mirzaee wrote: >>> >>>> Hi >>>> >>>> I'm junior computer science student. I know C/C++, Assembly, and >>>> familiar with Python. I love to begin my journey in BugSquad. I send >>>> this mail to you to help me for next step after I applied in >>>> lunchpad.net/~bugsquad . >>>> >>>> I read below page for get Information >>>> 1. https://wiki.ubuntu.com/Bugs/ >>>> 2. https://wiki.ubuntu.com/Bugs/**HowToTriage >>>> 3. https://wiki.ubuntu.com/Bugs/**GettingInvolved >>>> >>>> If you think I need to read more, I appreciate to help me. >>>> >>>> Best Wish >>>> Samuel >>>> >>> Hi Samuel, >>> >>> Welcome! That reading should be enough. Just ask any questions you have >>> on this list or in #ubuntu-bugs on IRC. >>> >>> Regards, >>> David >>> >> Hi >> thank you for your reply, I love to begin my job and try to triage a >> new bug. >> >> could you say how can I begin? >> >> best >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.10 (GNU/Linux) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >> >> iQEcBAEBAgAGBQJOD/**IlAAoJEAtYDSPUR0ISRWgH/**ix3AquucwOu1ZgoozJILuQU >> m2DIrzlZM+**JQyMelErjbRlGQoE6WlzAnswyreHAw**ufoYFtpqJ1Mbzbivd/fMC/Xk >> IC8lhU9Tnt0kGotAGe3VpaLhokclBZ**xcmSqDOjdtxB5+kpxUYcBM2aXy/**pIo81Sv >> 1RRNHTSP54PpWu5w7kfOYxT+**6XrgIRRvatq1ViWeU3y1ymeX4oFAqt**TIwgnVhd20 >> oaGPznLeQ3wFcFIeHCnjm7ZNA6VlVs**N/m9gwouP/yPXw1Qby9Spu+CkAMwX/**wKir >> 25JADTQAzyiUxvRDPeR85nXjetrZbI**sgA8GlYyLRez4LXGR9RUT3aChB9SOY**rrY= >> =kuYn >> -----END PGP SIGNATURE----- >> >> > Hey Sam, > > Are you interested in working with a particular package yet? > > -Tim > (RedSingularity) > > -- > Ubuntu-bugsquad mailing list > Ubuntu-bugsquad at lists.ubuntu.**com > https://lists.ubuntu.com/**mailman/listinfo/ubuntu-**bugsquad > -------------- next part -------------- An HTML attachment was scrubbed... URL: From RedSingularity at gmx.com Mon Jul 4 04:29:50 2011 From: RedSingularity at gmx.com (RedSingularity) Date: Mon, 04 Jul 2011 00:29:50 -0400 Subject: Get involve with bug squad In-Reply-To: References: <4E0DB7C1.6070108@gmail.com> <4E0FA0C0.3010608@gmail.com> <4E0FF226.3040709@gmail.com> <4E0FF681.1080109@gmx.com> Message-ID: <4E1141BE.7030609@gmx.com> An HTML attachment was scrubbed... URL: From lukemackenzie4 at gmail.com Wed Jul 6 02:12:24 2011 From: lukemackenzie4 at gmail.com (Luke MacKenzie) Date: Wed, 06 Jul 2011 02:12:24 -0000 Subject: hey anybody got any ideas with this one? Message-ID: <20110706021224.29205.26327.launchpad@wampee.canonical.com> This one has stumped me any ideas? heres the bug https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/804537 -- This message was sent from Launchpad by Luke MacKenzie (https://launchpad.net/~lukemackenzie4) using the "Contact this team" link on the Ubuntu BugSquad team page (https://launchpad.net/~bugsquad). For more information see https://help.launchpad.net/YourAccount/ContactingPeople From walter.garcia at upf.edu Wed Jul 6 05:34:10 2011 From: walter.garcia at upf.edu (Walter Garcia-Fontes) Date: Wed, 6 Jul 2011 07:34:10 +0200 Subject: hey anybody got any ideas with this one? In-Reply-To: <20110706021224.29205.26327.launchpad@wampee.canonical.com> References: <20110706021224.29205.26327.launchpad@wampee.canonical.com> Message-ID: <20110706053410.GA26559@upf.edu> * Luke MacKenzie [06/07/11 04:15]: > This one has stumped me any ideas? > heres the bug > https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/804537 Coult it be related to this one?: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/796897 -- Walter Garcia-Fontes From jossaq at gmail.com Wed Jul 6 13:24:03 2011 From: jossaq at gmail.com (Juan Ossa) Date: Wed, 6 Jul 2011 13:24:03 +0000 (UTC) Subject: Invitation to connect on LinkedIn Message-ID: <1887727401.15550565.1309958643634.JavaMail.app@ela4-bed84.prod> LinkedIn ------------ I'd like to add you to my professional network on LinkedIn. - Juan Juan Ossa Computer Networking Professional Colombia Confirm that you know Juan Ossa https://www.linkedin.com/e/yknkuf-gpsbjyc4-24/isd/3448412057/cSo2u8ae/ -- (c) 2011, LinkedIn Corporation -------------- next part -------------- An HTML attachment was scrubbed... URL: From ladynikon at gmail.com Wed Jul 6 13:37:14 2011 From: ladynikon at gmail.com (Danyelle Davis) Date: Wed, 6 Jul 2011 09:37:14 -0400 Subject: Invitation to connect on LinkedIn Message-ID: Starting to see this alot on mailing lists... -------------- next part -------------- An HTML attachment was scrubbed... URL: From facchinelli.luciano at gmail.com Wed Jul 6 13:57:20 2011 From: facchinelli.luciano at gmail.com (Luciano Facchinelli) Date: Wed, 6 Jul 2011 10:57:20 -0300 Subject: Invitation to connect on LinkedIn In-Reply-To: References: Message-ID: and it's annoying 2011/7/6 Danyelle Davis > Starting to see this alot on mailing lists... > > -- > Ubuntu-bugsquad mailing list > Ubuntu-bugsquad at lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugsquad > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hggdh2 at ubuntu.com Wed Jul 6 21:51:50 2011 From: hggdh2 at ubuntu.com (C de-Avillez) Date: Wed, 06 Jul 2011 16:51:50 -0500 Subject: Invitation to connect on LinkedIn In-Reply-To: References: Message-ID: <4E14D8F6.6080205@ubuntu.com> On 07/06/2011 08:57 AM, Luciano Facchinelli wrote: > and it's annoying > > 2011/7/6 Danyelle Davis > > > Starting to see this alot on mailing lists... > > It happens. All we need to do is to hit the wrong button. Although I personally consider a bad idea to send blanket invitations, I still consider quite heavy-handed to take action against these misguided (IMHO) people. If this starts to be a bother -- and I am not talking about one every blue moon or so -- then we will start putting these users under moderation. Meanwhile, please relax. We *do* pay attention to the ML. Cheers, ..C.. (one of the ML administrators) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: OpenPGP digital signature URL: From waliaanuj1990 at gmail.com Thu Jul 7 16:52:39 2011 From: waliaanuj1990 at gmail.com (Anuj Walia) Date: Thu, 7 Jul 2011 22:22:39 +0530 Subject: Invitation to Connect to LinkedIn Message-ID: I'd like to add you to my professional network on LinkedIn. - Anuj Anuj Walia Android Developer India Confirm that you know Anuj Walia http://in.linkedin.com/pub/anuj-walia/16/b84/889 Regards Anuj Walia On Thu, Jul 7, 2011 at 5:30 PM, wrote: > Send Ubuntu-bugsquad mailing list submissions to >        ubuntu-bugsquad at lists.ubuntu.com > > To subscribe or unsubscribe via the World Wide Web, visit >        https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugsquad > or, via email, send a message with subject or body 'help' to >        ubuntu-bugsquad-request at lists.ubuntu.com > > You can reach the person managing the list at >        ubuntu-bugsquad-owner at lists.ubuntu.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Ubuntu-bugsquad digest..." > > > Today's Topics: > >   1. Invitation to connect on LinkedIn (Juan Ossa) >   2. Re: Invitation to connect on LinkedIn (Danyelle Davis) >   3. Re: Invitation to connect on LinkedIn (Luciano Facchinelli) >   4. Re: Invitation to connect on LinkedIn (C de-Avillez) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 6 Jul 2011 13:24:03 +0000 (UTC) > From: Juan Ossa > To: > Subject: Invitation to connect on LinkedIn > Message-ID: >        <1887727401.15550565.1309958643634.JavaMail.app at ela4-bed84.prod> > Content-Type: text/plain; charset="utf-8" > > LinkedIn > ------------ > > > I'd like to add you to my professional network on LinkedIn. > > - Juan > > Juan Ossa > Computer Networking Professional > Colombia > > Confirm that you know Juan Ossa > https://www.linkedin.com/e/yknkuf-gpsbjyc4-24/isd/3448412057/cSo2u8ae/ > > > > -- > (c) 2011, LinkedIn Corporation > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 2 > Date: Wed, 6 Jul 2011 09:37:14 -0400 > From: Danyelle Davis > To: ubuntu-bugsquad at lists.ubuntu.com > Subject: Re: Invitation to connect on LinkedIn > Message-ID: >         > Content-Type: text/plain; charset="iso-8859-1" > > Starting to see this alot on mailing lists... > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 3 > Date: Wed, 6 Jul 2011 10:57:20 -0300 > From: Luciano Facchinelli > To: Danyelle Davis > Cc: ubuntu-bugsquad at lists.ubuntu.com > Subject: Re: Invitation to connect on LinkedIn > Message-ID: >         > Content-Type: text/plain; charset="iso-8859-1" > > and it's annoying > > 2011/7/6 Danyelle Davis > >> Starting to see this alot on mailing lists... >> >> -- >> Ubuntu-bugsquad mailing list >> Ubuntu-bugsquad at lists.ubuntu.com >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugsquad >> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 4 > Date: Wed, 06 Jul 2011 16:51:50 -0500 > From: C de-Avillez > To: ubuntu-bugsquad at lists.ubuntu.com > Subject: Re: Invitation to connect on LinkedIn > Message-ID: <4E14D8F6.6080205 at ubuntu.com> > Content-Type: text/plain; charset="iso-8859-1" > > On 07/06/2011 08:57 AM, Luciano Facchinelli wrote: >> and it's annoying >> >> 2011/7/6 Danyelle Davis > > >> >>     Starting to see this alot on mailing lists... >> >> > > It happens. All  we need to do is  to hit the wrong button. Although > I personally consider a bad idea to send blanket invitations, I > still consider quite heavy-handed to take action against these > misguided (IMHO)  people. > > If this starts to be a bother -- and I am not talking about one > every blue moon or so -- then we will start putting these users > under moderation. > > Meanwhile, please relax. We *do* pay attention to the ML. > > Cheers, > > ..C.. > > (one of the ML administrators) > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: signature.asc > Type: application/pgp-signature > Size: 900 bytes > Desc: OpenPGP digital signature > URL: > > ------------------------------ > > -- > Ubuntu-bugsquad mailing list > Ubuntu-bugsquad at lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugsquad > > > End of Ubuntu-bugsquad Digest, Vol 61, Issue 6 > ********************************************** > From brian at ubuntu.com Thu Jul 7 17:38:59 2011 From: brian at ubuntu.com (Brian Murray) Date: Thu, 7 Jul 2011 10:38:59 -0700 Subject: Working with Incomplete bugs Message-ID: <20110707173859.GF2344@murraytwins.com> Just a friendly reminder that if you mark a bug as Incomplete there really is no need to follow up on the bug unless the reporter replies. I mention this because I've seen comments added like "We really want to help you and are awaiting your reply" after already marking the bug Incomplete. This ends up resetting the bug expiration timer so that it'll be another 60 days before the Launchpad Janitor expires the bug report. Thanks, -- Brian Murray Ubuntu Bug Master -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: From pedro at ubuntu.com Thu Jul 7 18:11:40 2011 From: pedro at ubuntu.com (Pedro Villavicencio Garrido) Date: Thu, 07 Jul 2011 14:11:40 -0400 Subject: Working with Incomplete bugs In-Reply-To: <20110707173859.GF2344@murraytwins.com> References: <20110707173859.GF2344@murraytwins.com> Message-ID: <1310062303.2172.3.camel@wombat> Hola Brian, On jue, 2011-07-07 at 10:38 -0700, Brian Murray wrote: > Just a friendly reminder that if you mark a bug as Incomplete there > really is no need to follow up on the bug unless the reporter replies. > I mention this because I've seen comments added like "We really want to > help you and are awaiting your reply" after already marking the bug > Incomplete. This ends up resetting the bug expiration timer so that > it'll be another 60 days before the Launchpad Janitor expires the bug > report. That is documented at the How to Triage page: https://wiki.ubuntu.com/Bugs/HowToTriage#Invalidating , Probably that's why people is using it. I do agree with you though and if no one disagree i think we can remove it from the docs. Have a nice day, pedro. From noreply at ubuntu.com Thu Jul 7 18:48:23 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Thu, 07 Jul 2011 18:48:23 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22Bugs/InitramfsLiveMedia=22_by_br?= =?utf-8?q?ian-murray?= Message-ID: <20110707184823.24383.64255@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "Bugs/InitramfsLiveMedia" page has been changed by brian-murray: http://wiki.ubuntu.com/Bugs/InitramfsLiveMedia?action=diff&rev1=1&rev2=2 - Thanks for attempting to report our bug and trying to make Ubuntu even better. The version of update-initramfs taht you likely have installed on your system is unable to work on a persistent usb stcik. There is good news though in that there an updated version of the casper package will resolve this issue. You can install the updated version via the following commands: + Thanks for attempting to report our bug and trying to make Ubuntu even better. The version of update-initramfs that you likely have installed on your system is unable to work on a persistent usb stcik. There is good news though! There is an updated version of the casper package will resolve this issue. You can install the updated version via the following commands: sudo apt-get update sudo apt-get install casper From noreply at ubuntu.com Thu Jul 7 18:46:01 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Thu, 07 Jul 2011 18:46:01 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22Bugs/InitramfsLiveMedia=22_by_br?= =?utf-8?q?ian-murray?= Message-ID: <20110707184601.24383.83914@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "Bugs/InitramfsLiveMedia" page has been changed by brian-murray: http://wiki.ubuntu.com/Bugs/InitramfsLiveMedia New page: Thanks for attempting to report our bug and trying to make Ubuntu even better. The version of update-initramfs taht you likely have installed on your system is unable to work on a persistent usb stcik. There is good news though in that there an updated version of the casper package will resolve this issue. You can install the updated version via the following commands: sudo apt-get update sudo apt-get install casper After performing those steps try the sofware update or package installation that you were initially trying and it should work. Thanks! From noreply at ubuntu.com Thu Jul 7 18:49:25 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Thu, 07 Jul 2011 18:49:25 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22Bugs/InitramfsLiveMedia=22_by_br?= =?utf-8?q?ian-murray?= Message-ID: <20110707184925.24395.26590@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "Bugs/InitramfsLiveMedia" page has been changed by brian-murray: http://wiki.ubuntu.com/Bugs/InitramfsLiveMedia?action=diff&rev1=2&rev2=3 Thanks for attempting to report our bug and trying to make Ubuntu even better. The version of update-initramfs that you likely have installed on your system is unable to work on a persistent usb stcik. There is good news though! There is an updated version of the casper package will resolve this issue. You can install the updated version via the following commands: sudo apt-get update + sudo apt-get install casper After performing those steps try the sofware update or package installation that you were initially trying and it should work. Thanks! From hggdh2 at ubuntu.com Thu Jul 7 19:18:30 2011 From: hggdh2 at ubuntu.com (C de-Avillez) Date: Thu, 07 Jul 2011 14:18:30 -0500 Subject: Invitation to Connect to LinkedIn In-Reply-To: References: Message-ID: <4E160686.3060106@ubuntu.com> On 07/07/2011 11:52 AM, Anuj Walia wrote: > I'd like to add you to my professional network on LinkedIn. > > - Anuj > > Anuj Walia > Android Developer > India > > Confirm that you know Anuj Walia > > > http://in.linkedin.com/pub/anuj-walia/16/b84/889 > > Regards > > Anuj Walia I wonder... if this email was sent with the intention of starting moderation for these types of requests... well, it succeeded: (1) sending an invite to connect/join/whatever; (2) copying the *whole* digest <- this is a big no-no, byt the way. There we go :-( -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: OpenPGP digital signature URL: From hggdh2 at ubuntu.com Thu Jul 7 19:24:19 2011 From: hggdh2 at ubuntu.com (C de-Avillez) Date: Thu, 07 Jul 2011 14:24:19 -0500 Subject: Working with Incomplete bugs In-Reply-To: <1310062303.2172.3.camel@wombat> References: <20110707173859.GF2344@murraytwins.com> <1310062303.2172.3.camel@wombat> Message-ID: <4E1607E3.1090607@ubuntu.com> On 07/07/2011 01:11 PM, Pedro Villavicencio Garrido wrote: > Hola Brian, > > On jue, 2011-07-07 at 10:38 -0700, Brian Murray wrote: >> Just a friendly reminder that if you mark a bug as Incomplete there >> really is no need to follow up on the bug unless the reporter replies. >> I mention this because I've seen comments added like "We really want to >> help you and are awaiting your reply" after already marking the bug >> Incomplete. This ends up resetting the bug expiration timer so that >> it'll be another 60 days before the Launchpad Janitor expires the bug >> report. > That is documented at the How to Triage page: > https://wiki.ubuntu.com/Bugs/HowToTriage#Invalidating , > > Probably that's why people is using it. I do agree with you though and > if no one disagree i think we can remove it from the docs. > > Have a nice day, > > pedro. > +1 on updating the note about invalidating bugs. Of old this was necessary since no bugs would be auto-closed by lack of response. Nowadays, the OP *will* get an email stating the bug was closed by timeout. ..C.. p.s. top of the day, Pedro ;-) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: OpenPGP digital signature URL: From RedSingularity at gmx.com Thu Jul 7 20:56:24 2011 From: RedSingularity at gmx.com (RedSingularity) Date: Thu, 07 Jul 2011 16:56:24 -0400 Subject: Working with Incomplete bugs In-Reply-To: <4E1607E3.1090607@ubuntu.com> References: <20110707173859.GF2344@murraytwins.com> <1310062303.2172.3.camel@wombat> <4E1607E3.1090607@ubuntu.com> Message-ID: <4E161D78.8080704@gmx.com> On 07/07/2011 03:24 PM, C de-Avillez wrote: > On 07/07/2011 01:11 PM, Pedro Villavicencio Garrido wrote: >> Hola Brian, >> >> On jue, 2011-07-07 at 10:38 -0700, Brian Murray wrote: >>> Just a friendly reminder that if you mark a bug as Incomplete there >>> really is no need to follow up on the bug unless the reporter replies. >>> I mention this because I've seen comments added like "We really want to >>> help you and are awaiting your reply" after already marking the bug >>> Incomplete. This ends up resetting the bug expiration timer so that >>> it'll be another 60 days before the Launchpad Janitor expires the bug >>> report. >> That is documented at the How to Triage page: >> https://wiki.ubuntu.com/Bugs/HowToTriage#Invalidating , >> >> Probably that's why people is using it. I do agree with you though and >> if no one disagree i think we can remove it from the docs. >> >> Have a nice day, >> >> pedro. >> > +1 on updating the note about invalidating bugs. Of old this was > necessary since no bugs would be auto-closed by lack of response. > Nowadays, the OP *will* get an email stating the bug was closed by > timeout. > > ..C.. > > p.s. top of the day, Pedro ;-) > Another +1 from me as well. Regards, -Tim From cjk at teamcharliesangels.com Sat Jul 9 19:01:55 2011 From: cjk at teamcharliesangels.com (Charlie Kravetz) Date: Sat, 9 Jul 2011 13:01:55 -0600 Subject: Fw: "Long time no see" auto-text could be improved Message-ID: <20110709130155.09bd3498@teamcharliesangels.com> I think the bugsquad should probably review this, so I am forwarding it. Begin forwarded message: Date: Sat, 9 Jul 2011 19:35:12 +0100 From: Reuben Thomas To: Ubuntu-devel-discuss at lists.ubuntu.com Subject: "Long time no see" auto-text could be improved I just received, for the n-th time, the following apparently automatic update from a bug report I'd filed: Thanks for the report, it has been some time without any response or feedback in this bug report and we are wondering if this is still an issue for you with the latest release of Ubuntu the Natty Narwhal, May you please test with that version and comment back if you're still having or not the issue? I find this wording rather irritating, because the bit that says "without any response or feedback" implies that I should have done something and didn't. Since the bug in question is not tagged as requiring any sort of info or feedback, that's not the case. Can I suggest that the wording be changed to something like this: Thanks for your bug report; sorry we have not been able to look at it for a while. It's possible that the bug has been fixed; could you please check whether this bug still affects you with the latest Ubuntu release (INSERT_NAME_HERE) and add an appropriate comment to this bug report? By helping us weed out out-of-date bug reports, you can help us spend more time fixing bugs! -- http://rrt.sc3d.org -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss at lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss -- Charlie Kravetz Linux Registered User Number 425914 [http://counter.li.org/] Never let anyone steal your DREAM. [http://keepingdreams.com] From hggdh2 at ubuntu.com Mon Jul 11 14:47:30 2011 From: hggdh2 at ubuntu.com (C de-Avillez) Date: Mon, 11 Jul 2011 09:47:30 -0500 Subject: Fw: "Long time no see" auto-text could be improved In-Reply-To: <20110709130155.09bd3498@teamcharliesangels.com> References: <20110709130155.09bd3498@teamcharliesangels.com> Message-ID: <4E1B0D02.1060702@ubuntu.com> On 07/09/2011 02:01 PM, Charlie Kravetz wrote: > I think the bugsquad should probably review this, so I am forwarding it. > > Begin forwarded message: > > Date: Sat, 9 Jul 2011 19:35:12 +0100 > From: Reuben Thomas > To: Ubuntu-devel-discuss at lists.ubuntu.com > Subject: "Long time no see" auto-text could be improved > > > I just received, for the n-th time, the following apparently automatic > update from a bug report I'd filed: > > Thanks for the report, it has been some time without any response or > feedback in this bug report and we are wondering if this is still an > issue for you with the latest release of Ubuntu the Natty Narwhal, May > you please test with that version and comment back if you're still > having or not the issue? > > I find this wording rather irritating, because the bit that says > "without any response or feedback" implies that I should have done > something and didn't. Since the bug in question is not tagged as > requiring any sort of info or feedback, that's not the case. > > Can I suggest that the wording be changed to something like this: > > Thanks for your bug report; sorry we have not been able to look at it > for a while. It's possible that the bug has been fixed; could you > please check whether this bug still affects you with the latest Ubuntu > release (INSERT_NAME_HERE) and add an appropriate comment to this bug > report? By helping us weed out out-of-date bug reports, you can help > us spend more time fixing bugs! > +1, with a caveat:this should only be used when the bug is *NOT* with a status of incomplete, waiting on OP's action. Cheers, ..C.. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: OpenPGP digital signature URL: From pedro at ubuntu.com Tue Jul 12 14:47:04 2011 From: pedro at ubuntu.com (Pedro Villavicencio Garrido) Date: Tue, 12 Jul 2011 10:47:04 -0400 Subject: Announcing the Next Ubuntu Bug Day! - Thursday 14 July 2011 Message-ID: <1310482028.2529.3.camel@wombat> From pedro at ubuntu.com Tue Jul 12 15:26:50 2011 From: pedro at ubuntu.com (Pedro Villavicencio) Date: Tue, 12 Jul 2011 11:26:50 -0400 Subject: Announcing the Next Ubuntu Bug Day! - Thursday 14 July 2011 In-Reply-To: <1310482028.2529.3.camel@wombat> References: <1310482028.2529.3.camel@wombat> Message-ID: <4E1C67BA.2080408@ubuntu.com> Since Evolution ate my email I'm re sending the announcement, sorry about that. Fellow Ubuntu Triagers! This week's Bug Day target is *drum roll please* GNOME Control Center! * 50 New bugs need a hug * 15 Incomplete bugs need a status check * 35 Confirmed bugs need a review * 5 Bugs with a Patch need a review Bookmark it, add it to your calendars, turn over those egg-timers! * Thursday 14 July 2011 * https://wiki.ubuntu.com/UbuntuBugDay/20110714 Are you looking for a way to start giving some love back to your adorable Ubuntu Project? Did you ever wonder what Triage is? Want to learn about that? This is a perfect time!, Everybody can help in a Bug Day! open your IRC Client and go to #ubuntu-bugs (FreeNode) the BugSquad will be happy to help you to start contributing! Wanna be famous? Is easy! remember to use 5-A-day so if you do a good work your name could be listed at the top 5-A-Day Contributors in the Ubuntu Hall of Fame page! We are always looking for new tasks or ideas for the Bug Days, if you have one add it to the Planning page https://wiki.ubuntu.com/UbuntuBugDay/Planning If you're new to all this, head to http://wiki.ubuntu.com/Bugs Have a nice day, pedro. From noreply at ubuntu.com Tue Jul 12 20:32:44 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Tue, 12 Jul 2011 20:32:44 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22Bugs/HowToFix=22_by_benjaoming?= Message-ID: <20110712203244.20777.33740@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "Bugs/HowToFix" page has been changed by benjaoming: http://wiki.ubuntu.com/Bugs/HowToFix?action=diff&rev1=5&rev2=6 There is a lot of different ways to find things to work on. It might be a bug report you are encountering yourself (which gives you a good opportunity to test the fix), or a problem you noted elsewhere, maybe in a bug report. [[http://harvest.ubuntu.com|Harvest]] is where we keep track of various TODO lists regarding Ubuntu development. It lists bugs that were fixed upstream or in Debian already, lists small bugs (we call them 'bitesize'), and so on. Check it out and find your first bug to work on. + + == Install Bazaar (bzr) + + sudo apt-get install bzr bzr-builddeb == Get the code == From noreply at ubuntu.com Tue Jul 12 20:33:23 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Tue, 12 Jul 2011 20:33:23 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22Bugs/HowToFix=22_by_benjaoming?= Message-ID: <20110712203323.20697.93436@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "Bugs/HowToFix" page has been changed by benjaoming: http://wiki.ubuntu.com/Bugs/HowToFix?action=diff&rev1=6&rev2=7 [[http://harvest.ubuntu.com|Harvest]] is where we keep track of various TODO lists regarding Ubuntu development. It lists bugs that were fixed upstream or in Debian already, lists small bugs (we call them 'bitesize'), and so on. Check it out and find your first bug to work on. - == Install Bazaar (bzr) + == Install Bazaar (bzr) == sudo apt-get install bzr bzr-builddeb From noreply at ubuntu.com Tue Jul 12 20:39:00 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Tue, 12 Jul 2011 20:39:00 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22Bugs/HowToFix=22_by_benjaoming?= Message-ID: <20110712203900.20789.56841@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "Bugs/HowToFix" page has been changed by benjaoming: http://wiki.ubuntu.com/Bugs/HowToFix?action=diff&rev1=7&rev2=8 Comment: Missed valuable information so renaming "Introduction" to "Introduction and prerequisites" = Fixing a bug in Ubuntu = - == Introduction == + == Introduction and prerequisites == If you followed the instructions to [[UbuntuDevelopment/GettingSetUp|get set up with Ubuntu Development]], you should be all set and ready to go. @@ -21, +21 @@ There is a lot of different ways to find things to work on. It might be a bug report you are encountering yourself (which gives you a good opportunity to test the fix), or a problem you noted elsewhere, maybe in a bug report. [[http://harvest.ubuntu.com|Harvest]] is where we keep track of various TODO lists regarding Ubuntu development. It lists bugs that were fixed upstream or in Debian already, lists small bugs (we call them 'bitesize'), and so on. Check it out and find your first bug to work on. - - == Install Bazaar (bzr) == - - sudo apt-get install bzr bzr-builddeb == Get the code == From noreply at ubuntu.com Wed Jul 13 03:05:35 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Wed, 13 Jul 2011 03:05:35 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22DebuggingUpdateManager=22_by_red?= =?utf-8?q?singularity?= Message-ID: <20110713030535.18298.4088@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "DebuggingUpdateManager" page has been changed by redsingularity: http://wiki.ubuntu.com/DebuggingUpdateManager?action=diff&rev1=41&rev2=42 = How to Triage = Help with triaging bugs for update-manager is very welcome. It accumulated a lot of reports over time. Some are bugs in update-manager, but some are bugs in packages where update-manager is just the messenger. To find out what exactly is the problem, we always need the log files in {{{/var/log/dist-upgrade/*}}}. Most of the time they provide enough information to know what went wrong. If they are missing, it is recommended to ask for them with a phrase like: - {{{ + Thanks for taking the time to report this bug and helping to make Ubuntu better. Could you please add the log files from '/var/log/dist-upgrade/' to this bug report as separate attachments? Thanks in advance. - }}} If the problem is with update-manager itself, then there is only the file /var/log/apt/term.log attached to the report and the report is tagged `apport-package`. From brian at ubuntu.com Wed Jul 13 22:04:34 2011 From: brian at ubuntu.com (Brian Murray) Date: Wed, 13 Jul 2011 15:04:34 -0700 Subject: Package Installation Failures Message-ID: <20110713220434.GX2344@murraytwins.com> I very recently updated apt to prevent the filing of package installation failures when the following appears in the error message: --fsys-tarfile returned error exit status 2 This can occur for a variety of reasons, the system is out of memory, the memory is bad or there is file system corruption. Regardless, none of these are an issue with the package trying to being installed hence the blocking of reporting further ones. I've tried to clean up most of the already reported ones in Launchpad but keep running across some! If you happen to see one please close the bug as Invalid, tag them as fsys-tarfile-error and add a comment similar to the following: "Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that there was an error on your system when trying to install a particular package. Please execute the following command, as it will clear your package cache, in a terminal: sudo apt-get clean Then try performing the update again. This will likely resolve your issue, but the failure can be caused by filesystem or memory corruption. So please also run a fsck on your filesystem(s) and a memory test. If this does resolve your bug please set its status to Invalid. Thanks and good luck!" Thanks! -- Brian Murray Ubuntu Bug Master -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: From hggdh2 at ubuntu.com Wed Jul 13 22:42:49 2011 From: hggdh2 at ubuntu.com (C de-Avillez) Date: Wed, 13 Jul 2011 17:42:49 -0500 Subject: Package Installation Failures In-Reply-To: <20110713220434.GX2344@murraytwins.com> References: <20110713220434.GX2344@murraytwins.com> Message-ID: <4E1E1F69.10700@ubuntu.com> On 07/13/2011 05:04 PM, Brian Murray wrote: > I very recently updated apt to prevent the filing of package > installation failures when the following appears in the error message: > > --fsys-tarfile returned error exit status 2 > > This can occur for a variety of reasons, the system is out of memory, > the memory is bad or there is file system corruption. Regardless, none > of these are an issue with the package trying to being installed hence > the blocking of reporting further ones. > > I've tried to clean up most of the already reported ones in Launchpad > but keep running across some! If you happen to see one please close the > bug as Invalid, tag them as fsys-tarfile-error and add a comment > similar to the following: > > "Thank you for taking the time to report this bug and helping to make > Ubuntu better. It seems that there was an error on your system when > trying to install a particular package. Please execute the following > command, as it will clear your package cache, in a terminal: > > sudo apt-get clean > > Then try performing the update again. This will likely resolve your > issue, but the failure can be caused by filesystem or memory corruption. > So please also run a fsck on your filesystem(s) and a memory test. This last piece should be disregarded, since we are asking for the bug to be set to invalid. > If > this does resolve your bug please set its status to Invalid. Thanks and > good luck!" Thank you, Brian. ..C.. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: OpenPGP digital signature URL: From brian at ubuntu.com Wed Jul 13 22:50:15 2011 From: brian at ubuntu.com (Brian Murray) Date: Wed, 13 Jul 2011 15:50:15 -0700 Subject: Package Installation Failures In-Reply-To: <4E1E1F69.10700@ubuntu.com> References: <20110713220434.GX2344@murraytwins.com> <4E1E1F69.10700@ubuntu.com> Message-ID: <20110713225015.GY2344@murraytwins.com> On Wed, Jul 13, 2011 at 05:42:49PM -0500, C de-Avillez wrote: > On 07/13/2011 05:04 PM, Brian Murray wrote: > > I very recently updated apt to prevent the filing of package > > installation failures when the following appears in the error message: > > > > --fsys-tarfile returned error exit status 2 > > > > This can occur for a variety of reasons, the system is out of memory, > > the memory is bad or there is file system corruption. Regardless, none > > of these are an issue with the package trying to being installed hence > > the blocking of reporting further ones. > > > > I've tried to clean up most of the already reported ones in Launchpad > > but keep running across some! If you happen to see one please close the > > bug as Invalid, tag them as fsys-tarfile-error and add a comment > > similar to the following: > > > > "Thank you for taking the time to report this bug and helping to make > > Ubuntu better. It seems that there was an error on your system when > > trying to install a particular package. Please execute the following > > command, as it will clear your package cache, in a terminal: > > > > sudo apt-get clean > > > > Then try performing the update again. This will likely resolve your > > issue, but the failure can be caused by filesystem or memory corruption. > > So please also run a fsck on your filesystem(s) and a memory test. > > This last piece should be disregarded, since we are asking for the > bug to be set to invalid. Ah you caught me! I actually really should have said to set the status to Incomplete and not Invalid. I feel its a nicer experience this way if the Janitor expires the bug than us setting it to Invalid. -- Brian Murray Ubuntu Bug Master -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: From allison at canonical.com Thu Jul 14 04:53:17 2011 From: allison at canonical.com (Allison Randal) Date: Wed, 13 Jul 2011 21:53:17 -0700 Subject: survey about bug workflows Message-ID: <4E1E763D.5060500@canonical.com> Hi all, Following on a UDS session about bug lifecycles, a few of us have put together a survey. We'd like to collect information on how different teams handle bugs, identify common pain points, and explore possible improvements to features like status, tags, or bug heat. https://spreadsheets.google.com/spreadsheet/viewform?formkey=dGZqcm9YS083V19XT1RSMmV1RFJ2U3c6MQ Thanks for contributing your time. (And thanks to all who helped put together the survey.) Allison From noname420 at gmail.com Tue Jul 19 17:54:53 2011 From: noname420 at gmail.com (IKT) Date: Wed, 20 Jul 2011 03:24:53 +0930 Subject: Package Installation Failures In-Reply-To: <20110713225015.GY2344@murraytwins.com> References: <20110713220434.GX2344@murraytwins.com> <4E1E1F69.10700@ubuntu.com> <20110713225015.GY2344@murraytwins.com> Message-ID: Do you have an example bug which contains this error? Is it all "returned error exit status 2" bugs? - ikt On 14 July 2011 08:20, Brian Murray wrote: > On Wed, Jul 13, 2011 at 05:42:49PM -0500, C de-Avillez wrote: > > On 07/13/2011 05:04 PM, Brian Murray wrote: > > > I very recently updated apt to prevent the filing of package > > > installation failures when the following appears in the error message: > > > > > > --fsys-tarfile returned error exit status 2 > > > > > > This can occur for a variety of reasons, the system is out of memory, > > > the memory is bad or there is file system corruption. Regardless, none > > > of these are an issue with the package trying to being installed hence > > > the blocking of reporting further ones. > > > > > > I've tried to clean up most of the already reported ones in Launchpad > > > but keep running across some! If you happen to see one please close > the > > > bug as Invalid, tag them as fsys-tarfile-error and add a comment > > > similar to the following: > > > > > > "Thank you for taking the time to report this bug and helping to make > > > Ubuntu better. It seems that there was an error on your system when > > > trying to install a particular package. Please execute the following > > > command, as it will clear your package cache, in a terminal: > > > > > > sudo apt-get clean > > > > > > Then try performing the update again. This will likely resolve your > > > issue, but the failure can be caused by filesystem or memory > corruption. > > > So please also run a fsck on your filesystem(s) and a memory test. > > > > This last piece should be disregarded, since we are asking for the > > bug to be set to invalid. > > Ah you caught me! I actually really should have said to set the status > to Incomplete and not Invalid. I feel its a nicer experience this way > if the Janitor expires the bug than us setting it to Invalid. > > -- > Brian Murray > Ubuntu Bug Master > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > > iEYEARECAAYFAk4eIScACgkQDTAwc5ER+zWoowCfQ9pmmK4ezhoQuWMGmAHsq9fw > 3LUAn0JYOJuTxrBL87WXRu1g6qKtDIsm > =Rggt > -----END PGP SIGNATURE----- > > -- > Ubuntu-bugsquad mailing list > Ubuntu-bugsquad at lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugsquad > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at ubuntu.com Tue Jul 19 18:12:30 2011 From: brian at ubuntu.com (Brian Murray) Date: Tue, 19 Jul 2011 11:12:30 -0700 Subject: Package Installation Failures In-Reply-To: References: <20110713220434.GX2344@murraytwins.com> <4E1E1F69.10700@ubuntu.com> <20110713225015.GY2344@murraytwins.com> Message-ID: <20110719181230.GO2344@murraytwins.com> On Wed, Jul 20, 2011 at 03:24:53AM +0930, IKT wrote: > Do you have an example bug which contains this error? There are hundreds tagged fsys-tarfile-error already but how about https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/809059. > Is it all "returned error exit status 2" bugs? No, it is ones where the command "dpkg-deb" with the argument "--fsys-tarfile" returned error exit status 2. Brian > - ikt > > On 14 July 2011 08:20, Brian Murray wrote: > > > On Wed, Jul 13, 2011 at 05:42:49PM -0500, C de-Avillez wrote: > > > On 07/13/2011 05:04 PM, Brian Murray wrote: > > > > I very recently updated apt to prevent the filing of package > > > > installation failures when the following appears in the error message: > > > > > > > > --fsys-tarfile returned error exit status 2 > > > > > > > > This can occur for a variety of reasons, the system is out of memory, > > > > the memory is bad or there is file system corruption. Regardless, none > > > > of these are an issue with the package trying to being installed hence > > > > the blocking of reporting further ones. > > > > > > > > I've tried to clean up most of the already reported ones in Launchpad > > > > but keep running across some! If you happen to see one please close > > the > > > > bug as Invalid, tag them as fsys-tarfile-error and add a comment > > > > similar to the following: > > > > > > > > "Thank you for taking the time to report this bug and helping to make > > > > Ubuntu better. It seems that there was an error on your system when > > > > trying to install a particular package. Please execute the following > > > > command, as it will clear your package cache, in a terminal: > > > > > > > > sudo apt-get clean > > > > > > > > Then try performing the update again. This will likely resolve your > > > > issue, but the failure can be caused by filesystem or memory > > corruption. > > > > So please also run a fsck on your filesystem(s) and a memory test. > > > > > > This last piece should be disregarded, since we are asking for the > > > bug to be set to invalid. > > > > Ah you caught me! I actually really should have said to set the status > > to Incomplete and not Invalid. I feel its a nicer experience this way > > if the Janitor expires the bug than us setting it to Invalid. > > > > -- > > Brian Murray > > Ubuntu Bug Master > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.10 (GNU/Linux) > > > > iEYEARECAAYFAk4eIScACgkQDTAwc5ER+zWoowCfQ9pmmK4ezhoQuWMGmAHsq9fw > > 3LUAn0JYOJuTxrBL87WXRu1g6qKtDIsm > > =Rggt > > -----END PGP SIGNATURE----- > > > > -- > > Ubuntu-bugsquad mailing list > > Ubuntu-bugsquad at lists.ubuntu.com > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugsquad > > > > -- Brian Murray Ubuntu Bug Master -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: From brian at ubuntu.com Tue Jul 19 22:44:33 2011 From: brian at ubuntu.com (Brian Murray) Date: Tue, 19 Jul 2011 15:44:33 -0700 Subject: mass tagging of some bug reports Message-ID: <20110719224433.GS2344@murraytwins.com> I'm planning on tagging about 5000 bug reports with attachments named 'VarLogDistupgradeApttermlog.gz' with the tag 'dist-upgrade'. These bug reports have been reported by apport and are package installation failures but are currently indistinguishable (well other than checking the attachments) from regular package installation failures as they are all tagged 'apport-package'. Having the tag will allow us to search using Launchpad for package installation failures that have occurred when performing a distribution upgrade. This will be useful when cleaning up existing apport-package bug reports and when creating tests for package installation failures. Barring any strenuous objections I plan on doing this on Friday, July 22nd so you might want filter bug mail from me with the body: "** Tags added: dist-upgrade" to somewhere special - but only for that day! -- Brian Murray Ubuntu Bug Master -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: From emailme at aaronmurray.name Tue Jul 19 23:06:55 2011 From: emailme at aaronmurray.name (Aaron Murray) Date: Tue, 19 Jul 2011 16:06:55 -0700 Subject: Google+ Invite Message-ID: <20110719160655.2e810fcf@aaronmurray.name> If anybody is interested, I'll send an invite. If you already got in, "circle" me. Ubuntu + Google+ = more people using Ubuntu! -- BOFH excuse #274: It was OK before you touched it. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: not available URL: From benonsoftware at gmail.com Wed Jul 20 08:54:52 2011 From: benonsoftware at gmail.com (Benjamin Donald-Wilson) Date: Wed, 20 Jul 2011 18:54:52 +1000 Subject: Google+ Invite In-Reply-To: <20110719160655.2e810fcf@aaronmurray.name> References: <20110719160655.2e810fcf@aaronmurray.name> Message-ID: I would be happy to join but I have too be 13+ :( ================ Yours sincerely, Ben Donald-Wilson (Age 12) ================ -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJOAbGqAAoJEM8sCcnYyN+rusIIAJUaxsqMAup423MNbrh2qr7t hwW75//Kt5SVGiQLmWXQLthd2/KuUSS0Kk4O/S7W2uSjutHN4oZf4ZkFcykazkda OooXQxkp+KIY/NCYj3B8H078LXxvrnyP8j5H84FB0p29z5PDKWk63j3d0MTq+AW3 C27LAhMnkRTFTKhVLbqlkcGL/PZ/Ip84iHDDH1836Pv7h7UDu3bfCwWQR7pj862e KrJuvtPgX936ABW9vX9AkMX6rdVAaXtBq8lnW6gkWgaLdE5BYh51xdJ+jXE7zvf7 zvioJgay+7eRpHPsQZ3xr7xKw67QpWnXdk0KOp8l8oXk/hh6YB4rwaXeQQiS5Yc= =duCV -----END PGP SIGNATURE----- On Wed, Jul 20, 2011 at 9:06 AM, Aaron Murray wrote: > If anybody is interested, I'll send an invite. If you already got in, > "circle" me. > > Ubuntu + Google+ = more people using Ubuntu! > > -- > BOFH excuse #274: > > It was OK before you touched it. > > -- > Ubuntu-bugsquad mailing list > Ubuntu-bugsquad at lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugsquad > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jordon at envygeeks.com Wed Jul 20 09:01:50 2011 From: jordon at envygeeks.com (Jordon Bedwell) Date: Wed, 20 Jul 2011 04:01:50 -0500 Subject: Google+ Invite In-Reply-To: References: <20110719160655.2e810fcf@aaronmurray.name> Message-ID: <4E26997E.8030203@envygeeks.com> On 07/20/2011 03:54 AM, Benjamin Donald-Wilson wrote: > I would be happy to join but I have too be 13+ :( Blah, just ignore my invite then. I read the 13+ after I invited you. From kamusin at gmail.com Wed Jul 20 13:36:20 2011 From: kamusin at gmail.com (Kamus) Date: Wed, 20 Jul 2011 09:36:20 -0400 Subject: Announcing the Next Ubuntu Bug Day! - Thursday 21 July 2011 Message-ID: Fellow Ubuntu Triagers! This week's Bug Day target is *drum roll please* Banshee! * 50 New bugs need a hug * 35 Incomplete bugs need a status check * 16 Confirmed bugs need a review Bookmark it, add it to your calendars, turn over those egg-timers! * Thursday July 21, 2011 * https://wiki.ubuntu.com/UbuntuBugDay/20110721 Are you looking for a way to start giving some love back to your adorable Ubuntu Project? Did you ever wonder what Triage is? Want to learn about that? This is a perfect time!, Everybody can help in a Bug Day! open your IRC Client and go to #ubuntu-bugs (FreeNode) the BugSquad will be happy to help you to start contributing! Wanna be famous? Is easy! remember to use 5-A-day so if you do a good work your name could be listed at the top 5-A-Day Contributors in the Ubuntu Hall of Fame page! We are always looking for new tasks or ideas for the Bug Days, if you have one add it to the Planning page https://wiki.ubuntu.com/UbuntuBugDay/Planning If you're new to all this, head to http://wiki.ubuntu.com/Bugs Have a nice day, Kamus (from bugsquad) -- Victor Vargas B. Latitud:  -33.439177,-70.625267 Santiago, Chile. From ahmad.a.ali at hotmail.com Wed Jul 20 11:10:48 2011 From: ahmad.a.ali at hotmail.com (Ahmad Ali) Date: Wed, 20 Jul 2011 13:10:48 +0200 Subject: Wifi buf solution Message-ID: Hi, i cant find the solution for, wifi issues with connection on battery, bug795273, whenever i disconnect the ac adapter, my wifi doesnt work. thx -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.tl at gmail.com Wed Jul 20 15:26:32 2011 From: mathieu.tl at gmail.com (Mathieu Trudel-Lapierre) Date: Wed, 20 Jul 2011 11:26:32 -0400 Subject: Wifi buf solution In-Reply-To: References: Message-ID: On Wed, Jul 20, 2011 at 7:10 AM, Ahmad Ali wrote: > Hi, i cant find the solution for, wifi issues with connection on > battery, bug795273, whenever i disconnect the ac adapter, my wifi doesnt > work. That bug is already confirmed and being looked into. It will need fixing in the wifi driver for you hardware, but in the meantime there is a workaround: Edit /usr/lib/pm-utils/power.d/wireless ; add "exit 0" at the very beginning; right after the first "#!/bin/sh" line. Alternatively, you could remove that file (/usr/lib/pm-utils/power.d/wireless) completely. What most likely happens is that while your system allows telling the driver to go in powersave mode; but this has the driver react badly and lose the connection (and I guess it can't establish one afterwards either). I'll update the bug accordingly. Regards, Mathieu Trudel-Lapierre Freenode: cyphermox, Jabber: mathieu.tl at gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 From noreply at ubuntu.com Thu Jul 21 19:13:40 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Thu, 21 Jul 2011 19:13:40 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22DebuggingUpdateManager=22_by_red?= =?utf-8?q?singularity?= Message-ID: <20110721191340.5983.92709@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "DebuggingUpdateManager" page has been changed by redsingularity: http://wiki.ubuntu.com/DebuggingUpdateManager?action=diff&rev1=42&rev2=43 = Bug Tags = || '''Tag''' || '''Use case''' || + || [[https://launchpad.net/ubuntu/+bugs?field.tag=natty2oneric |`natty2oneric`]] || Bugs related to upgrades from Natty Narwhal (11.04) to Oneric Ocelot (11.10) || || [[https://launchpad.net/ubuntu/+bugs?field.tag=maverick2natty |`maverick2natty`]] || Bugs related to upgrades from Maverick Meerkat (10.10) to Natty Narwhal (11.04) || || [[https://launchpad.net/ubuntu/+bugs?field.tag=lucid2maverick |`lucid2maverick`]] || Bugs related to upgrades from Lucid Lynx (10.04) to Maverick Meerkat (10.10) || || [[https://launchpad.net/ubuntu/+bugs?field.tag=hardy2lucid|`hardy2lucid`]] || Bugs related to upgrades from Hardy Heron (8.04) to Lucid Lynx (10.04) || From noreply at ubuntu.com Fri Jul 22 21:47:31 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Fri, 22 Jul 2011 21:47:31 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22Bugs/Tags=22_by_brian-murray?= Message-ID: <20110722214731.21820.42282@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "Bugs/Tags" page has been changed by brian-murray: http://wiki.ubuntu.com/Bugs/Tags?action=diff&rev1=181&rev2=182 || [[https://launchpad.net/ubuntu/+bugs?field.tag=unmetdeps|`unmetdeps`]] || Bugs that indicate packages not being installable due to missing dependencies. || || [[https://launchpad.net/ubuntu/+bugs?field.tag=upgrade-software-version|`upgrade-software-version`]] || Bugs that request new software versions - please help reviewing them carefully. || || [[https://launchpad.net/ubuntu/+bugs?field.tag=work-intensive|`work-intensive`]] || triaging requires intensive work to validate/reproduce || + || [[https://launchpad.net/ubuntu/+bugs?field.tag=work-intensive|`dist-upgrade`]] || A bug that was encountering when upgrading between releases of Ubuntu || == Application Specific Tags == ##These tags are pulled from other wiki pages - you can determine which one by looking at the bit after "Include(". So the first set are pulled from the DebuggingNetworkManager wiki page. From noreply at ubuntu.com Fri Jul 22 22:35:53 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Fri, 22 Jul 2011 22:35:53 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22Bugs/Tags=22_by_komputes?= Message-ID: <20110722223553.4791.99348@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "Bugs/Tags" page has been changed by komputes: http://wiki.ubuntu.com/Bugs/Tags?action=diff&rev1=182&rev2=183 Comment: Corrected link and wording for dist-upgrade || [[https://launchpad.net/ubuntu/+bugs?field.tag=unmetdeps|`unmetdeps`]] || Bugs that indicate packages not being installable due to missing dependencies. || || [[https://launchpad.net/ubuntu/+bugs?field.tag=upgrade-software-version|`upgrade-software-version`]] || Bugs that request new software versions - please help reviewing them carefully. || || [[https://launchpad.net/ubuntu/+bugs?field.tag=work-intensive|`work-intensive`]] || triaging requires intensive work to validate/reproduce || - || [[https://launchpad.net/ubuntu/+bugs?field.tag=work-intensive|`dist-upgrade`]] || A bug that was encountering when upgrading between releases of Ubuntu || + || [[https://launchpad.net/ubuntu/+bugs?field.tag=dist-upgrade|`dist-upgrade`]] || A bug that was encountered when upgrading between releases of Ubuntu || == Application Specific Tags == ##These tags are pulled from other wiki pages - you can determine which one by looking at the bit after "Include(". So the first set are pulled from the DebuggingNetworkManager wiki page. From brian at ubuntu.com Mon Jul 25 20:32:50 2011 From: brian at ubuntu.com (Brian Murray) Date: Mon, 25 Jul 2011 13:32:50 -0700 Subject: New information in bugs reported by apport Message-ID: <20110725203250.GD2344@murraytwins.com> I've recently added a couple of features to apport which modify the information collected when a bug reporter reports a bug about any package. One is the addition of details regarding modified conffiles which are a part of the package about which the bug is being reported. The bug description will contain a key like 'mtime.conffile.' and data about when the conffile was modified. Additionally, if the user approves it the conffile will be attached. You can see an example of this in http://launchpad.net/bugs/815803. The other feature is the inclusion of upstart override files[1]. In the event that the package provides a conffile file that appears in '/etc/init' a check will be made for a .override file. If one exists an attachment with the name formatted like 'acpid.override' will be added to the bug report. These additions to apport should give you more information about how bug reporters are using your software and help spot configuration errors more quickly. [1] http://launchpad.net/bugs/803977 -- Brian Murray -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: From noreply at ubuntu.com Tue Jul 26 14:03:51 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Tue, 26 Jul 2011 14:03:51 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22Bugs/Events=22_by_pvillavi?= Message-ID: <20110726140351.30567.84513@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "Bugs/Events" page has been changed by pvillavi: http://wiki.ubuntu.com/Bugs/Events?action=diff&rev1=256&rev2=257 || '''Name''' || '''Tag used''' || ## StartHugDayParsing + || [[UbuntuBugDay/20110728| Banshee]] || hugday-20110728 || || [[UbuntuBugDay/20110721| Banshee]] || hugday-20110721 || || [[UbuntuBugDay/20110714| GNOME Control Center]] || hugday-20110714 || || [[UbuntuBugDay/20110623| Unity]] || hugday-20110623 || From pedro at ubuntu.com Tue Jul 26 14:41:25 2011 From: pedro at ubuntu.com (Pedro Villavicencio) Date: Tue, 26 Jul 2011 10:41:25 -0400 Subject: Announcing the Next Ubuntu Bug Day! - Thursday 28 July 2011 Message-ID: <4E2ED215.4050300@ubuntu.com> Fellow Ubuntu Triagers! This week's Bug Day target is *drum roll please* Compiz! * 50 New bugs need a hug * 30 Incomplete bugs need a status check * 50 Confirmed bugs need a review Bookmark it, add it to your calendars, turn over those egg-timers! * Thursday 28 July 2011 * https://wiki.ubuntu.com/UbuntuBugDay/20110728 Are you looking for a way to start giving some love back to your adorable Ubuntu Project? Did you ever wonder what Triage is? Want to learn about that? This is a perfect time!, Everybody can help in a Bug Day! open your IRC Client and go to #ubuntu-bugs (FreeNode) the BugSquad will be happy to help you to start contributing! Wanna be famous? Is easy! remember to use 5-A-day so if you do a good work your name could be listed at the top 5-A-Day Contributors in the Ubuntu Hall of Fame page! We are always looking for new tasks or ideas for the Bug Days, if you have one add it to the Planning page https://wiki.ubuntu.com/UbuntuBugDay/Planning If you're new to all this, head to http://wiki.ubuntu.com/Bugs Have a nice day, pedro. From noreply at ubuntu.com Tue Jul 26 14:38:48 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Tue, 26 Jul 2011 14:38:48 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22Bugs/HowToTriage=22_by_hggdh2?= Message-ID: <20110726143848.6330.66307@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "Bugs/HowToTriage" page has been changed by hggdh2: http://wiki.ubuntu.com/Bugs/HowToTriage?action=diff&rev1=150&rev2=151 Comment: trying (again) to emphasise that workflow bugs should be left alone by starting triagers == Special types of bugs == - Most bugs are code or packaging defects, but some groups within Ubuntu also use bugs for other things. Careful attention must be paid to these bugs so as not to disrupt team processes. These classes of bugs have special rules and different meanings for the statuses. They may even have different meanings depending on where Ubuntu is in its release cycle. Unless a triager is familiar with the specific process in question, adjustments to these bugs are likely to be problematic. + Most bugs are code or packaging defects, but some groups within Ubuntu also use bugs for other things. Careful attention must be paid to these bugs so as not to disrupt team processes. These classes of bugs have special rules and different meanings for the statuses. They may even have different meanings depending on where Ubuntu is in its release cycle. + + '''Unless a triager is familiar with the specific process in question, adjustments to these bugs are likely to be problematic.''' === Developer Process Bugs === From noreply at ubuntu.com Wed Jul 27 22:08:31 2011 From: noreply at ubuntu.com (Ubuntu Wiki) Date: Wed, 27 Jul 2011 22:08:31 -0000 Subject: =?utf-8?q?=5BUbuntu_Wiki=5D_Update_of_=22DebuggingKernelSuspendHibernateR?= =?utf-8?q?esume=22_by_bryce2?= Message-ID: <20110727220831.30300.33342@mangaba.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification. The "DebuggingKernelSuspendHibernateResume" page has been changed by bryce2: http://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume?action=diff&rev1=18&rev2=19 = Notes = == Battery drained whilst suspended stock reply == - {{{ - Thank you for taking the time to report this bug and helping to make Ubuntu better. This report seems to indicate that your battery drained while the machine was suspended. In this case a false bug report is generated, we are therefore closing this bug Invald. Please see https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume#Is%20this%20really%20a%20failure? for more information. + Thank you for taking the time to report this bug and helping to make Ubuntu better. This report seems to indicate that your battery drained while the machine was suspended. In this case a false bug report is generated, we are therefore closing this bug Invald. Please see https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResumefor more information. - }}} - * Set status to Incomplete + + = See also = + * [[SuspendResumeTesting]] + ---- CategoryKernel CategoryDebugging From haneef503 at gmail.com Fri Jul 29 16:44:21 2011 From: haneef503 at gmail.com (Haneef Mubarak) Date: Fri, 29 Jul 2011 09:44:21 -0700 Subject: Bug Importance Message-ID: I am unable to set importance of a bug on Launchpad even though I am a member of BugSquad. Please help. -------------- next part -------------- An HTML attachment was scrubbed... URL: