/srv/irclogs.ubuntu.com/2013/08/14/#ubuntu-server.txt

hallyn_ahs3: well http://people.canonical.com/~serge/netcf-sid.debdiff and http://people.canonical.com/~serge/netcf-wheezy.debdiff are fine.00:05
ahs3hallyn_: okey dokey.  i'll give the sid one a spin later00:08
hallyn_ahs3: thx.  i'm going to to saucy before i look into what is going boinkers with jessie00:08
ahs3nod.  i'll see if i can do that tonight or tomorrow00:10
i3luefireso. hooking a server directly via a static ip to the internet is bad? or i just need to setup a sw firewall first?00:13
hallyn_ahs3: thx.  pls let me know when you look at sid, as i suppose ideally i should sync that into saucy rather than pushing separately00:13
ahs3hallyn_: will do00:14
sarnoldi3luefire: a firewall is a useful backup to correct configuration of your intended services, but it isn't strictly necessary for running a host directly on the internet.00:16
i3luefirebecause i have been running my server behind a router for years... but now i am transitioning to a business internet connection with 5 static IPs and would like to put them to good use00:18
i3luefirei need a friend in IT00:18
sarnoldI'd take a good long look at existing systems before putting them directly online :) brand-new systems ought to have nearly nothing open by default and update during the install to avoid the worst of the potential issues00:19
sarnoldcheck sudo netstat -nlp output and make sure the services listening on external ports by default are intentional and properly configured.00:20
i3luefirewow00:22
i3luefirelots of stuff there00:25
i3luefireso the stuff with :::someport and 0.0.0.0:* are open to any and all basically?00:27
sarnoldyes00:27
i3luefirejeez00:27
i3luefirei have been sloppy00:28
sarnoldand the 192.168.... might be as well, depending upon how you configure things00:28
i3luefireno. i have a non-default ip scheme on the internal network00:28
sarnoldyou didn't use rfc1918?00:29
i3luefireno00:30
i3luefirei just googled it because i didnt know what it was00:30
sarnoldthis is a good time to fix that too :) hehe00:31
i3luefireyea00:31
i3luefirefor some reason in the past i thought that was helpful in obfuscating my internal network for intruders.00:32
i3luefirebut i would not even need to worry about the IPs on my internal network anymore except for wifi which will still use my router00:33
i3luefiresince the hardwired ones will have static external IPs00:33
sarnoldyou might still wish to have internal addresses and external addresses both on your machines; it might be convenient to have a CIFS share for internal-only use, for example00:34
i3luefireoh. how can i have 2 addresses without 2 nics? or did you mean with separate nics?00:35
i3luefireVlan?00:36
sarnoldi3luefire: you can assign a few thousand IPs per NIC without any trouble.. I'm not confident of the best way to make it persistent via the interfaces(5) file, but "ip addr add" can add addresses all day long to existing NICs :)00:38
i3luefirewow. i need to take a class or read a book00:38
=== Ursinha is now known as Ursinha-afk
hallyn_roaksoax: hey are you around?01:03
=== justizin_ is now known as justizin
mojtabaHi, Does anybody know how can I have application server in ubuntu?01:45
Beatstreetis there a replacement for ethtool?01:47
BeatstreetWARNING: The following packages cannot be authenticated!01:47
Beatstreet  ethtool01:47
Patrickdkreplacement?01:50
Patrickdkmaybe fixed your package repo01:50
Patrickdkmojtaba, what is *application server*01:50
BeatstreetI updated and did the --fix-missing01:50
PatrickdkBeatstreet, well, those two have NOTHING to do with the problem01:51
Patrickdkfix the gpg keys01:51
mojtabaPatrickdk: I want to run my applications from PI.01:55
mojtabaremotely*01:55
Patrickdkmojtaba, talk english?01:55
mojtabaPatrickdk: English01:55
Patrickdkwhat is *applications*01:55
Patrickdkif you fail to explain, I can't help you01:56
mojtabaPatrickdk: I have lots of applications installed in my computer at home in ubuntu, and I want to run them from PI remotely.01:57
Patrickdkyou mean you want remote X sessions?01:57
PatrickdkI mean, you keep saying applications01:57
Patrickdkuntil you name atleast ONE, I cannot help you01:58
Patrickdkbut your welcome to read the manual01:58
mojtabaPatrickdk: for example I have installed Matlab in my computer01:58
mojtabaI want to run it remotely01:58
BeatstreetPatrickdk - I re-downloaded the keys using the hexidecimal numbers but ethtool still fails to install01:58
Patrickdkmojtaba, well, you either want to run X forwarding, or a remote X session using like vnc01:59
PatrickdkBeatstreet, what version ubuntu?02:00
mojtabaPatrickdk: Does X forwarding works for Matlab?02:00
jkitchenquestion: anyone using multipath with a FC storage system?02:00
BeatstreetDescription:    Ubuntu 11.0402:00
BeatstreetRelease:        11.0402:00
BeatstreetCodename:       natty02:00
PatrickdkBeatstreet, that would be an issue02:00
Patrickdk11.04 and 11.10 aren't supported02:01
Beatstreetok, so I'm SOL - ok, thanks02:01
jkitchenI just deleted a bunch of volumes and now my multipath daemon is showing me all sorts of failed paths. is there a good way to clean them out, or a different procedure I should be following?02:01
Patrickdkyour not SOL, but your unsupported :)02:01
Patrickdklook into adjusting apt to use the archive server02:01
Patrickdkand upgrade as soon as possible :)02:02
jkitchenother question; is there something like snapshot.debian.org for ubuntu package repos? if not, does anyone know of tools which can make setting up something locally like this possible?02:04
BeatstreetThanks Patrickdk02:06
sarnoldjkitchen: looks like weasel published the code: http://anonscm.debian.org/gitweb/?p=mirror/snapshot.debian.org.git02:10
jkitchensarnold: sweet, looking at that now, thanks02:12
jkitchenI'd love to set something like that up locally. in my environment I'm all about absolute reproducibility of machines, right down to the packages they're running, even if that means running older versions of packages. if I can auto snapshot like that then I can just promote things along later02:13
jkitchenI was just gonna do an apt-mirror and leave it at that :(02:13
jkitchenmaking it more flexible will be a good thing :)02:14
hallyn_ahs3: cjwatson saves us.  he has a patch for grub2 which fixes teh gnulib failure in netcf in jessie.  i'll post a full debdiff in a bit02:14
hallyn_ahs3: but infinity points out that pushing to jessie is weird and to ignore that.  (the fix at people.canonical.com/~serge/netcf-jessie.debdiff did work though,easing my mind :)02:41
roaksoaxhallyn_: here02:59
hallyn_roaksoax: nm, thanks :)03:06
roaksoaxhallyn_:   lol k ;)03:07
zanzacarI currently have a sFTP server up and running. I chrooted it to a folder on my root directory. I really like how I have it all setup but none of my clients etc want to use sFTP. Is there a reasonably easy way to have ftp go there as well?03:42
zanzacaralmost just have sFTP allow for ftp connections?03:42
zanzacarI guess I would need to have ssh allow a FTP connection as well as sFTP, is that possible?03:47
SpamapSutlemming: sheesh, new raring images again? :-P06:34
moldyzanzacar: just setup some ftp server?07:31
moldyzanzacar: vsftpd or something07:32
CyraxHi. i'm new to set up a minecraft server on ubuntu straight from terminal. How do I make it so i can enter my server? do i put in my ipv4 or ipv6? nad if so.. how do I check it?09:58
Cyrax?10:07
mardraumCyrax: in your client, put the ip of the server you are running minecraft on?10:17
mdeslaurjamespage: FYI, in case you didn't notice, the autopkgtest for squid3 failed11:37
jamespagemdeslaur, I did notice and I can't reproduce11:41
jamespagethey all pass when I run locally11:41
mdeslaurjamespage: :(11:41
jamespagemdeslaur, I think its actually something in vsftpd borking but I can't figure out what11:41
CyraxWhat is the command on terminal to find my ip like ipv4 and stuff?11:48
sgranip a11:51
sgranor 'ip address list' if you want the long version11:52
Cyraxsgran: i'm trying to run minecraft server and i start it with a command.. can't remember all,but it starts with java. Do i need to put my real ip address or ipv4 or ipv6 address into server.properties?11:58
sgranCyrax: I don't know anything about running a minecraft server, sorry11:59
sgranI'm sure there are docs about this online?11:59
moldyCyrax: you don't need to put any ip into that file, afaik12:15
moldyCyrax: check the various minecraft server documentation you can find on the web, or maybe ask in #minecraft.12:16
zuljamespage:  the sqlalchemy stuff got fixed in heat so we can drop out patch12:58
jamespagezul, great12:58
jamespagezul, http://people.canonical.com/~jamespage/ca/havana/13:08
zuljamespage:  +1 i should have some for you today as well13:09
=== blitzkrieg3 is now known as jmleddy
zuljamespage/roaksoax: https://code.launchpad.net/~zulcss/heat/refresh-aug14/+merge/18015014:24
jamespageadam_g, when you start today - the nova-cloud-controller redux is missing its templates dir in the branch14:46
zuljamespage:  i think i have a fix for the glance testsuite failures (its sqlalchemy related)14:51
jamespagezul, the one where is completely crashed the machine its running on?14:52
zuljamespage:  yeah14:52
* zul is in the zone14:53
jamespagerbasak, OK - so my panda crashed 3.5 hrs into testing building mongodb14:53
jamespagerbasak, as it can't get any worse in proposed right now I'm going to upload my fix for the armhf build failure14:54
moldyis it normal for quotacheck to take a long time?14:55
rbasakjamespage: I've been building on a highbank node15:00
jamespagerbasak, me too!15:01
jamespagehttps://launchpad.net/ubuntu/+source/mongodb/1:2.4.5-1ubuntu2/+build/487704915:01
rbasakjamespage: :)15:01
jamespagelol15:01
rbasakI have a parallel build that's been going for 45 minutes15:01
rbasakI guess we'll see.15:01
jamespagerbasak, tbh I'm not 100% sure why the DM started using the internal libv815:02
jamespageI'd not seen any issues15:02
zuljamespage:  wait...nevermind15:28
hallyn_roaksoax: hey!  when you get a few minutes, would you mind pushing:  http://people.canonical.com/~serge/netcf-precise.debdiff  http://people.canonical.com/~serge/netcf-quantal.debdiff and http://people.canonical.com/~serge/netcf-raring.debdiff ?15:39
roaksoaxhallyn_: sure! give me ~15 mins or so15:40
hallyn_roaksoax: thanks!15:41
kl4mHi, anyone using vmbuilder with a preseeed file? I'm trying to make the pkgsel/include directive actually work15:47
kl4m*preseed15:47
rbasak!anyone15:51
ubottuA high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll.15:51
roaksoaxhallyn_: btw... changelogs versions should preferably be ubuntu3.1, ubuntu3.2 and so on, instead of ubuntu4, ubuntu4 (for precise case) when it comes to SRU15:53
adam_gjamespage, oh, right. i have a bunch of stuff to push there15:56
jamespageadam_g, please do15:56
adam_gjamespage, on its way15:56
hallyn_roaksoax: iirc the last time that was discussed itw as decided that was only needed if the next release shared the version.  but it does make it clearer what's going on,so i i like your suggestion.  do you mind doing it inline?15:56
jamespageadam_g, can I suggest that we land the redux first and then do the neutron rename afterwards15:56
jamespageadam_g, we should probably do a re-sync with charm-helpers as well15:57
jamespagequite a few things have landed15:57
adam_gjamespage, renaming of quantum-gateway and associated interfaces to neutron-server? tahts fine by me. ive tried to make the nova charms agnostic to the name, at least in most places15:57
jamespageadam_g, yes15:57
adam_gjamespage, ya. i need to push some stuff to charm helpers and resync around15:57
jamespageadam_g, OK15:57
adam_gjamespage, switching from helper local configs to using the main core helpers for relation_get() may have introduced some bugs15:58
jamespageadam_g, most things seem OK - I hit one problem with an older helper in cinder which was using socket.get_hostname15:58
roaksoaxhallyn_: yeah I guess that i might have missed that discussion, but I guess my thinking might be old school :)15:58
jamespagebut I already fixed that in charm-helpers :-)15:58
adam_gjamespage, https://bugs.launchpad.net/charm-helpers/+bug/120324115:59
hallyn_roaksoax: it makes it clearer whether it's beenupdated in an sru so i like that15:59
uvirtbotLaunchpad bug 1203241 in charm-helpers "relation_get() on a non-set relation setting does not return None" [Undecided,New]15:59
roaksoaxhallyn_: but you are right, It doens' really matter cause the versions are not shared between releases :)15:59
jamespageadam_g, well it did do the right thing once upon a time...16:00
adam_gjamespage, the relation_get() in core.hookenv?16:00
adam_gi thought so too16:00
jamespageadam_g, yes - because I made it do that16:00
adam_ghah16:01
jamespageunit/config/relation16:01
adam_gthats what i thought. i wonder if juju's interface changed (as mentioned in the bug)16:01
adam_gjamespage, pushed16:03
adam_gjamespage, the main nova.conf template is getting ugly. we may want to look at using template inheritance to handle that16:04
adam_gjamespage, also a bunch of nova-compute changes pushed16:08
hallyn_stgraber: so fwiw i pushed lxc-user-nic (bc it doesn't change anything, just adds a so far unused binary) and the cgroup rework sets (bc without it nested containers are broken) ) to staging.16:18
hallyn_if the cgroup set breaks anything i'll git-revert it poste haste, but there was no comment and "it works here" :)16:19
roaksoaxhallyn_: done!16:33
hallyn_roaksoax: thx16:35
jamespageadam_g, I might know what the relation_Get issue is17:04
jamespagethere was a change in behaviour from pyjuju -> juju-core17:05
jamespagein that 'null' was being returned for a missing relation key rather than empty string17:05
jamespageI suspect that has been fixed!17:05
adam_gjamespage, hmm17:05
adam_gjamespage, so juju-core returns empty string for config-get/relation-get when nothing is set?17:07
jamespageadam_g, not sure - I would need to re-test17:07
jamespageit certainly did not at some point in time17:07
smoserhallyn_, stgraber utlemming i just hit 'publish' on http://ubuntu-smoser.blogspot.com/2013/08/lxc-with-fast-cloning-via-overlayfs-and.html17:50
smoserthanks for your great work.17:51
smoseranyone else using lxc, espeicailly with the lxc ubuntu-cloud template might find that interesting.17:51
sarnoldsmoser: cool :)17:55
blkperlsarnold: awesome, will these new changes be availible in openstack too?18:04
blkperlI havn't really played with lxcs in openstack yet.18:04
sarnoldblkperl: sorry, no idea18:04
adam_gblkperl, no, unfortunately nova's current lxc support uses a different implementation (libvirt+lxc)18:13
adam_gjamespage, all grizzly branches migrated to lp:~ubuntu-server-dev, build scripts updated and 2013.1.3 update retargetted18:16
roaksoaxadam_g: how would you test a section of a charm that looks like this: http://pastebin.ubuntu.com/5985960/18:17
roaksoaxadam_g: (the test in it fails because it seems that it only catches the last relation_set function being executed18:18
roaksoaxso I can only assert against the last one18:18
adam_groaksoax, which assertion is failing, the very last?18:19
roaksoaxadam_g: yep18:20
adam_groaksoax, i think you want to look at self.relation_set.call_args_list18:20
roaksoaxadam_g: because it compares against the relation_set for image-service18:20
roaksoaxadam_g: http://pastebin.ubuntu.com/5985970/18:20
adam_groaksoax, something like this http://paste.ubuntu.com/5985971/18:21
roaksoaxadam_g: so the actual assert comparison is against "Actual call: relation_set(glance-api-server='https://10.10.10.10:9292', relation_id='identity-service:0')" whcih is the second if statement, when I want to compare against the first statement18:22
* roaksoax looks18:22
blkperladam_g: :(18:24
roaksoaxadam_g: thanks18:40
zulDaviey:  ping18:59
zulDaviey:  can you review oslo.messaging tomorrow its in the source new queue18:59
cppCzarWhat version of ubuntu is best paired with postgres?19:01
hallyn_smoser: via-via :)19:07
roaksoaxadam_g: glance didn't require to save an rc script with the environment variables right?19:07
hallyn_smoser: your blog requires js19:08
smoserhallyn_, do you need me to give you a recommendation for operating system that has a browser capable of rendering it ?19:09
adam_groaksoax, if its not in the bas charm dont bother, im not even sure anyone is actually using those rc files naymore19:09
smoserhallyn_, https://gist.github.com/smoser/619977219:09
hallyn_smoser: you're asking me if i need my computer to run your code for you?19:09
hallyn_this should be good :)19:10
smoserhallyn_, you already run my code. your machine last checked in at19:10
smoserWed Aug 14 19:11:04 UTC 201319:10
Davieyzul: Yes19:10
roaksoaxadam_g: so yueah I had this in config_changed: http://pastebin.ubuntu.com/5986146/ i guess I can simply drop it19:10
hallyn_smoser: that's not my machine, just one of my decoys19:10
zulDaviey:  merci buckets19:10
smoserno, thats the real one. one of your decoys failed checkin last night.19:11
smoserhallyn_, ifyou'd rather git checkout https://gist.github.com/smoser/6199772 is basically it.19:11
smoseri just really didn't like having to deal with blog entires, so i started putting stuff in gists19:11
hallyn_smoser: no no i trusted you implicitly so enabled js just for your blog post19:11
hallyn_smoser: drat.  the nice thing about regular blog posts is i can read them from readitlater on my ereader19:12
smoseryeah, that does suck. i agree.19:12
smoserbut getting reaasonable syntax highlighting in blogger sucks19:12
smoserand then updating it also sucks19:12
hallyn_heck just getting code to render properly in blog sucks19:13
hallyn_no arguments there19:13
smoseryeah, that is basically what drove me to the "just use github"19:13
Davieysmoser: you switched to github pages?19:14
hallyn_Daviey: that was awhiel ago, but now he has switched to github scripts which you download which use sed to noninteractively write the blog post on your system.19:17
hallyn_he finds that more authentic19:18
smoserno. i use blogger and just include a gist in the file19:18
hallyn_smoser: and is that pushed to planet.u.c?19:21
smosershould be.19:22
smoseryeah, syndicated there.19:22
smoseroh.19:22
smosershoot. i see.19:22
smoserthat sucks.19:22
smoseryou have a better solution for that?19:22
hallyn_nope, not even sure what the problem is19:23
=== dosaboy_1 is now known as dosaboy
smosergetting syntax highlighting / formatted code into a blog post.19:24
hallyn_no, last time i looked into it ppl were suggesting some wordpress pluging - bleh19:24
smoserright.19:24
smoserso that sucks.19:24
smoserso i just reference gists via javascript19:25
smoserbut clearly that does not syndicate well19:25
Davieyhallyn_: haha.. is this how smoser browses ? http://article.gmane.org/gmane.os.openbsd.misc/13497919:25
rbasakI'm using Pelican (Python) now as a static blog generator, so now I can write my posts in markdown. It supports syntax highlighting apparently, but I haven't tried it. Also I have little experience, having now written a grand total of one blog post (with Pelican that is).19:25
Davieyrbasak: I also have been experimenting with Pelican, then pushing it up to Heroku19:26
rbasakI'm pushing to a server running apache (I know. Old school!)19:26
hallyn_rbasak: hm, i may try that19:26
Davieyrbasak: I was more looking for a reason to learn Heroku.. But I agree, i prefer simply pushing it up to a server19:27
hallyn_rbasak: what about comments?  (bc we all want commnets :)19:27
rbasakScaling blogs down is what the cool kids do nowadays. I'm sure my cheap VPS will be able to do plenty of traffic when it's serving only static pages.19:28
Davieyhallyn_: I added google plus to the footer for comments19:28
rbasakhallyn_: I haven't done comments, but Pelican supports Disqus out of the box I think.19:28
hallyn_Daviey: i dn't do g+19:28
hallyn_rbasak: ok, i'll have to look into it.  thanks for the tip19:28
rbasakI've stopped believing in comments. People can email me, blog a rebuttall, or tweet, or something I figure.19:29
jcastroI'm using Octopress for static blog19:29
hallyn_agreed, i dno't think i actually want comments19:29
rbasakModerating comments is too much of a pain when in reality I'll get a comment once a year or something.19:29
jcastrohttps://twitter.com/AvoidComments is relevant here19:30
hallyn_jcastro: there's another timesink.  :)19:32
ubuntuissueIs there any USB 3.0 issued or issues with the USB 3.0 cont rollets?19:34
smoserhallyn_, i donr tknow if you consider it a bug or not19:35
smoserbut: lxc-destroy -n hallyn_loves_lxc_but_this_container_doesnt_exist19:36
smoserexits with '0'19:36
smoserand that is a change from previous behavior also.19:39
rbasaklxc-stop also behaves like that19:39
rbasak(in Raring at least)19:39
smoserhm..19:39
roaksoaxadam_g: ok I added the tests for all fo the glance_relations, you want a MP against the branch in ~openstack-charmers ?19:40
adam_groaksoax, sure19:40
smoseroh wait. i'm wrong. it does exit failure (1) it just doesn't complain anywhere.19:41
roaksoaxadam_g: done! https://code.launchpad.net/~andreserl/charms/precise/glance/port/+merge/18022419:41
adam_groaksoax, word19:41
jamespageadam_g, hey - I just synced the reprepro archive for havana in the CI lab from havana-staging19:42
hallyn_smoser: yeah just pulled up the source ...  lxc_destroy could spit out an error19:42
jamespageadam_g, we suck at backporting there first...19:42
hallyn_(lxcapi_destroy() should not)19:42
adam_gjamespage, ah cool19:42
smoserhttp://paste.ubuntu.com/5986246/19:43
smoserhallyn_, ^19:43
smoserhttp://paste.ubuntu.com/5986259/19:44
smoserbetter19:44
hallyn_i think you make ad money off pastebin somehow19:45
smoserwell, i get a referrer fee everytime i use pastebinit.19:45
smosermost of hte money goes to stgraber19:45
hallyn_lol19:45
hallyn_smoser: yeah lxc_stop is doing exit(-1) instead of exit(1)19:46
hallyn_i'll fix both of those right now in upstream19:46
smoserfix to what ?19:46
smoserwhat is right ?19:46
smoser0 ?19:46
hallyn_lxc_destroy will spit out a msg,19:46
hallyn_and lxc-stop will exit 119:46
hallyn_i consider it an error to ask to stop c when ci s not running19:47
hallyn_disagree?19:47
hallyn_(also, note there's a big cgroup rewrite so next time i build ppa it *may* cause troubles...  but shouldn't, i've obviously tested)19:47
smoserits argubable, but i think its bikeshed, so i'd recommend staying consistent with previously published behavior.19:47
smoserhallyn_, do you want a bug for "keep track of child ephemeral mounts"19:48
smoserie, clones that depend on a master19:49
hallyn_smoser: yeah sure19:49
hallyn_smoser: wait.  lxc_destroy *does* print an error if container is not found.19:51
hallyn_smoser: oh.  right.  this is actually more complicated than it seems19:52
hallyn_the problem is that there is the concept of containers withotu a config file19:52
hallyn_ok, nm, should be ok19:52
smoseri didn't make that pastebin up.19:53
hallyn_smoser: what's to stop you?19:55
hallyn_yeah nm, fixed in git head nwo19:55
smoserhttps://bugs.launchpad.net/ubuntu/+source/lxc/+bug/121241419:57
uvirtbotLaunchpad bug 1212414 in lxc "lxc-destroy allows unsafe destruction of overlayfs sources" [Undecided,New]19:57
smoserhallyn_, ^19:57
hallyn_smoser: great, thanks19:58
Slyboots_Hi20:01
Slyboots_Evening20:03
Slyboots_Im curious, trying to setup Ubuntu as a NAS, running iperf to test network througput but.. well for a GigE network with Intel Pro1000's on each side its only reporting about 650Mbit/sec20:04
Slyboots_Shoudlnt a Gige network be faster?20:04
maswanSlyboots_: it should, clocking gige at >950Mbit/s on the LAN hasn't been hard for, hm, 8-10 years now.20:08
Slyboots_Im at a total loss as to what the hell is wrong with this server, I really am20:09
Slyboots_Had a samba/nfs setup that heh, could WRITE to the shares at about 80MB/sec which is about what iperf is reporting20:09
Slyboots_READING from those exact same shares, in either networking format (smb/nfs) 30MB/sec20:09
Slyboots_So, I've got it totally stripped down to the nuts and bolts and testing each componant, one at a time lol20:11
Slyboots_I've tried increasing the TPC window size to 1Mbyte, and thats got the speed up to 920Mbits/sec which.. is nice20:11
Slyboots_Anyone any idea why my NIC's would be detected.. but not work (no dhcp responce, and they are marked as DOWN in ip addr)20:47
Slyboots_But they work  fine in a liveCD enviroment20:48
RoyKSlyboots_: wierd - does it work with a static IP?20:49
Slyboots_Just about to try that now20:50
rbasakjamespage: my mongodb build test succeeded from your branch. As did the buildd. Looks like it's migrated from proposed too.20:53
rbasak\o/20:53
jamespagerbasak, indeed!20:54
jamespage2.5 hrs - not bad20:54
jamespageonly x2 amd6420:54
rbasakI got 02:48:34 on my highbank node20:54
rbasakI might try -j5 next time. That was -j4.20:54
Slyboots_Right.. So I put two entries in /etc/network/interfaces for static..20:59
Slyboots_and.. they arnt "taking"20:59
Slyboots_if I run ifconifg eth0 down/up the interface comes "up" but it doesnt have an IP assigned20:59
jamespagezul, please can you fixup the versioning on the oslo.messaging upload21:03
jamespagezul, 1.2.0~a4-0ubuntu121:03
MraMariahello all. I get this warning after an installed Ubuntu13.04-64-mini, advanced mode: "" Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), [after that all as] "pt_PT@euro", except LANG = "en_US.UTF-8" [as i want main language as english] . Could you please help me solve this issue...21:03
jamespageotherwise you will end up epoching when it releases to 1.2.021:03
MraMariabtw, during certain operations i get: "locale.Error: unsupported locale setting"21:05
adam_gzul, can you please start merging your approved changes into packaging  branches when you push them instead of just pushing your local branch directly?  i use tarmac locally to do it, i just run it whenever something is ready for merging21:06
adam_gzul, my tarmac.conf http://paste.ubuntu.com/5986517/21:07
zuljamespage: ack21:07
zuladam_g:  ack21:07
thumpermorning folks21:07
jamespagehey thumper21:07
jamespagezul, you might want to fixup your bzr whoami from wherever you are working right now as well21:10
jamespage(typo in your email address)21:10
MraMariasomeone please help me with that...21:13
sarnoldMraMaria: I'm sorry, I thought that was just background information before the question..21:15
sarnoldMraMaria: can you restate your question?21:15
MraMariasarnold: :)21:15
MraMariaI get this warning after an installed Ubuntu13.04-64-mini, advanced mode: "" Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), [after that all as] "pt_PT@euro", except LANG = "en_US.UTF-8" [as i want main language as english] . Could you please help me solve this issue...21:16
sarnoldah, see, I don't see an issue to solve.21:16
MraMariasarnold: i'll pastebin the output of all warning...21:17
sarnoldMraMaria: perhaps pastebin the current output of 'locale' and maybe add to it what you'd -like- the output to be..21:17
sarnoldthat's a good idea :)21:17
MraMariasarnold: http://paste.ubuntu.com/5986558/ and i'll put also for 'locale'21:18
bcessahi there, super newbie question, I'm trying to test a saucy package in 12.04, can someone point to some info on how to do it? thnx21:20
sarnoldMraMaria: do you have both language-pack-pt language-pack-pt-base packages installed?21:21
MraMariasarnold: http://paste.ubuntu.com/5986563/ : output for 'locale' - the main idea is to have the lang as english but all other settings as PT€euro21:22
MraMariasarnold: i've selected basic ubuntu-server during the installation...21:22
sarnoldMraMaria: you may need all four packages, language-pack-pt language-pack-pt-base language-pack-en language-pack-en-base  installed21:23
MraMariasarnold: i'll do it now.. :)21:23
MraMariasarnold: it seems like is solved. thanks so much :)21:26
sarnoldMraMaria: nice! :) have fun21:26
MraMariasarnold: can i post anothet matter, pls :)21:26
sarnoldMraMaria: sure21:27
MraMariai know we should not have any graphic interface on server. altough this is a new (rebuilded) machive and i would like to explore it before going into "production". due to that i've installed lubuntu minimal. however, although i get a lubuntu logo i don't get the login dialog. startx didn't work...21:28
MraMariasarnold: wait.. i've installed basic-server + lubuntu minimal...21:29
sarnoldMraMaria: try "serice start lightdm" ?21:29
MraMariasarnold: okay21:30
MraMariasarnold: i have 1 phone call.. brb. sorry21:31
Slyboots_I really cant figure this out.. Oh great Tux! Please help.. I've got fish! tasty.. tasty fish!21:40
sarnoldSlyboots_: pastebin your interfaces file?21:41
Slyboots_I've setup Samba (and NFS) on my Ubuntu server, I can write to the server at about 110MB/sec which is fine21:41
Slyboots_sarnold, Oh I fixed that :) .. typo in the interfaces file -.-21:41
sarnoldSlyboots_: oh yay :)21:41
Slyboots_I can only read files OFF the server.. at about 30MB21:41
Slyboots_if I use DD to write zeros to the disk, I get about 650MB/sec.  Same thing to read files from disk to /dev/zero I get 564MB/sec21:42
Slyboots_Which, is a lil weird in itself but..21:42
sarnoldSlyboots_: how large of files are you reading and writing?21:42
Slyboots_2-4GB in size21:42
Slyboots_I've tried larger (up to 14GB) but it doesnt seem to maky any difference21:42
sarnoldnice ssd then. :)21:42
Slyboots_I can write to the disks at blazing speeds, but reads are terrible21:42
Slyboots_.. what?21:43
Slyboots_no.. metal SATA2 disks21:43
sarnoldreally?21:43
Slyboots_WEll I have a SSD in my desktop..21:43
sarnoldthe best metal disks I've seen go around 80-100 MBps.21:43
sarnoldThe metal disks _I_ owned went around 40-60 MBps.21:43
sarnoldand reading cold-cache files from disk at 30 MBps would make sense if they were 'smallish', say half a meg or smaller..21:44
Slyboots_I dunno, these files should really be cached anyway21:45
Slyboots_Im copying right to the disk, then right back off21:46
Slyboots_But the reads are terrible no matter what I seem to do21:46
Slyboots_Im going to try pulling all the RAM, see what that does :P21:46
=== NomadJim_ is now known as NomadJim
MraMariasarnold: 'service start lightdm' didn't work. something might be wrong with the graphics adapter... when is the time for the login dialog the monitor displays it... i did dpkg-reconfigure lightdm and didn't help also. i think i'm going to purge lubuntu-core or.. any other suggestion?21:50
MraMariawhen is time for login dialog the monitor displays it bu king on a bling stage21:50
MraMariaagrrrr.. geeez, ... the monitor displays it but in a kind of blink stage...21:51
MraMariajust keeps binking it21:51
MraMariahowever, txt mode works fine and also the lubunto logo displays fine21:52
=== axisys is now known as axisys_brb
roaksoaxadam_g: are the latest charmhelpers in lp:charmhelpers or can i still use the ones in openstack-charmers?22:18
adam_groaksoax, you should be abel to use lp:charm-helpers.22:18
=== james_ is now known as Guest53848
roaksoaxadam_g: ok so does htis make sense to adapt to the newest charm-helpers?22:30
roaksoaxhttp://paste.ubuntu.com/5986786/22:30
=== axisys_brb is now known as axisys
adam_groaksoax, makes sense, assuming it still works for you22:40
roaksoaxadam_g: test pass yes, haven't deployed though22:40
=== axisys is now known as axisys_away
LargePrimehello beautiful people22:50
LargePrimehow can i block a list of ips?22:51
sarnoldLargePrime: iptables (perhaps with ufw frontend) or null-route them (route or ip route commands)22:52
kirklandLargePrime: /etc/hosts.deny works too22:52
adam_groaksoax, did you forget to add the .coveragerc?22:54
roaksoaxadam_g: i did indeed22:57
roaksoaxadam_g: done now22:57
adam_groaksoax, ah, cool22:57
adam_groaksoax, lookin good22:57
roaksoaxcool22:57
roaksoax;;)22:58
roaksoaxthanks for the review22:58
roaksoaxwith that I'm off for the day22:58
roaksoaxs/done/22:58
LargePrimeit seems hosts deny is depreciated22:59
LargePrimecan i supply a list to iptables?22:59
sarnoldhost.deny isn't exactly deprecated; there's just a lot of programs that don't use it these days..23:02
LargePrimehttps://help.ubuntu.com/community/IptablesHowTo#Saving_iptables  I am looking ao soluition #223:08
LargePrimeat*23:08
=== Gnubie is now known as Guest41314

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