/srv/irclogs.ubuntu.com/2012/10/10/#ubuntu-server.txt

=== n0ts_off is now known as n0ts
=== chincloud is now known as Guest91408
uvirtbotNew bug: #1064829 in maas-enlist "Enlistment IPMI autodetection only works on quantal (for now)" [Critical,Confirmed] https://launchpad.net/bugs/106482904:11
=== Gallomimia_ is now known as Gallomimia
=== cpg|away is now known as cpg
uvirtbotNew bug: #1030827 in mysql-5.5 (main) "package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,Expired] https://launchpad.net/bugs/103082704:27
uvirtbotNew bug: #1064832 in maas "IPMI username created on enlistment is too long" [Critical,Confirmed] https://launchpad.net/bugs/106483205:01
=== n0ts is now known as n0ts_off
=== kInOzAwA is now known as Guest74110
=== Guest74110 is now known as kInOzAwA
=== dendrobates is now known as dendro-afk
=== smb` is now known as smb
=== n0ts_off is now known as n0ts
=== cpg is now known as cpg|away
=== mcclurmc_away is now known as mcclurmc
Kingsyguys, is it possible to setup a proxy server without doing ssh dynamic port forwarding?08:14
Kingsyits just a little annoying that if I want to route through my server I need to open an ssh connection each time..08:15
Kingsywhat about if I wanted to do it on a windows machine for example.. using putty each time is just unrealistic08:15
greppyKingsy: you could use plink on windows.08:16
Kingsygreppy: its still a bit annoying.. there is no way og having a service running?08:17
Kingsyof**08:17
greppyyou might be able to, you could also run tinyproxy or squid on your server instead.08:17
SpamapSKingsy: what kind of proxy?08:18
* SpamapS curses his insomnia08:18
KingsySpamapS: basically just a proxy that would allow me to route http through my server08:19
SpamapSKingsy: and re using putty.. its a single self contained binary...why is that unrealistic?08:19
KingsySpamapS: because a friend of mine wants to use and, and he is not computer literate08:19
SpamapSAh, for that, there's OpenVPN08:19
Kingsyso to have a service running on the server from which you could enter the details into chrome, then just turn the proxy on and off with a couple of clicks08:20
SpamapSseveral decent frontends for windows08:20
Kingsytinyproxy actually looks like what I need08:21
Kingsyok now, general sys admin questions. If you have installed a service.. its running but you want to see if its listening on the port you set.. what is the best way?08:30
SpamapSnetstat -tnlp08:30
SpamapSthats "tcp, no dns lookups, listening, show me the [p]rocess owning the socket"08:31
SpamapSKingsy: sudo will likely be needed08:31
Kingsyworked nicely08:31
Kingsyhmm it says access denied.. but I added the damn ip to the list of address in the config08:32
Kingsygreppy: have you used tinyproxy before?08:33
greppyKingsy: yeah, but it's been a while.  I think it defaults to localhost only.08:33
Kingsygreppy: yeah it does, but I added "Allow some.ip.address.home    <-- to the conf file08:34
Kingsyrestarted and it still says access denied.. which is odd08:34
Kingsygreppy: got any debugging tips?08:34
greppycheck for a listen or bind statement.08:35
Kingsygreppy: what do you mean?08:35
KingsyI can see tcp        0      0 0.0.0.0:1099            0.0.0.0:*               LISTEN      -  which is the port I set it up to listen on08:35
=== n0ts is now known as n0ts_off
Kingsyhowever when I    host:1099 in a browser it says    The administrator of this proxy has not configured it to service requests from your host.08:36
uvirtbotNew bug: #1064903 in spamassassin (main) "(spawn.c:129): error setting uid to 0 " [Undecided,New] https://launchpad.net/bugs/106490308:36
Kingsygreppy: I assume, if I wanted to connect to it, I should use the computers external ip that I want to connect with and stick it in the config as "Allow the.external.ip.addr"  right?08:38
greppythe allow should be the IP of the remote system.08:38
greppy( I think )08:39
Kingsyby remote system you mean the ip of the computer that is attempting to connect to the proxy?08:39
greppyyes08:39
Kingsyhmm I did that.. no joy08:40
SpamapSKingsy: make sure tinyproxy isn't doing reverse DNS lookups08:41
DarkStar1does anyone know how to allow writeable chroot in vsftpd08:41
DarkStar1?08:41
KingsySpamapS: how would I do that?08:41
SpamapSKingsy: read the manual mostly :)08:41
DarkStar1I thought that: allow_writeable_chroot=YES would fix that but it just causes 500 errors08:42
SpamapSok time to go start attempt #3 at sleep08:42
DarkStar1Sleep? What is sleep?08:43
DarkStar1;|08:43
KingsySpamapS: ok I got it working.. what the hell.. its REALLY REALLY slow08:50
Kingsygreppy: ^^08:51
Kingsylike 20 seconds to load google08:51
Kingsycould it be cos I am using foxy proxy?08:51
Kingsynope looks like its just really slow in general08:54
Kingsypoo08:55
=== n0ts_off is now known as n0ts
greppyKingsy: the max upstream bandwidth for the remote system is as fast as the connection will be.08:58
Kingsygreppy: well put it this way. its fast as hell when you connect via ssh -D08:58
greppyThere may be some settings you can tweak.08:59
Kingsysuch as settings in tinyproxy? what would you recommend? I wouldnt even know how to pinpoint why its going slow09:00
DarkStar1anyone?09:01
greppyI don't know off the top of my head, I would have to check the configuration and man page, and I don't have time right now.09:01
Kingsyok np09:17
=== ante_ is now known as ivoks
uvirtbotNew bug: #1012551 in nova "Cannot delete instance in ERROR status" [Medium,Confirmed] https://launchpad.net/bugs/101255109:26
radishhi09:35
radishI'm trying to addapt our current preseed for ubuntu 10.04 server to ubuntu 12.04. The setup stops at the 'detect keyboard layout?' dialogue, allthough I did change "d-i console-setup/layoutcode string de" to "d-i keyboard-configuration/layoutcode string de". "d-i console-setup/ask_detect boolean false" is configured as well. Does anyone know, why this is?09:37
xnoxradish: are you preseeding desktop/ubiquity or server/mini.iso ?09:45
radishxnox: we are using a local repository with the server-kernel. Live-session is provided by the netboot image (http://archive.ubuntu.com/ubuntu/dists/precise/main/installer-amd64/current/images/netboot/) <- netboot.tar.gz09:48
Kingsygreppy: don't suppose you are going to have any time today to give me a hand? I am gonna be kicking around for a while09:51
xnoxradish: compare with http://d-i.alioth.debian.org/manual/example-preseed.txt09:52
xnoxradish: you want locale & keymaps-at?!09:53
radishxnox: we want english locale with support for the german one, using german timezone and keyboard layout. As stated, it works with lucid without problems09:54
AdvoWorkive edited /etc/exports but do i have to do: sudo /etc/init.d/nfs-kernel-server restart  or: sudo exportfs -a   or both?09:54
RoyKAdvoWork: exportfs -r09:55
RoyK-a will attempt to export everything regardless of whether it's exported already or not09:56
RoyK-r will re-export09:56
RoyKrestarting nfs-kernel-server is major overkill ;)09:56
cluelesspersonclear10:08
cluelesspersonlol10:08
cluelesspersonIt seems to me that ubuntu is getting worse.10:08
cluelesspersonI'm worried.  I love ubuntu. :P10:12
=== n0ts is now known as n0ts_off
AdvoWorkRoyK, thankyou10:18
=== n0ts_off is now known as n0ts
eagles0513875_hey ikonia have you ever worked with the postfixadmin web panel10:42
=== peterrus- is now known as peterrus
uvirtbotNew bug: #1064960 in maas (main) "Longpoll is broken (requests to /MAAS/longpoll return 404)." [Critical,In progress] https://launchpad.net/bugs/106496011:02
=== glebihan_ is now known as glebihan
AdvoWorkanyone know the system requirements for disk space for server 10.04? it says 1GB with all tasks installed, that seems really low11:21
AdvoWorkahh thats ram, i miss read11:21
AdvoWorkon no, i miss-re read miss re read lol, it is 1GB they recommend for HDD. Thats low?11:22
TJ-AdvoWork: Sounds about right to me. Although, once it's up and running you may want to use a separate LVM LV or partition for /var/ since that's the one that will grow11:34
=== doko_ is now known as doko
=== n0ts is now known as n0ts_off
PhuleHi. I dont know if I'm in right channel. I need help with correcting gateway/firewall or webserver settings. Depends on whats wrong in my case.12:20
PhuleI'm running 2 ubuntu servers. One as gateway/firewall and another as webserver. Until now all was OK. But I need to access my webserver with both internet connections I've got. Webserver is answering on one but cant make it to ansver on second.12:20
rbasakPhule: this is non-trivial12:22
rbasakPhule: see http://lartc.org/howto/lartc.rpdb.multiple-links.html for a guide12:22
rbasakPhule: personally I'd find a way of not needing to do that.12:23
Phulerbasal: I've tryed this already :(12:23
rbasakIf you don't follow exactly why it's complicated and understand the details of what the guide is doing, you're really going to struggle12:23
Phulerbasal: I'm surely overlooking something really easy. But cant find out what it is.12:26
Phulerbasak: I'm surely overlooking something really easy. But cant find out what it is.12:27
rbasakDoing this is far from easy. The easy route is to find another solution to your problem which does not require this.12:28
TJ-Phule: Are you talking about bonding 2 separate internet interfaces (each with their own IP address) ?12:29
TJ-Phule: If you simply want to route back out on the same interface the request arrived on, you need to engage in some packet marking and use additional routing tables12:30
PhuleTJ-: Each internet line is connected to separate ethernet card in gateway. Yes I only need to make the webserver ansver thru same interface as the request came on.12:32
TJ-Phule: I did that some time ago. My memory is rusty. Let me take a peek on that gateway, see if I can remember the steps12:33
=== dendro-afk is now known as dendrobates
TJ-Phule: I can see the rules in the additional routing tables, but I can't find the set of instructions I used to create them. I need to dig deeper into the server start-up scripts12:37
PhuleTJ-: check the query12:42
=== n0ts_off is now known as n0ts
kobe893heey13:24
kobe893heey13:24
koolhead17ejat: poke13:40
ejatkoolhead17: poke u back13:40
koolhead17ejat: all set?13:40
=== fenris is now known as Guest24701
=== Guest24701 is now known as ejat
=== fenris_ is now known as Guest20350
uvirtbotNew bug: #1064734 in juju "ERROR Invalid 'tags' constraint 'set(['test-tag'])': No such tag using maas-tags to deploy with juju" [High,In progress] https://launchpad.net/bugs/106473414:06
uvirtbotNew bug: #1065062 in maas (main) "/var/lib/maas/celerybeat-cluster-schedule cannot be created by the cluster controller." [Critical,Triaged] https://launchpad.net/bugs/106506214:17
=== _rvba is now known as rvba
Yann2hi! Is it ok to deploy a /etc/resolv.conf file with chef/puppet on ubuntu-server? I'm unsure because of this resolvconf software...14:26
patdk-wkyann2, yes, as long as you don't just deploy it, first REMOVE resolv.conf, then write a new one14:28
patdk-wkif you just overwrite it, it will follow the symlink, and that will get killed via resolvconf14:28
Yann2interesting I'd need to ask chef people :)14:33
uvirtbotNew bug: #1065080 in maas (main) "The host in BROKER_URL is hardcoded to 'localhost'." [Critical,Triaged] https://launchpad.net/bugs/106508014:45
=== AaronMickDee_ is now known as AaronMickDee
=== ikonia_ is now known as ikonia
Davieyis it just me, or has kexec been broken lately ?15:28
Daviey(quantal)15:28
uvirtbotNew bug: #1065101 in openssh (main) "/etc/default/ssh  not needed and can be removed" [Undecided,New] https://launchpad.net/bugs/106510115:31
hallynzul: have you recently been able to use openvswitch in precise?15:47
zulhallyn:  i havnet15:48
zulhallyn:  why?15:48
hallynuh, have you tried and had it fail recently?15:48
hallynbc i'ts not working for me15:48
zulhallyn: nope15:48
zulhallyn: check with adam_g15:48
hallynzul: ok, thanks15:49
zulhallyn: not working as in how?15:49
hallynas in i connect two instances with a gre tunnel, but nics joined to the ovs bridges on the two machines aren't able to talk to each toerh15:50
hallynwas working for me a month or two ago15:50
hallynwill keep trying then i guess file a bug15:51
zulhallyn: interesting15:51
hallynadam_g_: ^ have you recently had success with ovs on precise?15:51
uvirtbotNew bug: #986192 in qemu-kvm (main) "window flashes on startup with SDL" [Low,Confirmed] https://launchpad.net/bugs/98619216:02
=== n0ts is now known as n0ts_off
DarkStar1I'd like to perform backup twice a day: is this crontab line command correct: 05 2/0-23 * * * root    mysqldump -u root?16:27
DarkStar1specifically the hour column16:28
TheLordOfTimeshouldn't you be dumping the data to somewhere...?16:28
TheLordOfTimerather than just dumping to nowhere...?16:28
DarkStar1I am. I just grabbed the first half16:28
TheLordOfTimeah16:28
DarkStar1of the line16:28
TheLordOfTimemy mistake :)16:28
SpamapSDarkStar1: the first column is the minute of the hour16:29
SpamapSDarkStar1: so should be something like 0 */2 * * *16:29
TheLordOfTimemhm16:30
DarkStar1aah ok16:30
DarkStar1SpamapS: I read that as every half hour16:31
=== cpg|away is now known as cpg
DarkStar1shouldn't it be * */2 * *I read that as: every minute, everyhour, evverydayof month/2 and every  month of year16:33
SpamapSDarkStar1: * */2 * * is *every* minute of every other hour of every day of every month16:34
DarkStar1SpamapS: sorry my mistake (again) I guess I want * * */2 * *16:36
DarkStar1for twice a day16:36
DarkStar1hang on. BEst go read that one again16:37
SpamapSDarkStar1: twice per day would be * */12 * * *16:37
TheLordOfTimeno, the format is: minute hour day month year16:37
SpamapSerr16:37
SpamapSno16:37
SpamapSDarkStar1: 0 */12 * * *16:37
TheLordOfTimeso 0 for the minute, */12 for every other hour, * for every day, * for every month, * for every year16:38
SpamapS*/12 is basically at midnight and noon16:38
SpamapSyou can also pick the hours, like   0 4,16 * * *16:38
TheLordOfTimeSpamapS, couldnt you use 0 0,12 * * * as well?16:38
TheLordOfTimeor similar ;P16:38
SpamapSright16:38
shaunowas about to say, I'd personally go for 0,12 (or similar) just to be a bit less opaque16:39
TheLordOfTimemhm16:39
TheLordOfTimei use 0,12 on my twice-a-day cronscripts16:39
DarkStar1Cheers guys16:39
shaunosaves trying to decode the incantation when you go back to it next year16:39
TheLordOfTimeyup16:40
roaksoaxSpamapS: howdy!! could you please process maas-enlist that i uploaded yesterday to precise-proposed  queue as it is kind of a critical bug please?16:40
SpamapSroaksoax: will take a look in approximately 15 minutes16:42
roaksoaxSpamapS: awesome thank you16:42
hallynzul: well shucks, elsewhere it does work for me.16:42
hallyn("it" beign openvswitch with gre tunnel)16:43
TheLordOfTimedoes iptables support rules which can be based off of items listed in /etc/hosts?16:46
sarnoldfirewall rules don't often blend well with DNS16:47
TheLordOfTimesarnold, i know right?  but in theory, is it possible, assuming the /etc/hosts entry won't change?16:50
sarnoldTheLordOfTime: I'd probably write some handy code to generate the rules on-demand16:51
sarnoldTheLordOfTime: parse through /etc/hosts, get the data you want, write the rules you want (with IPs), and go from there16:51
=== matsubara is now known as matsubara-lunch
jamespagezul: bug 85044316:58
uvirtbotLaunchpad bug 850443 in python-eventlet "Nova API does not listen on IPv6" [High,Triaged] https://launchpad.net/bugs/85044316:58
jamespageI think that is fixed for quantal - is it fixed for precise as well or do we still need a SRU?16:58
jamespageactualy Daviey owns the bug - maybe he knows? ^^16:58
=== mcclurmc is now known as mcclurmc_away
drPooHi, im getting a gzip: compressed data--length error when gunzipping a gz file on a mdadm array. I do not get this error when doing the same thing on a normal hdd. Any ideas?17:08
SpamapSroaksoax: there are multiple uploads of maas-enlist in the precise queue17:13
hallynSpamapS: do the relation-joined hooks queue up and wait until the install hook is done?17:13
hallynor do they run in parallel?17:13
SpamapShallyn: hooks are run in serial17:14
roaksoaxSpamapS: the latest one, uploaded last night please17:14
SpamapShallyn: its a state machine, and relations won't be touched until the state is 'started'17:14
hallynSpamapS: ok, thanks.  and should the fact that they've run be showing up in the log under /var/log/juju?17:15
hallyneh i've added a bunch of juju-logs, will see what they say i guess17:15
roaksoaxSpamapS: https://pastebin.canonical.com/76232/ -> this one17:15
=== dendrobates is now known as dendro-afk
roaksoaxrvba: maas-import-pxe-files needs to be run in the region only right?17:25
roaksoaxrvba: 'maas' and 'maas-provision' binaries17:28
rvbaroaksoax: yes17:28
roaksoaxrvba: right, but maas-provision is also needed for the provisioningserver17:29
roaksoaxdoko: can I ship both a binary (usr/bin) and the module in a python-foo binary package?17:35
=== matsubara-lunch is now known as matsubara
hallynSpamapS: grrr.  charm docs seem to say that 'relation-get ip' should work? but it gives me "".  I assume from other charms I should use relation-get private-ip?18:04
hallynthough i see postgresql uses 'relation-get ip'18:04
hallyn<dim light glows> oh is there no established ns?  i have to set them all mysefl?18:07
uvirtbotNew bug: #1065171 in maas (main) "maas-provision: command not found" [Critical,Confirmed] https://launchpad.net/bugs/106517118:15
=== dendro-afk is now known as dendrobates
SpamapShallyn: the only assumable values are private-address and public-address18:46
hallynSpamapS: thanks18:47
=== tjaalton_ is now known as tjaalton
giovanianyone here love their sip-t1/e1 gateway?18:54
giovaniif so, let me know, I'm in the market for a few18:54
giovanimediatrix has been awful18:55
giovanii.e. how's the sangoma vega line?18:58
uvirtbotNew bug: #1044503 in maas "kernel command line is not easily customizable" [High,Triaged] https://launchpad.net/bugs/104450319:16
TheLordOfTimeso, is uvirtbot only reporting public bugs?  or does it also sees the private bugs (such as crash bugs)?19:17
sidneihallyn, around?19:54
hallynsidnei: what's up?20:03
sidneihallyn, having some trouble with lxc on quantal, suddenly none of my containers finish starting up20:03
hallynsidnei: can you pastebin 'outout' after adding '-l debug -o outout' to the lxc-start args?20:04
sidneidoing so20:05
hallynsidnei: are these lxc-ubuntu or lxc-ubuntu-cloud (or other) templates?20:05
sidneithe former20:05
sidneihallyn, http://paste.ubuntu.com/1271887/20:07
sidneihallyn, interestingly it got all the way to the prompt now. maybe i was just hasty20:08
hallynsidnei: looks like up to starting init all went fine.  what does 'lxc-ps -n u1-precise' show?20:09
sidneilet me try the lucid one, which failed in a different way20:09
SpamapSroaksoax: accepted maas-enlist into precise-proposed20:09
hallynsidnei: d'oh, wait.  check /var/log/syslog...  anything in there?20:09
hallynyou did say 'on quantal', but heck maybe you have iw wifi20:10
=== masACC is now known as maswan
sidneihallyn, nope, this is inside a vmware vm20:10
hallynsidnei: hm, and it worked before?  vmware used to need tweaking to support >1 mac at a time...  but if it was working before that seesm unlikely to regress20:11
sidneiyes, worked fine before.20:11
hallynk20:11
sidneihallyn, http://paste.ubuntu.com/1271898/ lucid container20:12
hallynsidnei: looks fine. lxc-ps?20:13
roaksoaxSpamapS: awesome! thank you!20:13
sidneihallyn, http://paste.ubuntu.com/1271900/ is what i get on the console20:13
hallynag20:13
hallynstgraber: ^ more /dev/shm lucid nonsense20:14
hallynsidnei: what about on the quantal container?  or is lucid all you were trying?20:14
sidneihallyn, im trying lucid and precise, the precise one seemed to get stuck, but i left it alone a bit longer and it eventually gave me a prompt20:14
hallynsidnei: i wonder if your dnsmasq on lxcbr0 died.20:15
stgraberhallyn: hmm, on lucid we should have /lib/init/fstab diverted to avoid that...20:15
hallyndid your precise contaienr get an addr on eth0?20:15
hallynstgraber: d'oh, right, that's upgrades failing i was thinking of20:15
sidneihallyn, indeed, no address on the precise container eth020:16
sidneibut dnsmasq seems to be there20:16
hallynsidnei: 'status lxc-net' ?20:16
hallynhm20:16
sidneilxc-net start/running20:16
hallynbrctl show?20:16
sidneiseeying some UFW BLOCK on /var/log/syslog for port 67 udp20:17
sidneibrctl show: http://paste.ubuntu.com/1271906/20:17
hallynhave you customized ufw?20:18
hallynrecnetly?20:18
sidneiindeed20:18
hallynphew.  sounds like those rules need to be fine-tuned20:18
hallynjust have them ignore device lxcbr020:19
hallynand 10.0.3.0/2420:19
hallynwhat does the current ruleset look like?20:20
sidneihallyn, http://paste.ubuntu.com/1271923/20:24
hallynsidnei: yeah been awhile since i've tweaked ufw, but you'll want to add exceptiosn for 10.0.3.0/2420:27
sidneitried a blanket allow in on lxcbr0 but no luck maybe its matching on PHYSIN, which is the random vethXXXX thing20:28
hallynsidnei: just to make sure we're not barking up the wrong tree, what if you just stop ufw for a minute?  does it then work?20:32
sidneihallyn, precise one yes, lucid one is unhappy about /dev/shm20:33
hallynsidnei: the lucid one probably doesn't have lxcguest installed.20:33
hallynnot sure if the apt-get install of lxcguest failed during container creation bc of the firewall...20:33
hallynyou can 'chroot /var/lib/lxc/u1-lucid/rootfs dpkg -l | grep lxc' to check for the lxcguest package20:34
sidneihallyn, not sure if this is related/meaningful: http://paste.ubuntu.com/1271944/20:34
sidneihallyn, http://paste.ubuntu.com/1271947/20:35
hallynhrmph20:36
hallynsidnei: no, that error msg is normal20:36
hallynbut as stgraber said lxcguest should be keeping shm fro mtrying to be mounted in the container20:36
hallynsidnei: what's in /varlib/lxc/u1-lucid/rootfs/etc/fstab?20:37
hallynand /var/lib/lxc/u1-lucid/rootfs/lib/init/fstab.lxc ?20:37
hallynsidnei: for the lucid container it's probably worth filing a bug.  Though the lxcguest making it work comes from a ppa...  but we do want that working.20:38
sidneihallyn, http://paste.ubuntu.com/1271964/20:38
hallynsidnei: i need to run.  will look for a bug later20:38
hallynsidnei: well..20:39
hallyndid you add that shm entry?20:39
hallynif so, then you need to just also fix /dev/shm to be a direcotry20:39
hallynand perhaps tweak the apparmor policy to allow the mount20:39
* hallyn out - ttyl20:39
sidneihallyn, it does look familiar, but the container is fresh so not sure where it came from20:40
=== dendrobates is now known as dendro-afk
sidneihallyn, bug #573461 seems relevant to the ufw problem, made the change to /etc/ufw/before.rules and it seems like traffic is flowing happily now.20:50
uvirtbotLaunchpad bug 573461 in ufw "UFW blocks libvirt bridged traffic" [Undecided,Invalid] https://launchpad.net/bugs/57346120:50
=== unreal_ is now known as unreal
=== dendro-afk is now known as dendrobates
uvirtbotNew bug: #1065259 in maas-enlist (main) "Enlistment fails if multiple MAC addresses are sent" [Critical,Confirmed] https://launchpad.net/bugs/106525921:31
=== fgc_ is now known as fgc
roaksoaxSpamapS: sorry to bother you again, but could you please reject the SRU for maas-enlist, I need to get in another fix with that upload21:54
LordOfTimeroaksoax:  why not let that SRU go, and then run another one?21:55
LordOfTimeout of curiosity ;P21:55
roaksoaxLordOfTime: becuase it will take to much time and we need to get it in asap :)21:55
LordOfTimeah.  i see.  you never know, hence my curiosity21:56
LordOfTimeand asking questions never killed anyone.21:56
LordOfTime... much...21:56
roaksoax:)21:57
=== dendrobates is now known as dendro-afk
ScottKroaksoax: I don't see it in the queue.21:59
roaksoaxScottK: it is in -proposed, and I'm waiting for the quantal fix to be approved in order to upload the new package to precise-proposed22:00
ScottKroaksoax: Just upload a new SRU then.  Now need to remove the existing one.22:01
ScottKNow/no22:01
roaksoaxScottK: awesome, thank you!22:01
ScottKYou need to increment the revision regardless of if you remove the old one or not.22:01
roaksoaxScottK: will do22:02
roaksoaxthanks :)22:03
LordOfTimehallyn:  ping22:20
SpamapSroaksoax: its already accepted. Your next upload can revert anything you don't want in proposed.22:32
=== dendro-afk is now known as dendrobates
=== Ursinha_ is now known as Ursinha

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