/srv/irclogs.ubuntu.com/2013/08/29/#ubuntu-bugs.txt

Rituhey! I am extremly new to debugging in ubuntu. I just found out a spelling error in sfill manpages but I don't know where to get the soure code to start debugging it. Also  I don't know if the bug that I reported is valid or not. How do I know for sure?13:23
Rituhey! I am extremly new to debugging in ubuntu. I just found out a spelling error in sfill manpages but I don't know where to get the soure code to start debugging it. Also  I don't know if the bug that I reported is valid or not. How do I know for sure?13:25
hggdhRitu: usually the man pages are part of the package.13:27
hggdhRitu: so you can grab the source package, and check there. For fixing... we prefer the fix to be accepted by upstream13:28
hggdhRitu: so you can lookup in the source package where is the upstream for the source (probably Debian), and report the issue there, with the proposed patch13:29
Rituhggdh: with all due respect, but I really don't understand what your trying to tell me!13:30
hggdhRitu: :-) no offense. We never know how much people know here. My approach is usually not much detail, then see the reaction ;-)13:30
hggdhRitu: first of all, I do not know what sfill does, and what package(s) contain it13:31
RituNeither do I13:31
hggdhRitu: so, there are some ways to find it:13:31
RituAhan, that is?..Google?13:32
hggdh(1) use apt-file; (2) use 'dpkg -S'. (1) will work for all packages in your repositories, be they installed or not. (2) will only work for *installed* packages13:32
hggdhso, since I do not have 'sfill' installed, I ran 'apt-file search /sfill' -- and got back 'secure-delete' as the package13:33
hggdh(by the way, the man page was also listed as being in the secure-delete package)13:34
hggdh(by the way 2, you have to manually install apt-file, it is not installed by default)13:35
hggdhso. We now know the (binary, installable) package. Now we have to get the *source* pacakge -- the one that is used to *build* the installable thingies13:35
RituOkay!13:36
hggdhwe can do that by many different ways -- going online to http://packages.ubuntu.com, using 'pull-lp-source', or directly using bazaar (bzr)13:36
RituI was following the bazar tutorials.13:37
hggdhperfect, easier13:37
Ritu:)13:37
RituBtw the way I am still downloading the apt-file13:38
hggdhnow that we know the package name, we can grab it by: (1) creating a directory to hold it; (2) cd to this directory; (3) bzr branch lp:ubuntu/<version>/secure-delete13:38
hggdhwhere <version> is the Ubuntu version you are interested in. (saucy, raring, precise, etc)13:39
Rituprecise13:39
hggdhso you would use 'bzr branch lp:ubuntu/precise/secure-delete13:39
Rituthis is to pull the source code and place it in the directory right?13:41
hggdhcorrect13:41
hggdhbrb13:41
RituOkay! :)13:41
hggdhI am back13:51
hggdhonce you have the source, you can now look for the offending file(s)13:52
RituI am still downloading the apt-file13:52
Ritugot it!13:52
hggdhdon't worry, we will not be using apt-file right now, we already know the source package13:53
hggdhwell, you *can* use it to experiment13:53
Rituso I just have to create a folder n start working with it right?13:53
hggdhcorrect13:53
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
Rituhggdh:http://pastebin.com/X6GLHTgd14:03
RituI am unable to connect14:04
hggdhRitu: it seems you have a SSH key registered at lauchpad, and it does not match the one you are using by default14:05
Rituoh! so what do i do?14:06
hggdhI am unsure. But you could add your current key to LP (if this is a key you use and vouch for)14:07
hggdh(I either am working from my laptop, and use a known and registered key, or from a system with no local SSH keys)14:08
RituI am working from my lap14:08
hggdhRitu: most probably the folks at #launchpad would be able to help you14:09
Rituoh okay!Thanks a tonne anyway!14:09
Ritu:)14:09
hggdhheh14:09
Bert_2Hi, i'm quite heavily affected by this bug: https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1216650 and I was wondering, the guy who filed it included a patch with it, is there a way to get that patch submitted somehow?21:49
ubot2`Launchpad bug 1216650 in openldap (Ubuntu) "slapd crashed with SIGSEGV in lutil_str2bin() when using mdb" [Medium,Confirmed]21:49
TheLordOfTime*looks*21:56
Bert_2TheLordOfTime: thx21:57
TheLordOfTimeBert_2, the patch hasn't been attached to the bug and i could attach it but not until later as I am currently not near my system, I'm on my phone right now...21:58
TheLordOfTimeit's linked but not specifically "attached" to the bug.21:58
Bert_2TheLordOfTime: do I have the right to attach it as an affected user or does the maker of the bug have to do it?22:01
TheLordOfTimeAFAIK anyone can do it, last I checked, but it needs to be in diff format22:01
* TheLordOfTime yawns22:01
TheLordOfTimewell, time to head home, back in 20 minutes (long drive)22:01
Bert_2TheLordOfTime: aah, k, diff against the current source in the latest package then?22:03
Bert_2enjoy the ride home :)22:03
TheLordOfTimeBert_2, no, just the commit / codechanges for that fix22:03
TheLordOfTimei already sent myself the link22:03
TheLordOfTimei'll upload the patch to the bug the moment i'm home unless you do it first.22:03
Bert_2TheLordOfTime: if you would be so kind that would be awesome :D22:04
jtaylorBert_2: try putting the bug into the state described here: https://wiki.ubuntu.com/StableReleaseUpdates22:05
jtaylorthen subscribe ubuntu-sponsors22:05
Bert_2jtaylor: well, doesn't it already contain all that's needed according to that procedure?22:20
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!