From frqnhshm at gmail.com Mon Dec 3 10:12:58 2012 From: frqnhshm at gmail.com (Furqan Hashmi) Date: Mon, 3 Dec 2012 15:42:58 +0530 Subject: help - reg joining bug squad Message-ID: Hello friends , My name is Furqan Ahmed Hashmi . I am student of NIT Puducherry (3rd year ) C.S.E . I have been using ubuntu for 3 years . I am very thankful to all those who contributed for its development. I am a FOSS enthusiast and would like to contribute to the development of ubuntu . I would be very happy if i would recieve help from ubuntu india. I am interested in bug squad. Thanking you Furqan Ahmed Hashmi 3rd year CSE NIT Puducherry From krnekhelesh at gmail.com Mon Dec 3 14:33:32 2012 From: krnekhelesh at gmail.com (Nekhelesh) Date: Mon, 03 Dec 2012 15:33:32 +0100 Subject: help - reg joining bug squad In-Reply-To: References: Message-ID: <50BCB83C.6040305@gmail.com> Hi Furqan, On behalf of the entire ubuntu community, let me know welcome you. Joining the bug squad is very simple. First of all join the launchpad bug squad team at https://launchpad.net/~bugsquad. Ofcourse you need to have a launchpad account and also sign the ubuntu code of conduct. Everything you need to know is all explained clearly in https://wiki.ubuntu.com/HelpingWithBugs. As a bug squad member, you triage bugs (ensuring a bug has all the information a developer might need to fix it). If you are stuck anywhere just let us know and we will help you further. Thank you for your interest in helping out with Ubuntu. Kind regards, Nekhelesh On 03 December 2012 11:12:58, Furqan Hashmi wrote: > Hello friends , > > My name is Furqan Ahmed Hashmi . I am student of NIT Puducherry (3rd > year ) C.S.E . I have been using ubuntu for 3 years . I am very > thankful to all those who contributed for its development. > > I am a FOSS enthusiast and would like to contribute to the development > of ubuntu . I would be very happy if i would recieve help from ubuntu > india. I am interested in bug squad. > > Thanking you > Furqan Ahmed Hashmi > 3rd year CSE > NIT Puducherry > -- Nekhelesh Ramananthan Msc. Control & Simulation From t_arceri at yahoo.com.au Tue Dec 4 19:08:54 2012 From: t_arceri at yahoo.com.au (Timothy Arceri) Date: Tue, 4 Dec 2012 11:08:54 -0800 (PST) Subject: Ubuntu-bugsquad Digest, Vol 78, Issue 1 In-Reply-To: References: Message-ID: <1354648134.63537.YahooMailNeo@web163405.mail.gq1.yahoo.com> Hi Furqan, If you wan to get involved in acctual development you may like to have a look at the Hundred Papercuts Project https://launchpad.net/hundredpapercuts its aim is to triage and fix small usability bugs in Ubuntu. A good place to start would be to join the Papercuts Ninja mailing list and introduce yourself https://launchpad.net/~papercuts-ninja Timothy Arceri ________________________________ Date: Mon, 3 Dec 2012 15:42:58 +0530 From: Furqan Hashmi To: ubuntu-bugsquad at lists.ubuntu.com Subject: help - reg joining bug squad Message-ID:     Content-Type: text/plain; charset=ISO-8859-1 Hello friends , My name is Furqan Ahmed Hashmi . I am student of NIT Puducherry  (3rd year ) C.S.E . I have been using ubuntu for 3 years . I am very thankful to all those who contributed for its development. I am a FOSS enthusiast and would like to contribute to the development of ubuntu . I would be very happy if i would recieve help from ubuntu india. I am interested in bug squad. Thanking you Furqan Ahmed Hashmi 3rd year CSE NIT Puducherry ------------------------------ -- Ubuntu-bugsquad mailing list Ubuntu-bugsquad at lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugsquad End of Ubuntu-bugsquad Digest, Vol 78, Issue 1 ********************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From quntmec at hotmail.com Tue Dec 11 20:52:24 2012 From: quntmec at hotmail.com (KP) Date: Wed, 12 Dec 2012 04:52:24 +0800 Subject: Problems in TUN/TAP Message-ID: Hi, The problem is about the configuration of TUN/TAP. In my project, I have finished my script and successfully create tap0 and tap1. However, when I run my project in bochs(a emulator), it prompt a message "*** buffer overflow detected ***: bochs terminated" , which should be "tuntap network driver: opened /dev/net/tun:tap0 device" while the status of TUN/TAP is normal. I tried to find out what happened, but failed. Detail as blow: 1)I tried ”cat /dev/net/tun“ and its feedback is ”cat: /dev/net/tun: File descriptor in bad state“ 2)I tried "lsmod | grep tun". No information output. 3)I tried "modprobe tun". And then tried "lsmod | grep tun" again. The result is the same : No information output. 4)I check tap0, tap1 by the command of ifconfig. The information is blow(tap0 and tap1 is not RUNNING): ============================================================================= lo Link encap:本地环回 inet 地址:127.0.0.1 掩码:255.0.0.0 inet6 地址: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 跃点数:1 接收数据包:1496 错误:0 丢弃:0 过载:0 帧数:0 发送数据包:1496 错误:0 丢弃:0 过载:0 载波:0 碰撞:0 发送队列长度:0 接收字节:171417 (171.4 KB) 发送字节:171417 (171.4 KB) tap0 Link encap:以太网 硬件地址 mac1 inet 地址:ip1 掩码:255.255.255.0 UP BROADCAST PROMISC MULTICAST MTU:1500 跃点数:1 接收数据包:0 错误:0 丢弃:0 过载:0 帧数:0 发送数据包:0 错误:0 丢弃:0 过载:0 载波:0 碰撞:0 发送队列长度:500 接收字节:0 (0.0 B) 发送字节:0 (0.0 B) tap1 Link encap:以太网 硬件地址 mac2 inet 地址:ip2 掩码:255.255.255.0 UP BROADCAST PROMISC MULTICAST MTU:1500 跃点数:1 接收数据包:0 错误:0 丢弃:0 过载:0 帧数:0 发送数据包:0 错误:0 丢弃:0 过载:0 载波:0 碰撞:0 发送队列长度:500 接收字节:0 (0.0 B) 发送字节:0 (0.0 B) =============================================================================== Since the system can perform on another machine normally, the code of the project is ok. I think that maybe the TUN/TAP is not installed/configured correctly. Isn't it? Furthermore, some information of my project is blow: 1) OS : ubuntu12.04(newly install ubuntu12.04, not upgrade from a lower version) 2) have installed brctl and tunctl(sudo apt-get install uml-utilities bridge-util) 3) the version of boche is 2.5.1(--enable-pci --enable-ne2000 --enable-pnic) 4) the configuration of tuntap in the script of boche is : ne2k: enabled=1, ioaddr=0x300, irq=11, mac=11:22:33:44:55:66, ethmod=tuntap, ethdev=/dev/net/tun:tap0 pci: enabled=1, chipset=i440fx i440fxsupport: enabled=1, slot1=ne2k Finally, is all my configuration above correct? If yes, does that means some bugs within TUN/TAP? -------------- next part -------------- An HTML attachment was scrubbed... URL: From webmaster at ubuntu.com Fri Dec 21 01:56:31 2012 From: webmaster at ubuntu.com (Help Ubuntu) Date: Fri, 21 Dec 2012 01:56:31 -0000 Subject: =?utf-8?q?=5BCommunity_Ubuntu_Documentation=5D_Update_of_=22ReportingBugs?= =?utf-8?q?=22_by_chris-bainbridge?= Message-ID: <20121221015631.5206.7401@jostaberry.canonical.com> Dear Wiki user, You have subscribed to a wiki page or wiki category on "Community Ubuntu Documentation" for change notification. The "ReportingBugs" page has been changed by chris-bainbridge: http://help.ubuntu.com/community/ReportingBugs?action=diff&rev1=219&rev2=220 Comment: add bug ref enabled=1 }}} - Note 1) even when enabled, apport will not upload crash reports to Launchpad for a stable release (this is deliberate, see [[https://bugs.launchpad.net/apport/+bug/997283|bug #997283]]). Instead, crash reports are uploaded to [[http://errors.ubuntu.com]]. + Note 1) even when enabled, apport will not upload crash reports to Launchpad for a stable release (this is deliberate, see [[https://bugs.launchpad.net/ubuntu/+source/apport/+bug/994921|bug #994921]] and [[https://bugs.launchpad.net/apport/+bug/997283|bug #997283]]). Instead, crash reports are uploaded to [[http://errors.ubuntu.com]]. Note 2) apport will appear to upload a crash report, but only actually does so if whoopsie is installed. Whoopsie is installed by default for users of ubuntu-desktop, but for users of alternative desktops, or for server users, whoopsie has to be installed manually with ''apt-get install whoopsie''. See [[https://bugs.launchpad.net/ubuntu/+source/xubuntu-meta/+bug/1001630|bug #1001630]] for details. From antidisney at hotmail.com Sat Dec 22 19:23:02 2012 From: antidisney at hotmail.com (Michael) Date: Sat, 22 Dec 2012 11:23:02 -0800 Subject: reporting bugs to 12.04 Message-ID: What is the procedure to report bugs for version 12.04? I'm seeing the bug that affects the network connection. In the log viewer I'm seeing the following error. Dec 22 10:46:39 mike-Vostro-1000 kernel: [ 3906.169752] wlan0: authenticate with 50:46:5d:6d:30:20 (try 1) Dec 22 10:46:39 mike-Vostro-1000 kernel: [ 3906.368101] wlan0: authenticate with 50:46:5d:6d:30:20 (try 2) Dec 22 10:46:39 mike-Vostro-1000 kernel: [ 3906.568094] wlan0: authenticate with 50:46:5d:6d:30:20 (try 3) Dec 22 10:46:40 mike-Vostro-1000 kernel: [ 3906.768087] wlan0: authentication with 50:46:5d:6d:30:20 timed out I want to report it but I'm not sure if its still valid to report or add information to a bug if its an older kernel. From epostalservice at hotmail.com Mon Dec 24 19:37:58 2012 From: epostalservice at hotmail.com (RuiManuel RibeiroNande) Date: Mon, 24 Dec 2012 19:37:58 +0000 Subject: Doubt while triaging Message-ID: Hi, I have a doubt about triaging a bug. I think it might be a package problem.I tried to replicate the bug, but so far nothing. Only an install error which was fixed by re-running the installation. I did forget to take a note on the error, though. The bug reported was about nvidia experimental drivers 310 package.The reporter says 304 works fine, which I confirmed when trying to replicate.His situation is getting a black screen when lightdm starts. It worked with me, although it did present an error, so I can't confirm it. I suggested installing the nvidia 310.19 from the nvidia site (which I'm using with no problem) to see if it was package related, or some function included in the drivers post-304 that might be conflicting with his system configuration. In his reply, he mentioned that with 304 he gets no xorg.conf file, and with 310, lightdm doesn't work with or without the xorg.conf file. He's not particularly inclined to use non-packaged drivers, so he didn't try the 310.19. I mentioned the file to him because, with drivers from nvidia, if I update the xorg.conf file I get the black screen like him. The install script defaults to not update, though. It's my first bug triage so I'm looking for pointers. If you could take a look and give me your opinion, the bug number is 1093376 Thanks... -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at treblig.org Mon Dec 24 16:21:42 2012 From: dave at treblig.org (Dr. David Alan Gilbert) Date: Mon, 24 Dec 2012 16:21:42 +0000 Subject: reporting bugs to 12.04 In-Reply-To: References: Message-ID: <20121224162142.GA25467@gallifrey> * Michael (antidisney at hotmail.com) wrote: > What is the procedure to report bugs for version 12.04? I'm seeing > the bug that affects the network connection. In the log viewer I'm > seeing the following error. > > > Dec 22 10:46:39 mike-Vostro-1000 kernel: [ 3906.169752] wlan0: > authenticate with 50:46:5d:6d:30:20 (try 1) > Dec 22 10:46:39 mike-Vostro-1000 kernel: [ 3906.368101] wlan0: > authenticate with 50:46:5d:6d:30:20 (try 2) > Dec 22 10:46:39 mike-Vostro-1000 kernel: [ 3906.568094] wlan0: > authenticate with 50:46:5d:6d:30:20 (try 3) > Dec 22 10:46:40 mike-Vostro-1000 kernel: [ 3906.768087] wlan0: > authentication with 50:46:5d:6d:30:20 timed out > > I want to report it but I'm not sure if its still valid to report or > add information to a bug if its an older kernel. 12.04 is LTS (Long term supported) so it's still valid. Just use ubuntu-bug on your system to report the bug, in the title note that it's 12.04. Dave -- -----Open up your eyes, open up your mind, open up your code ------- / Dr. David Alan Gilbert | Running GNU/Linux | Happy \ \ gro.gilbert @ treblig.org | | In Hex / \ _________________________|_____ http://www.treblig.org |_______/ From teward at ubuntu.com Fri Dec 28 15:08:54 2012 From: teward at ubuntu.com (Thomas Ward) Date: Fri, 28 Dec 2012 10:08:54 -0500 Subject: What to do with Wubi bugs ? Message-ID: ---------- Forwarded message ---------- Date: Thu, 27 Dec 2012 20:09:10 +0000 To: ubuntu-bugcontrol at lists.launchpad.net User-Agent: Mutt/1.5.20 (2009-06-14) From: "Dr. David Alan Gilbert" Subject: What to do with Wubi bugs ? Following a discussion on -bugs with TheLordOfTime, we wondered where Wubi bugs should go; in particular: https://launchpad.net/bugs/1094108 'boot is slow' is set as xorg, but the only diags to go on are : 'try (hd0,0):ntfs5:wubildr, with the cursor blinking for some time and when, what appears to be the same message flash again and then it boots' So it sounds like it might be a wubi bug, but there isn't an obvious package to assign it to. https://wiki.ubuntu.com/Bugs/FindRightPackage#During_boot is perhaps not as helpful as I might hope; it's suggestion is either plymouth, xorg or Linux - of which indeed it could be any of those; it would seem appropriate to add something for wubi. Thoughts, Dave -- -----Open up your eyes, open up your mind, open up your code ------- / Dr. David Alan Gilbert | Running GNU/Linux | Happy \ \ gro.gilbert @ treblig.org | | In Hex / \ _________________________|_____ http://www.treblig.org |_______/ ----- End forwarded message ----- This was probably supposed to be sent to the bugsquad mailing list so a wider range of people can discuss this, but it only got sent to Bug Controllers. Thoughts or opinions on this? ------ Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: From smartboyhw at gmail.com Fri Dec 28 15:33:24 2012 From: smartboyhw at gmail.com (Ho Wan Chan) Date: Fri, 28 Dec 2012 23:33:24 +0800 Subject: What to do with Wubi bugs ? In-Reply-To: References: Message-ID: What one should do is to report it against the Wubi PROJECT. I have done this before and that's how it works. smartboyhw On 2012-12-28 下午11:09, "Thomas Ward" wrote: > > ---------- Forwarded message ---------- > Date: Thu, 27 Dec 2012 20:09:10 +0000 > To: ubuntu-bugcontrol at lists.launchpad.net > User-Agent: Mutt/1.5.20 (2009-06-14) > From: "Dr. David Alan Gilbert" > Subject: What to do with Wubi bugs ? > > Following a discussion on -bugs with TheLordOfTime, we wondered > where Wubi bugs should go; in particular: > > https://launchpad.net/bugs/1094108 'boot is slow' > > is set as xorg, but the only diags to go on are : > > 'try (hd0,0):ntfs5:wubildr, with the cursor blinking for some time and > when, what appears to be the same message flash again and then it boots' > > So it sounds like it might be a wubi bug, but there isn't an obvious > package to assign it to. > > https://wiki.ubuntu.com/Bugs/FindRightPackage#During_boot > > is perhaps not as helpful as I might hope; it's suggestion is either > plymouth, xorg or Linux - of which indeed it could be any of those; > it would seem appropriate to add something for wubi. > > Thoughts, > > Dave > -- > -----Open up your eyes, open up your mind, open up your code ------- > / Dr. David Alan Gilbert | Running GNU/Linux | Happy \ > \ gro.gilbert @ treblig.org | | In Hex / > \ _________________________|_____ http://www.treblig.org |_______/ > > ----- End forwarded message ----- > > > This was probably supposed to be sent to the bugsquad mailing list so a > wider range of people can discuss this, but it only got sent to Bug > Controllers. > > Thoughts or opinions on this? > > ------ > Thomas > > -- > 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 teward at ubuntu.com Fri Dec 28 15:41:21 2012 From: teward at ubuntu.com (Thomas Ward) Date: Fri, 28 Dec 2012 10:41:21 -0500 Subject: What to do with Wubi bugs ? In-Reply-To: References: Message-ID: That's what penguin42 (Dave) and I agreed on, and what hggdh also said in -bugs. The other part of this is whether we should update https://wiki.ubuntu.com/Bugs/FindRightPackage#During_boot for Wubi-specific things, such that we tell them "For Wubi bugs, you should file against just "Ubuntu" and then mention wubi in the subject" or something, so that bugcontrollers or bug triagers can go through and change it to affect Wubi. I think we do need to update the wiki for that, but as I don't like changing things without discussion (go sift through bugsquad mailing list's history for "core" vs. "non-core", we had a discussion on that), I thought it'd be prudent to discuss it on the mailing list, and if need be include devel or some other list in the discussion. ------ Thomas On Fri, Dec 28, 2012 at 10:33 AM, Ho Wan Chan wrote: > What one should do is to report it against the Wubi PROJECT. I have done > this before and that's how it works. > > smartboyhw > On 2012-12-28 下午11:09, "Thomas Ward" wrote: > >> >> ---------- Forwarded message ---------- >> Date: Thu, 27 Dec 2012 20:09:10 +0000 >> To: ubuntu-bugcontrol at lists.launchpad.net >> User-Agent: Mutt/1.5.20 (2009-06-14) >> From: "Dr. David Alan Gilbert" >> Subject: What to do with Wubi bugs ? >> >> Following a discussion on -bugs with TheLordOfTime, we wondered >> where Wubi bugs should go; in particular: >> >> https://launchpad.net/bugs/1094108 'boot is slow' >> >> is set as xorg, but the only diags to go on are : >> >> 'try (hd0,0):ntfs5:wubildr, with the cursor blinking for some time and >> when, what appears to be the same message flash again and then it boots' >> >> So it sounds like it might be a wubi bug, but there isn't an obvious >> package to assign it to. >> >> https://wiki.ubuntu.com/Bugs/FindRightPackage#During_boot >> >> is perhaps not as helpful as I might hope; it's suggestion is either >> plymouth, xorg or Linux - of which indeed it could be any of those; >> it would seem appropriate to add something for wubi. >> >> Thoughts, >> >> Dave >> -- >> -----Open up your eyes, open up your mind, open up your code ------- >> / Dr. David Alan Gilbert | Running GNU/Linux | Happy \ >> \ gro.gilbert @ treblig.org | | In Hex / >> \ _________________________|_____ http://www.treblig.org |_______/ >> >> ----- End forwarded message ----- >> >> >> This was probably supposed to be sent to the bugsquad mailing list so a >> wider range of people can discuss this, but it only got sent to Bug >> Controllers. >> >> Thoughts or opinions on this? >> >> ------ >> Thomas >> >> -- >> 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 smartboyhw at gmail.com Fri Dec 28 16:26:46 2012 From: smartboyhw at gmail.com (Ho Wan Chan) Date: Sat, 29 Dec 2012 00:26:46 +0800 Subject: What to do with Wubi bugs ? In-Reply-To: References: Message-ID: Well since it is indeed difficult to report bug using apport if it is about Wubi (there aren't something like a wubi package) so I think that why don't we tell them to indeed report bugs against Ubuntu, but then add a Wubi tag to the bug while reporting? That might be easier for bug triagers to change the specific project to Wubi. Or we tell them to directly report a bug against the Wubi project in Launchpad. The reporting guidelines for Wubi is really clear after choosing the reported project as Wubi. What should normal bug reporters do? File a bug against Ubuntu, or file against Wubi directly? On 2012-12-28 下午11:41, "Thomas Ward" wrote: > That's what penguin42 (Dave) and I agreed on, and what hggdh also said in > -bugs. The other part of this is whether we should update > https://wiki.ubuntu.com/Bugs/FindRightPackage#During_boot for > Wubi-specific things, such that we tell them "For Wubi bugs, you should > file against just "Ubuntu" and then mention wubi in the subject" or > something, so that bugcontrollers or bug triagers can go through and change > it to affect Wubi. > > I think we do need to update the wiki for that, but as I don't like > changing things without discussion (go sift through bugsquad mailing list's > history for "core" vs. "non-core", we had a discussion on that), I thought > it'd be prudent to discuss it on the mailing list, and if need be include > devel or some other list in the discussion. > > ------ > Thomas > > On Fri, Dec 28, 2012 at 10:33 AM, Ho Wan Chan wrote: > >> What one should do is to report it against the Wubi PROJECT. I have done >> this before and that's how it works. >> >> smartboyhw >> On 2012-12-28 下午11:09, "Thomas Ward" wrote: >> >>> >>> ---------- Forwarded message ---------- >>> Date: Thu, 27 Dec 2012 20:09:10 +0000 >>> To: ubuntu-bugcontrol at lists.launchpad.net >>> User-Agent: Mutt/1.5.20 (2009-06-14) >>> From: "Dr. David Alan Gilbert" >>> Subject: What to do with Wubi bugs ? >>> >>> Following a discussion on -bugs with TheLordOfTime, we wondered >>> where Wubi bugs should go; in particular: >>> >>> https://launchpad.net/bugs/1094108 'boot is slow' >>> >>> is set as xorg, but the only diags to go on are : >>> >>> 'try (hd0,0):ntfs5:wubildr, with the cursor blinking for some time and >>> when, what appears to be the same message flash again and then it boots' >>> >>> So it sounds like it might be a wubi bug, but there isn't an obvious >>> package to assign it to. >>> >>> https://wiki.ubuntu.com/Bugs/FindRightPackage#During_boot >>> >>> is perhaps not as helpful as I might hope; it's suggestion is either >>> plymouth, xorg or Linux - of which indeed it could be any of those; >>> it would seem appropriate to add something for wubi. >>> >>> Thoughts, >>> >>> Dave >>> -- >>> -----Open up your eyes, open up your mind, open up your code ------- >>> / Dr. David Alan Gilbert | Running GNU/Linux | Happy \ >>> \ gro.gilbert @ treblig.org | | In Hex / >>> \ _________________________|_____ http://www.treblig.org |_______/ >>> >>> ----- End forwarded message ----- >>> >>> >>> This was probably supposed to be sent to the bugsquad mailing list so a >>> wider range of people can discuss this, but it only got sent to Bug >>> Controllers. >>> >>> Thoughts or opinions on this? >>> >>> ------ >>> Thomas >>> >>> -- >>> 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: