[00:00] so if there's no like 'assigned' person for a package, who gets called when something breaks? just anyone from a pool of people? [00:04] gua: just report a bug in launchpad for the problem, there is no maintainer specifically for packages, but there might be people interested in keeping that package bugfree. [00:04] ah ok [00:05] gua: probaly the person who packaged it, will see that bug report and repair the package or something [00:05] this is not a "one time work" it's more like "adopt" a package... [00:05] gua: Otherwise, you can report the issue to the package's upstream project. [00:06] so, if you adopt a package, you'll be interested in keep it updated [00:08] if people adopt packages, it seems like that'd be a good thing to put under "maintainer" rather than the "motu" line [00:10] gua: yeah.. [00:12] pbuilder natty enviorment... DONE ! :-D steps by steps [00:13] question!: ubuntu sync packages from debian.. but with version of Debian ? [00:15] virusuy: the standard is to sync from unstable, if that is what you mean? [00:16] Ampelbein: yeah [00:17] virusuy: for packages without a "-ubuntuX" part in the version number it's automatic up to the https://wiki.ubuntu.com/DebianImportFreeze [00:18] Ampelbein: ahh cool then, thanks [00:22] cody-somerville: SO ember does put binaries in /usr/share? or "twice" in /usr/games? I don't know if speading things out over 3 places would be my preferred choice unless there is a definite policy for it.. [00:24] arand, It has /usr/games/ember and /usr/games/ember.bin - ember is a wrapper script, ember.bin is the actual binary [00:24] arand, tremulous on the other hand has /usr/games/tremulous which is a wrapper script but the actual binary lives in /usr/lib/tremulous/ [00:27] cody-somerville: Ok, and I guess there is no policy as to which one is "better"?... [00:30] arand, I think putting the actual binary under /usr/lib is preferable if you don't intend for users to execute it - keeps /usr/games/ cleaner IMHO. [00:31] Ok, That's probably a good idea, thanks! [00:52] Sorry people, an easy question about "apt-get source" command. [00:53] Fixing bugs I guess I should work with the latest release of ubuntu (also if the bug is reported for an older release and it is still present). [00:53] The packGuide suggests to use apt-get source to get the src of the package. But since apt-get source downloads the latest version for the running system, [00:53] (not necessarily the latest release) this command doesn't seem very useful. [00:53] So, if I'm correct until now, [00:53] is there a way to use "apt-get source" for example from a 10.10 system to obtain the latest source of the 11.04 release? [00:54] Or the only way to use in a chroot env? [00:55] acarpine: I guess you could add a deb-src line to /etc/apt/sources.list.d/latestubuntu.list, though I don't know if this is recommended [00:56] Since you'll have to disable it everytime you want to get current sources.. or muck about specifying versions explicitly. [00:57] arand: that's what I'm thinking... [00:58] arand: adding this line I have to pay attention (removing it...) every time I try to update my system... [00:58] Um, no since it's only source code so the normal debs you install won't be affected, afaik [01:00] yep...i believe you are right [01:01] tks arand! === virusuy is now known as Guest51371 [01:48] is there any history of this channel? [01:51] !logs | acarpine [01:51] acarpine: Official channel logs can be found at http://irclogs.ubuntu.com/ . LoCo channels are now logged there too; for older LoCo channel logs, see http://logs.ubuntu-eu.org/freenode/ [01:53] !logs |acarpine [01:53] acarpine, please see my private message [01:53] ops [02:38] I mounted home folder onto chroot's home folder and something wrong happened, may be I created and deleted an account. But all files of my home folders are lost :( is there anyway to get it back or to recover it? [02:40] c2tarun: ifyou deleted something under /home in the chroot while your real /home folder was mounted there, you deleted it from the real /home [02:41] jmarsden: yup that is what happened :( is there any way to recover some files? [02:42] well, easy way is to restore from backup. Hard way is to poke around in the filesystem and see what you can recover, but that can be a very complex and long process. [02:42] jmarsden: actually I didn't made any backup of my home folder. Is there any application to recover deleted files? [02:43] You are doing development and creating chroots and have no backups! Ouch. Bad idea. See http://extundelete.sourceforge.net/ but read very carefully before you do anything at all. [02:44] For some older info on ext3 file undelete possibilities, see http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html [02:45] jmarsden: yup that is the problem :( I'll learn by my mistakes and I'll create backup now. I just want one folder from my home folder. The thing is I didn't formatted that partition or changed its type. [02:46] OK... study carefully and... good luck, you will need it :) [02:46] jmarsden: thanks ;( [02:51] jmarsden: extundelete can recover from an unmounted partition. That partition is mounted on my system as the home partition. How can I unmount it? [02:52] home partition = home folder [02:52] c2tarun: if you do not know this kind of info, you need to get help from someone locally who has the time and experience to do this. [02:53] jmarsden: did you use it? [02:53] You can boot from a LiveCD, or you can boot into recovery mode, for two ways of doing that. [02:53] I have not used extundelete myself, no. [02:54] jmarsden: recovery mode sounds good, in recovery mode all the partitions are unmounted intially? [02:54] Except the root partition. [02:54] jmarsden: this will do :) [03:03] while installing I am getting the error can't fine ext2fs library? [03:04] fine* find [03:41] jmarsden: thanks mate :) you are a life saver. I recovered most of my files :) [03:47] jmarsden: I still have some problems with my new installation :( there is no .bashrc file in home folder? I am not getting colors in command prompt. can you please help? [03:49] c2tarun: cp -p /etc/skel/.bashrc ~/ # shoudl get you the default .bashrc [03:49] jmarsden: ok but why is it that .bashrc is missing? :/ === effie-jayx is now known as effie_jayx [03:50] c2tarun: I can't answer that, maybe it is one of the file you did not successfully recover! [03:50] jmarsden: ya may be my .bashrc got overlapped by some other file. Anyway thanks :) [03:51] You're welcome. === menesis1 is now known as menesis [06:02] I am facing this problem again and again :( I am able to ping to in.archive.ubuntu.com but when I am trying to install any application I am getting the error failed to fetch. :( what to do? [06:30] c2tarun: Run sudo apt-get update. Your cache is likely out of date. [07:17] ScottK: on running sudo apt-get update it tries to connect to in.archive.ubuntu.com again I get the same error. Is there any way I connect with some other server? Just by editing sources.list wont do it, I tried :( [07:42] ScottK: I changed in.archive.ubuntu.com to archive.ubuntu.com and updated now its working fine :) [09:42] I logged into chroot by schroot -c natty and I got "I have no name!@tarun-kubuntu:~$" Why so ? :( [09:48] c2tarun: Google has a lot about this [09:50] hakermania: what should I search in google? [09:50] c2tarun: i got results with "i have no name linu chroot" [09:50] linux* [10:15] Morning. [10:18] morning iulian! [10:22] hakermania: googled but failed to find anything that could fix my problem, Can you help [10:23] c2tarun: Sure. Let me search myself. [10:24] c2tarun: That's Solved: https://bbs.archlinux.org/viewtopic.php?pid=397734 Did you try it? [10:25] c2tarun: It seems there is a problem with /etc/passwd file. If you done any changes on this file, undo them. [10:25] hakermania: let me try [10:25] c2tarun: Fine [10:26] c2tarun: Also give me the output of 'which bash' please [10:27] hakermania: where to execute which bash? inside chroot or outside? [10:28] c2tarun: in a normal terminal? Outside.... i don't know actually :/ Just see if `bash` is located at /sbin/ then move it to /bin/ [10:28] c2tarun: I read that this solved the problem [10:29] hakermania: bash is inside /bin [10:29] c2tarun: Did you play with the /etc/passwd file recently? [10:30] hakermania: nope I didn't touch it, its still in 644 mode [10:33] c2tarun: I can't find something else... You could try to change your name? ( sudo usermod -l newname currentname ) ? [10:34] hakermania: I created a new account in chroot and now schroot is working fine :/ [10:34] * hakermania is confused... [10:34] dont know how but its fixed :P [10:34] sometimes it isn't worth it searching what caused the error. PCs are chaotic things. [10:36] hakermania: its fixed :) thanks for helping [10:36] c2tarun: ***For trying to help*** [11:18] couple of questions about schroot... [11:19] Following the wiki https://help.ubuntu.com/community/DebootstrapChroot I correctly set up a chroot env for natty [11:19] In a section called "Hint" the wiki suggests to: [11:19] "Install the ubuntu-minimal package in a new chroot after you create it: [11:19] $ schroot -c natty_i386 -u root [11:19] # apt-get install ubuntu-minimal" [11:24] could someone explain me why? === Quintasan_ is now known as Quintasan [11:25] I mean...I thought I had already installed an ubuntu minimal system executing [11:25] "sudo debootstrap --variant=buildd --arch i386 natty /srv/chroot/hardy_i386 http://archive.ubuntu.com/ubuntu/" [11:38] knock knock... [12:06] Whose there? [12:06] xD [12:18] it's me === yofel_ is now known as yofel === tarun is now known as Guest52103 === Guest52103 is now known as c2tarun === Guest61593 is now known as ogra === ogra is now known as Guest99902 === Guest99902 is now known as ogra_ [15:44] hello. I want to make LiveCD on base Ubuntu 10.04. How do include files which must will be copied in the home of first user? [15:47] dritz: Just an info: This is not a channel for such discussions..... :) [15:48] drizt: try #ubuntu-devel [15:57] hakermania: oh sorry me. what a questions are duscussed on this channel? [15:57] drizt: Look at the topic please [16:04] hakermania I might ask here if only i want to help with maintance of ubuntu ? [16:04] dritz: Yes, in some way... [16:06] People can you explain me why should be dangerous that schroot mounts my home directory? [16:06] p? [16:06] hakermania: okey sorry me. I will leave this channel [16:06] acarpine: people? hehe.... I don't know.... security reasons :P ? [16:06] dritz: Not something personal [16:07] people alias folk [16:07] buddy [16:07] the debootstrap wiki says "...because it means that you can accidentally delete or otherwise damage things in /home on the host system. " [16:08] but is not very clear for me... [16:12] The point of chroots are to keep stuff inside them. If you mount things from outside the chroot to it, then it can no longer do that. [16:12] so if I'm going to get a new package into natty; it needs to be today because freeze is tomorrow? [16:13] err.. I already missed it because it wasw the 24th; huh? [16:14] Updates to packages can be overridden right up until release, right? [16:14] MTecknology, there is https://wiki.ubuntu.com/FreezeExceptionProcess [16:15] sometimes new packages appear after feature freeze, but I've rarely seen them [16:15] ScottK: so...I have to be aware that i'm working with my real directory, but that's all [16:15] right? [16:16] And that the processes in the chroot have access outside it. Depending on what you're doing, that may or may not be important. [16:17] ah...ok...it makes more sense now... [16:18] just another question... [16:18] artfwo: in this case it's a non-vital unimportand app that has almost no dependencies and absolutely nothing depends on it; my guess is that it's not important enough - I had it in my head that feature freeze wasn't until tomorrow [16:19] ScottK: I set up the chroot for natty following the deboostrap wiki instructions [16:19] at https://help.ubuntu.com/community/DebootstrapChroot [16:19] MTecknology, I think you can try to ask for a freeze exception then (after you package has passed review stage) [16:20] and a section called "Hint" suggests to: [16:20] Install the ubuntu-minimal package in a new chroot after you create it: [16:20] $ schroot -c hardy_i386 -u root [16:20] # apt-get install ubuntu-minimal [16:20] ScottK: do you know why? [16:20] Why they suggest installing minimal? [16:21] artfwo: alrighty; I"ll try that - thanks :) [16:21] ScottK: I mean...I thought I had already installed an ubuntu minimal system executing the previous command [16:21] "sudo debootstrap --variant=buildd --arch i386 natty /srv/chroot/hardy_i386 http://archive.ubuntu.com/ubuntu/" [16:21] What was the result of apt-get install ubuntu-minimal? [16:22] I haven't tried [16:22] because I belivie is not necessary [16:23] my schroot seems to work correctly without this command, is just I don't understand the hint... [16:25] I don't recall if the metapackage gets installed or not. If it's not, it's helpful to have it installed so that if packages are added to the minimal system during development, they get added to your chroot too. [16:30] how can i know if the metapackage is installed or not? [16:32] i'm able to use schroot -c natty_i386 -u root and that's why I believe schroor is correctly configured... [16:33] The simplest way is to apt-get install ubuntu-minimal. If it's already installed, it will tell you so. [16:35] ok, using it i'm installing 33MB of new packages [16:37] coolbhavi: ping [16:38] c2tarun, hey [16:39] coolbhavi: hi :) you looked into that bastet bug? [16:39] ScottK: ok...i installed some new stuff and now using "lsb_release -a" I can see that chroot is running Natty [16:40] tks ScottK [16:40] c2tarun, yes mate I commented :) [16:40] coolbhavi: about angel's patch, his patch is good, bug geser told me that it is not proper to the conventions and directed me to create a patch with proper convention. both the patches will do fine :) [16:41] c2tarun, thanks for intimation mate ll upload it asap then :) [16:42] coolbhavi: thanks :) [16:42] no mention :) [16:43] tks ScottK! [17:09] there is package named chaplin which ftbfs on natty machine. A small fix in Makefile is making it work, the problem is that package is not having patches, should I create a patch for the change in makefile? [17:14] c2tarun, is the package there in debian too? [17:14] coolbhavi: nope [17:16] c2tarun, then please do use a patch system to keep the package lintian clean in ubuntu. Please anyone correct me if I'm wrong [17:17] coolbhavi: ok, I added a patch thanks :) [17:43] I have a problem, I added a patch. the patch folder instead of getting into debian/patches came out of debian folder. now when I apply the patch and build binary package its building and after poping the patch it is failing to build. I thought debuild first pops all the patches and then pushes them before bulding binary package [18:01] c2tarun: which patch system? [18:01] Bachstelze: I added patch by simple quilt new *.patch command I guess its quilt native [18:03] you're probably doing it wrong, you should apply the patch manually, debuild does it when you build the package [18:04] shouldn't* [18:04] Bachstelze: than how to apply a patch, package is following no patch system, my patch is the first patch [18:04] just add it [18:04] Bachstelze: how? [18:04] with quilt new [18:05] then quilt add [18:05] then edit the file, and quilt refresh when you're done [18:05] and dry building [18:05] try* [18:05] Bachstelze: I did exactly the same :( as you said [18:06] hmm [18:06] did you set the QUILT_PATCHES env variable? [18:06] Bachstelze: nope [18:07] with something like export QUILT_PATCHES=debian/patches [18:07] I'm not sure where it puts the parches by default, maybe that's your problem [18:07] patches* [18:08] Bachstelze: ok, I set the QUILT_PATCHES variable going to try again [18:09] also you need to be at the root of your package, since the path is relative to $PWD [18:09] (i.e. not in debian/ for example) [18:15] Bachstelze: same problem :( the only thing changed by env var is now patches folder is inside debian. package is still failing on debuilding without pushing patch and succesfull build on pushing the patch [18:15] c2tarun: did you add quilt in debian/control and debian/rules? [18:15] does cat debian/patches/series show the patch? [18:16] oh yes, you might need to add a patch rule to debian/rules [18:16] Bachstelze: that's something I dont know how to do, can you please tell me how ? [18:19] how can I add patch rules and quilt into debian/control and debian/rules file? [18:20] c2tarun: http://pkg-perl.alioth.debian.org/howto/quilt.html#integrating_with_the_package_build_process [18:39] kklimonda: what about FFe for bug 725304 ? [18:39] Launchpad bug 725304 in glibmm2.4 (Ubuntu) "Update to 2.27.95" [Undecided,New] https://launchpad.net/bugs/725304 [18:41] * ari-tczew is off === ximion1 is now known as ximion === ximion is now known as ximion1 [21:32] I want to get out lp:~legolas/ubuntu/natty/php5/5.3.5 from sponsors overview [21:32] how can I do it? [21:32] bdrung_, tumbleweed ^^ [21:37] ari-tczew: you have to change the status of the merge proposal [21:38] bdrung_: seems that I don't have permissions to do it :/ [21:38] ari-tczew: me too. ask on #launchpad [21:39] bdrung_: no point to ask, because I know the answer. [21:39] bdrung_: status can change only branch owner [21:39] bdrung_: it's issue against sponsors overview [21:40] but we should be the branch owner [21:41] bdrung_: ATM nope. https://launchpad.net/~ubuntu-branches/+members#active [21:41] bdrung_: ubuntu-dev should be approved as member [21:53] cjwatson, kees: could you add ~ubuntu-dev as member into ~ubuntu-branches? it's needed to maintain merging branches [21:57] ari-tczew: wrt glibmm2.4 FFe - I don't think the FFe was ever required for libraries that were part of the desktop packageset and were already in unstable version before FFe. In this case it's impossible not to introduce new features (APIs) but we really have to keep them updated - especially bindings should mirror libraries as close as possible. [21:59] i'm sure glibmm2.4 falls under the standing FFe we have for gnome packages, which allows us to update packages to their stable versions [22:00] chrisccoulson: probably, but I can't find this exception anymore :} [22:00] me neither, but it does ;) [22:01] chrisccoulson: could you sponsor it for kklimonda? [22:01] in any case, it should be tracking the glib version [22:01] i don't know, i'm not sure i can [22:01] in any case, there's no point right now with the builders being offline [22:02] ok, i *can* upload glibmm2.4 [22:02] but we may as well wait until the builders are back online, and it's saturday evening ;) [22:06] I wonder does the majority of those bugs show up on fridays ;) [22:07] it's like the murphy's law personified.. [22:07] heh [22:08] i'll sponsor it on monday anyway ;) [22:10] bah, installing clean natty broke icons completely.. [22:10] it's like svg support is gone [22:10] hmm.. [22:12] ah, already reported.. but 6 days ago.. hmm.. [22:13] (and this is not the right channel, sorry :)) [22:13] kklimonda, is gdk-pixbuf configured correctly? [22:13] which bug? [22:13] bug 722281 [22:14] Launchpad bug 722281 in librsvg (Ubuntu) "Svg Support is broken" [Low,Invalid] https://launchpad.net/bugs/722281 [22:14] I'm not sure if it's triaged properly - I've just started looking into it, as unity 2d looks really bad without some icons :) [22:16] oh, it should be fixed according to the bug [22:16] you're using unity 2d? i tried it for the first time yesterday [22:16] i love it! [22:17] I won't use unity until support all of my favourites software. [22:17] e.g. kadu [22:18] chrisccoulson: ah, yes - I didn't yet read the whole report :) [22:23] chrisccoulson: yeah, unity 2d is really great - I like it more than the 3D version. ;) [22:24] it does have some bugs unfortunately :/ [22:28] ari-tczew: why doesn't kadu work (well?) in Unity? [22:29] kklimonda: I don't know, I don't use unity since I have natty. However, kadu is on list for related unity. [22:29] where patching is needed [22:29] messaging appet or something [22:43] that doesn't prevent you from using it though. it would run just like it runs in a normal GNOME, XFCE or KDE session [23:12] erm, what am I missing? http://pastebin.ubuntu.com/572846/ [23:13] (when trying to debuild -S -sa a source package) [23:14] you're missing Debian/Debhelper/Sequence/apport.pm [23:14] from dh-apport [23:14] Ampelbein: More likely, you are missing dh_apport ? [23:14] Right. [23:15] azeem, jmarsden: indeed I do. thanks. note to self: watch the chroot you are in. [23:15] You're welcome. === dutchie_ is now known as dutchie