/srv/irclogs.ubuntu.com/2011/05/14/#ubuntu-motu.txt

jtaylor^^^^^^^^^ in progress00:26
jtaylor-.- tahoe is a mess, fixing that bug uncovers 2 more regressions01:00
=== yofel_ is now known as yofel
=== Quintasan_ is now known as Quintasan
=== bdrung is now known as bdrung|budapest
ari-tczewlucas__: does not need http://people.ubuntuwire.org/~lucas/merges.html update for oneiric?13:46
stlsainthey folks im trying to setup using multiple pbuilders but i have hit a wall14:02
stlsaintanyone?14:08
jtaylorwhats the problem?14:09
stlsaintim having a issue setting up the use of multiple pbuilder14:10
arandYou have yet to describe the problem..14:11
stlsainti have followed the wiki page on pbuilder but when i run command to build environment the distribution is still set to debian my host14:12
stlsaintfrom here https://wiki.ubuntu.com/PbuilderHowto#Multiple pbuilders14:13
stlsainti may be possibly running command wrong14:15
stlsaintsudo pbuilder create distribution=lucid or sudo pbuilder create DIST=lucid do not work14:15
jtaylorhave you set DIST or have a changelog in the right location14:15
jtaylorsudo DIST=lucid pbuilder create14:16
stlsaintjtaylor: i tried that also and it still says wrong distribution14:16
jbichayou said your host is Debian? maybe that's part of the problem14:18
stlsainthttp://paste.debian.net/116943/14:18
stlsaintjbicha: i thought the same but the debian wiki said the same as the pbuilder wiki on how to setup building ubuntu packages on debian and still the same result14:18
jtaylordoes sudo preserve HOME in squeeze?14:18
jtaylortry setting home to your home directory too14:19
stlsaintjtaylor: sorry not following ya on that one14:19
arandstlsaint: Are you not meant to set the vars before running the pbuilder command, as described on the wiki?14:19
jtaylorsudo may not preserve the environment of your local user depending in the setting14:19
jtaylor=> it will look into /root/ for the rc and not into your directory14:20
jtaylorsudo HOME=$HOME DIST=lucid pbuilder create14:20
stlsaintjtaylor: hrm, so i need to move or edit the pbuilderrc?14:20
stlsaintoh14:20
stlsaintarand: both ways work if i wanted to create a regular debian environment14:20
jtaylorsudo -H should also work14:21
stlsaintjtaylor: will that still place the tarball in the /var/cache/pbuilder dir?14:21
jtayloryes14:21
stlsaintjtaylor: aye that worked, thanks, so does that mean i need to move my pbuilderrc?14:22
jtayloreither that, or use sudo -H or set sudo to preserve HOME14:23
stlsaintjtaylor: how would i set sudo to preserve HOME?14:24
stlsaintalso would there be any side affects to moving the rrc? (why would the installation not automaticaly put the pbuilderrc in the right location of where it is looking??)14:25
jtaylorUse Defaults env_check = HOME in /etc/sudoers I think14:25
jtaylors/Use //14:26
stlsainthrm, the debian wiki said change that to this: Defaults        env_reset,env_keep="DIST ARCH"14:27
jtaylorenv_chack should be safer14:29
stlsaintjtaylor: i edited and saved the build errored with an abort and when i try to re-edit sudoers i get: Error opening terminal: unknown.14:30
jtaylorstill have env_reset in the line?14:33
jtaylorread man sudoers and man sudo for details14:34
stlsaintjtaylor: yea im locked out of my sudoers file14:37
stlsaintha, some more strange stuff happening14:38
stlsainthttp://paste.ubuntu.com/607416/14:39
stlsaintlooking bad for me14:40
jtaylorprobably TERM or SHELL not set14:40
stlsaintonly thing i changed was the env_check=HOME line and then all this happened14:41
jtaylordid you replace the old one or just add it?14:41
stlsaintreally strange with the root-clear thing14:41
stlsaintjtaylor: replaced the entry i added14:41
stlsaintit should still have the default stuff that was there minus the env_dist stuff from the debian wiki as i replaced that one part with the env_check part14:42
stlsaintis there a way to possibly export the output to a tty?14:44
stlsaintback :D15:16
stlsaintjtaylor: fixed the sudoers issue15:16
stlsaintbut when i run the original command you gave of: sudo HOME=$HOME DIST=lucid pbuilder create it errors out and aborts15:17
stlsaintE: Release signed by unknown key (key id 40976EAF437D05B5)15:17
stlsaintE: debootstrap failed15:17
stlsaintW: Aborting with an error15:18
jtaylorstlsaint: are you using the ubuntu keyring?15:29
jtaylor--debootstrapopts --keyring=..../ubuntu-archive-keyring.gpg15:32
stlsaintthat was configured in the pbuilderrc15:34
stlsainti can show you mine if you want15:34
ari-tczewstlsaint: try it: sudo pbuilder create --distribution lucid --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg"15:35
ari-tczewor try sudo pbuilder-dist create lucid15:35
stlsaintari-tczew: http://paste.debian.net/116951/15:37
jtaylorthe mirror is wrong15:38
stlsainti had to rebuild my base.tgz for some reason15:38
jtaylorhttp://ftp.us.debian.org/debian/dists/lucid15:38
jtaylordebian has no lucid15:38
ari-tczewhttp://archive.ubuntu.com/ubuntu/dists/lucid-updates/Release15:39
stlsaintjtaylor: i know that much but i thought the pbuilderrc would sort that15:40
ari-tczewstlsaint: try it sudo pbuilder-dist create lucid --mirror ftp://http://archive.ubuntu.com/ubuntu/ --debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg"15:41
ari-tczewerrr15:41
ari-tczewsudo pbuilder-dist create lucid --mirror http://archive.ubuntu.com/ubuntu/ --debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg"15:41
stlsaintmy pbuilderrc: http://pastebin.com/rUNGUat915:42
stlsaintari-tczew: ok i will try15:42
stlsaintari-tczew: minor error in that one, you put pbuilder-dist create lucid where it should be lucid instead of create15:44
stlsaintbut i got ya15:44
stlsaintari-tczew: http://paste.debian.net/116952/15:45
ari-tczewstlsaint: let's try to use only with mirror15:47
ari-tczewsudo pbuilder-dist lucid create --mirror http://archive.ubuntu.com/ubuntu/ -15:47
ari-tczewwithout "-" at the end - err of copying15:47
stlsaintkk15:47
jtayloryour still using the wrong keyring15:47
jtaylorubuntu archive is not signed with the debian key15:47
stlsaintari-tczew: same error15:48
stlsaintso the key signing is causing the abort15:48
stlsaint?15:48
ari-tczewjtaylor: ah right, again wrong copying15:48
ari-tczewsudo pbuilder-dist create lucid --mirror ftp://http://archive.ubuntu.com/ubuntu/ --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg"15:49
ari-tczewstlsaint: ^^15:49
stlsaintari-tczew: kk, one sec15:49
stlsaintari-tczew: E: Failed getting release file ftp://http://archive.ubuntu.com/ubuntu/dists/lucid/Release15:51
ari-tczewwrrrrrrr15:51
ari-tczewsudo pbuilder-dist create lucid --mirror http://archive.ubuntu.com/ubuntu/ --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg"15:51
ari-tczewtypo in url15:51
jtaylor^^15:51
stlsaintari-tczew: also you keep putting -dist create when its -dist lucid create ;)15:52
stlsaintari-tczew: same as original error: E: Release signed by unknown key (key id 40976EAF437D05B5)15:53
stlsaintE: debootstrap failed15:53
stlsaintW: Aborting with an error15:53
ari-tczewstlsaint: I prefer to use pbuilder-dist15:53
ari-tczewstlsaint: do you have installed ubuntu-keyring?15:54
stlsainthrm, lemme check15:54
stlsainthonestly i probably dont15:55
ari-tczewapt-cache policy ubuntu-keyring15:55
stlsaintari-tczew: no i do not15:56
ari-tczewstlsaint: install it and rerun command which I have you15:56
ari-tczewgave*15:56
stlsaintari-tczew: whats the name for the keyring?15:59
stlsainti tried ubuntu-keyring which did not work and a quick google wasnt helping15:59
jtaylorits not in debian16:00
jtaylordoanload it from launchpad16:00
ari-tczewhttp://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=names&keywords=ubuntu-keyring16:01
stlsaintwill do16:02
jfiHello, is there somebody who can review the (very trivial) fix of #778415, and let me know if there is something wrong (both debdiff and LP tags)?16:05
stlsaintari-tczew: seems to be running good now, still at retreiving packages point16:07
jtayloruseful tips: use an cacher to save download time (e.g. apt-cacher-ng) and eatmydata to reduce installation time16:08
stlsaintjtaylor: hrm, i head of that before but never got into it, i will surely take a look now, thanks16:09
ari-tczewstlsaint: so, does it work now?16:33
stlsaintari-tczew: it is still getting packages but it seems to be working16:36
ari-tczewnice16:36
stlsaintyes thank you very much16:36
stlsaintim now working to get apt-cacher setup to prevent this long wait again16:36
ari-tczewnp16:37
c2tarunis there any difference between network-manager-applet and network-manager-gnome?16:55
stlsaintari-tczew: do you do multiple pbuilders?16:57
ari-tczewstlsaint: yes I do16:57
stlsaintari-tczew: im asking because my different builds are now going into /root/pbuilder and im not sure why, (im sure its something with pbuilderrc again but i guess my bash-foo isnt up to par)16:58
ari-tczewstlsaint: do you use Debian?16:59
stlsaintari-tczew: yes17:00
ari-tczewstlsaint: I use pbuilder-dist and it has got .tgz files in ~/pbuilder/17:00
jtaylorstlsaint: that can all be customized, read the manpage17:01
stlsaintari-tczew: im used to them going in /var/cache/pbuilder which is why i wonder why they go now to /root/pbuilder17:01
stlsaintjtaylor: man pbuilder will show that?17:02
jtaylorthe options to do so17:02
stlsaintkk, thanks17:02
stlsaintjtaylor: also i wont be able to use apt-cacher as i am on a WAN which i do not control the ipaddress17:03
jtayloryou can have a cacher on the local machine listinging on localhost17:03
stlsainthrm, didnt see that in docs17:04
stlsaintgood to know17:04
jtaylorjust set the mirror to http://localhost:port/17:04
stlsaintoh ok17:05
stlsaintthanks17:05
stlsaintsave me alot of resource17:05
jtaylorunfortunatly apt-cacher-ng does not support debdelta :(17:07
stlsaintbbiab17:07
=== chillywi1ly is now known as chillywilly
=== udslogger is now known as apachelogger
=== lleppa is now known as Lazeeee
=== webjadmin is now known as JackyAlcine
=== yofel_ is now known as yofel

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