/srv/irclogs.ubuntu.com/2015/07/21/#ubuntu-server.txt

sarnoldh0mer_: sure, it's just after the end of day for most of europe and america..00:03
h0mer_I understand that.  I just figured people would be able to help after as well.  I guess I'll try again tomorrow00:04
sarnoldfolks come and go, you might as well ask now, and see if anyone who's around now knows00:06
h0mer_understood00:08
=== andol_ is now known as andol
h0mer_Alright so I'm trying to install the cannonical openstack/ubuntu distribution using the Maas/Landscape/openstack instructions on the Ubuntu website.  Problem is, I can't seem to get the networking to work correctly.  I have two networks (192.168.20.x and 192.168.30.x), the first one has DHCP enabled and the second one doesn't00:09
h0mer_Problem is when I install everything (landscape/openstack), it seems like the metadata service doesn't start up correctly and connect ping out to the internet00:09
h0mer_I'm not sure how to start debugging this.  So I was wondering if anyone had any tips?00:09
h0mer_And just as a side note, anytime I start up a VM instance in the Ubuntu Openstack dashboard, I get an issue on the VM startup where the networking config says something to the effect of "waiting 120 seconds for network config"  Could anyone point me in the right direction to start debugging this issue?00:10
sarnoldh0mer_: that second network.. is that for second NICs in all the systems? or is that for guests?00:12
h0mer_for the second nics in all the systems.  (which would be for the guest vm's subsequently)00:12
h0mer_the first nic is connected to the .20 network and the second nic is connected to the .30 network00:12
sarnoldaha00:13
sarnolddoes keystone catalog show you anything useful?00:13
h0mer_nope00:13
h0mer_juju debug shows nothing either00:14
h0mer_just out of curiousity, should the second netowkr (the .30 network on which all the vm's get their IP's from) have DHCP setup in MAAS?  Should Maas be managing the DHCP/DNS for that network as well?00:15
sarnoldI don't think so, I think maas should only know about the physical machines00:18
h0mer_Right, but in the Maas network web page it shows both networks and I set up maas to only manage the first one (192.168.20.x) which seems to work fine as Openstack thinks it's the internal management network.  The second network is also listed in the Maas network's page, but is not managed by Maas, but is used as the ip allocations for the guest VM's in openstack00:21
h0mer_i can ping the VM's, but I cannot log into the machines using putty because the meta data service cannot seem to ping out to the internet.  I'm thinking it's because the JUJU instance on the machine where nova is installed doesn't have both ETH0 and ETH1 set up correctly?00:22
sarnoldh0mer_: I _think_ guest addresses ought to be managed via neutron?00:22
h0mer_yea thats why I didn't let Maas manage the .30 network00:23
h0mer_figured it would be setup by neutron (DHCP)00:23
h0mer_and I set it to use the gateway 192.168.30.1 (which can ping out to the internet)00:23
sarnold.. in the sense that e.g. every individual tenant ought to be able to have their own e.g. 192.168.1.1 ...00:23
sarnoldgah. just when I thought I was starting to get the hang of all these pieces. :/00:24
h0mer_problem is the first machine that the Landscape installer bootstraps JUJU onto has two NIC's, but if I juju ssh into that node and do a "ifconfig" I don't see the set up for the second NIC, only one network is setup00:25
h0mer_iface eth1 inet dhcp  # Primary interface (defining the default route) iface eth0 inet manual  # Bridge to use for LXC/KVM containers auto juju-br0 iface juju-br0 inet dhcp     bridge_ports eth000:25
h0mer_crap that didn't come out the way I wanted it to00:25
h0mer_guess I can't just copy paste from the terminal00:25
h0mer_just let me know if you get any ideas.  I'll be chilling here trying to debug this.  Thanks for your help btw.00:35
sarnoldh0mer_: there's also a #maas and a #juju that might be helpful, but I don't know which would be a better fit..00:36
h0mer_cool let me go check those out.  THanks.00:37
=== markthomas is now known as markthomas|away
=== _ruben_ is now known as _ruben
jak2000hi all, exist a ubuntu server 32 bits?04:46
sarnoldjak2000: see e.g. http://www.ubuntu.com/download/alternative-downloads04:49
jak2000thanks04:51
AbhijitHi.06:32
AbhijitI have setup postfix only. I have not setup dovecot yet. will do that later. right now I can send email from my ubuntu 15.04 postfix to my real gmail and it works. however when I send email from my real gmail to this ubuntu postfox i do not get it in postfix. gmail do not give any send error. my domain is test.com its TX mail.test.com points to mailtest.cloupapp.net and in that i have this ubunt postfix06:33
Abhijithow to troubleshoot this?06:33
sarnoldcheck your logs?06:34
sarnoldmake sure you can connect to your mail server from other machines off your network?06:35
sarnoldcan you send mail to your system by hand?06:35
Abhijitits not in my LAN. its on azure.06:36
Abhijithence I used gmail to send email. which is not working.06:36
sarnolddoes azure have anything like amazon's security groups? do you need to open network ports?06:36
AbhijitI will check that.06:36
Abhijitsarnold, so on godaddy in my test.com dns settingsn i only changex mail @ record to mailtest.cloudapp.net. which is a azure ubuntu vps. thats all I need for it to work right?06:37
Abhijitdig shows that MX record for test.com is mailtest.cloudapp.net06:37
Abhijitpriority as 006:37
sarnoldAbhijit: one thing at a time.. can you nc to your MX and send mail by hand?06:38
AbhijitI dont know what is nc. My postfix can send email to my gmail.06:38
sarnoldAbhijit: nc is netcat; it's like telnet, but doesn't try to interpret the data the same way telnet does06:39
sarnoldAbhijit: that's sending; you're trying to troubleshoot receiving, right?06:39
Abhijitright.06:39
sarnoldAbhijit: so nc mailtest.cloupapp.net 25 and try to send an email by hand06:39
Abhijittrying...06:40
AbhijitNCat Connection Timed out.06:41
Abhijitsarnold, ^06:41
sarnoldhey, there we go :) connection timed out usually means that there's a firewall DROPping packets, rather than REJECTing or ACCEPTing packets06:41
sarnoldAbhijit: so, you've got to figure out if it's a firewall on the host, or a firewall run by azure, that's blocking your packets06:42
Abhijitok. I will talk to my azure sysadmin regarding this.06:42
Abhijitsarnold, sure. Thanks for help.06:42
sarnoldamazon calls them security groups (stupid name, I know..) -- hopefully azure's docs will help you find the similar thing with the name..06:42
sarnoldhave fun Abhijit :)06:43
Abhijityeah.06:43
neonixcoderHi team, I am trying to upgrade my machine with do-release-upgrade -f DistUpgradeViewNonInteractive, I am curious to know what other arguments I can pass with -f option?07:27
neonixcoderWhen search online some other day I see many arguments with -f, but unable to find it now..07:28
neonixcoderAny thoughts on this?07:28
lordievaderGood morning.08:14
ObrienDavewaves08:15
=== lukasa is now known as lukasa_away
=== frobware is now known as mcd
=== mcd is now known as frobware
killallHello my /etc/hosts freaks out when i insert some ips09:57
killall17X.221.34.139 my.domain.com09:57
killalland09:57
killall#17x.221.34.171 my.domain.com does not work09:57
ewook17X.221.34.139 isn't an ip.09:57
killallyes i now the X is a number ;)09:58
ewookand #something is a comment.09:58
killallbut the weird is some ips work and others dont09:58
ewookwhat are you editing with?09:58
killallewook, ok09:59
killall176.221.34.171  www.domain.pt domain.pt09:59
killallthis one does not work09:59
ewookIP_address canonical_hostname [aliases...]09:59
ewook192.168.1.10    foo.mydomain.org       foo10:00
ewookdo a man hosts10:00
ewookand look at the examples. your IP www.domain.pt domain.pt is not correct.10:00
killallewook,  why does the  "176.221.34.171  www.domain.pt domain.pt" does not work and " 176.221.34.139  www.domain.pt domain.pt" works10:01
ewookfirst come first serve.10:01
ewookwould be my guess.10:01
killallthat is the only ip there10:01
killallno more ocurrencys of it10:02
ewookseparate them into two lines.10:02
ewookIP www.domain.pt10:02
ewookIP domain.pt10:02
lamontkillall: how does it "freak out"?10:03
lamontewook: multiple names on the same line with one IP is just fine10:03
killalllamont, ** server can't find domain.pt: NXDOMAIN10:03
ewooklamont: second argument is supposed to be an alias.10:03
ewooklamont: so yes, it should work- but duplicate aliases?10:03
lamontNXDOMAIN never comes from /etc/hosts that I've ever seen, always from the DNS... what cmmand is telling you that?10:04
killall nslookup cnt.calmetric.pt10:04
killallthat is the domain i want to resolve10:04
lamontnslookup (on linux, at least, last I looked) says 'please ignore /etc/hosts and query the DNS, kthx"10:04
lamontand should never be confused with gethostbyname(3)10:05
killallwhen it has in hosts the ip ending in 171 it hgives nxdomain but when it has the 139 ending ip it works nice10:05
lamontstrace the nslookup and see if it even opens /etc/hosts?10:05
jamespagerbasak, hey - can you point me at the dpdk stuff again10:05
lamontkillall: that's... strange10:06
killalllamont,  yes it is10:06
lamont** server can't find cnt.calmetric.pt: NXDOMAIN10:06
rbasakjamespage: you mean the work in progress? https://launchpad.net/~smb/+archive/ubuntu/dpdk10:06
jamespagerbasak, thanks10:06
jamespagethat's what I was after10:06
lamontkillall: nslookup on my 15.04 system never opens /etc/hosts10:07
killalllamont, on mine either10:08
* lamont tends to use ping when he wants to see address resolution involving /etc/hosts10:08
lordievaderHow about 'host domain.pt'?10:08
killallbut the strange is works with one ip and not with other, the same happens in firefox the one that nslookup resolvs opens ncie10:08
lamontif it was me, I'd be looking at the differences in strace in the working and non-working cases10:08
killall*nice10:08
* lamont has to run10:09
killallHost cnt.calmetric.pt not found: 3(NXDOMAIN)10:09
killallthe same i will change the ip10:09
lordievadercnt.calmetric.pt != domain.pt?10:10
killallyes the domain.pt was a test the one in hosts is cnt.calmetric.pt10:11
killalland should resolve but no :(10:11
killalli dont get it one ip works and other no10:14
killallthanks :)10:15
killallill try to reboot pc and crack this down ;)10:15
jamespagerbasak, smb: urgh - all of the include header files for dpdk assume  they are in the root of /usr/include (not the subdirectory)10:22
jamespagerbasak, smb: ovs patched to deal with that10:29
jamespagerbasak, smb: are you targetting a specific CPU feature baseline for dpdk?10:44
blob_I'm trying to setup a kiosk PC based on Ubuntu server with nodm, openbox and network manager. I'm having trouble with network manager permissions to allow the logged in user to manage connections using nm-applet. I've been searching and I think the problem is caused by polkit or dbus permissions. If run nm-applet with sudo it works. With a normal user it does not work. If I just try to use nmcli from the terminal I get the foll10:47
blob_If I copy the contents of <policy at_console="true"> to <policy context="default"> in /etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf I can run "nmcli nm", so maybe something is wrong with my session? Even with the modification I can't still configure any interfaces, but at least it may give someone an idea where I should try to look into next?10:50
rbasakjamespage: the plan is for SSE3 only although we want to talk to upstream about runtime detection10:52
jamespagerbasak, the ovs configuration assumes SSE310:52
rbasakOK. AIUI we can't even build without SSE310:53
jamespagerbasak, does that break any cpu compat baseline generally in the archive?10:54
rbasakjamespage: yes. There exist amd64 CPUs without SSE3 AIUI.10:54
ivokshey guys, do you know where is sentiment analysis charm?10:55
rbasakBut currently the build requires SSE3 due to inline assembly I believe, so we have no choice (without taking on the porting)10:55
jamespageivoks, ask samuel in #juju10:55
ivoksjamespage: thanks!10:55
* jamespage ponders about how we enabled this effectively in ubuntu10:57
jamespagerbasak, well I have it building11:09
* jamespage ships it11:09
jamespagelol11:09
jamespageanyway - a start11:09
jamespagehttps://launchpad.net/~james-page/+archive/ubuntu/ovs-dpdk/11:10
jamespagerbasak, do you think the runtime detection will happen in the near term?11:14
=== lukasa_away is now known as lukasa
rbasakjamespage: seems unlikely11:16
smbjamespage, You can work around the headers issue by having a -I that points to your headers top. So they can be in /usr/include/dpdk. We build for default machine type which is sse3 only11:32
smbjamespage, are you using the lib from my package?11:33
rbasakjpds: do you have any plans to update strongswan?11:44
tewardrbasak: ping, i have a question for you, any idea if the TB is meeting today or should I just lurk both meeting channels?12:03
rbasakteward: they're meeting today12:04
tewardabout the same time as the server team?12:04
rbasakteward: add the nginx item to https://wiki.ubuntu.com/TechnicalBoardAgenda I guess?12:04
rbasakteward: yeah, same time.12:04
rbasakteward: #ubuntu-meeting-212:04
tewardrbasak: i'll lurk the channel, my guess is they may bring it up, and if not i'll poke someone on the TB for next meeting - i don't like last-minute agenda items and i bet they don't either12:06
tewardsince they have a "scan the ML for things they missed" item12:07
YamakasY_I have a serious issue with puppet, anyone knows this ? https://tickets.puppetlabs.com/browse/PUP-350112:07
rbasakYamakasY_: not seen it before. I don't think Puppet should be reading system configuration files assuming an encoding set by the locale defined in the environment. That doesn't make sense. It should use what encoding the file is defined to have.12:18
rbasakIn the case of upstart jobs, it doesn't seem to be specified, but UTF-8 would be a reasonable assumption.12:19
YamakasY_rbasak: yes indeed, I have this bug already for months and everyone thought I was nuts12:20
YamakasY_rbasak: so, /etc/environment should be ok and for shell in the init script ?12:21
jamespagesmb, I am yes12:38
smbjamespage, Ah, ok. I put some help for getting builds without their environment into README.debian though I guess that is too late now12:39
YamakasY_rbasak: ?12:40
rbasakYamakasY_: setting a UTF-8 locale in /etc/environment is a sensible thing to do anyway, and might work around that bug making it a low priority in terms of actual user impact.12:44
rbasakYamakasY_: but I think it's a bug that puppet assumes that system configuration files are encoded in the user's environment locale encoding. Instead it would use the encoding defined for the file its reading12:45
rbasakit's12:45
YamakasY_rbasak: ok, weird thing is, when I reboot the machine it gets the error, but when I restart it from shell with LANG in my init script it works again12:45
YamakasY_rbasak: so what would you set ? the puppet guys say it's always someone else his problem ;)12:53
rbasakYamakasY_: if it were me? Given it's puppet, I'd just modify the configuration file to be US-ASCII to work around the problem, and make the point in the bug that it is really a bug since the file encoding is not defined to be the same as the environment defined locale encoding.13:02
YamakasY_rbasak: I agree, bunch of morons they are :P13:03
rbasakThe chef bug they refer to is a little different since it's a chef template so chef get to define the expected encoding.13:03
YamakasY_yap!13:03
YamakasY_but they don't say that ;)13:03
YamakasY_puppet guys always think they are right13:03
rbasakYamakasY_: mind your conduct please. http://www.ubuntu.com/about/about-ubuntu/conduct13:04
YamakasY_rbasak: no but this is known for months and they don't admit it13:04
rbasakI think they deserve the benefit of the doubt. At least put the argument to them clearly in the bug.13:04
YamakasY_it's annoying as all kinds of fixe's don't fix it13:04
YamakasY_no matter what I do, every reboot gives the same issue13:05
YamakasY_I need to restart puppet manually to get UTF-813:05
FunnyLookinHatAre any of you familiar with uvt-kvm?  I can't figure out how to restart a kvm that I shutdown.13:17
YamakasY_rbasak: it seems undoable13:17
rbasakFunnyLookinHat: virsh start <name>13:19
FunnyLookinHatrbasak, thank you!13:19
FunnyLookinHatWas trying to find a uvt-kvm command and none seemed to exist  :)13:19
jamespagesmb, meh - it was pretty easy to figure out - tiny patch to ovs to make it work13:23
jamespagesmb, I'll probably work on some sort of auto-detection as well13:23
jamespageso --with-dpdk just works13:24
smbjamespage, Yeah, ideally there would be a pkg-config info file... though not (yet) from upstream13:25
=== alai1-afk is now known as alai1
YamakasY_rbasak: any other options ?13:27
rbasakYamakasY_: can you not just modify the file to be US-ASCII?13:29
YamakasY_rsalveti: which file, the pp ?13:31
rbasakYamakasY_: /etc/init/php-fpm.conf or whatever file is causing the issue13:31
YamakasY_rbasak: the php5-fpm restart13:32
YamakasY_rbasak: would not be nice13:32
tewardrbasak: sarnold: in other news, *actually usable debug data in nginx bugs now!*  https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1476656, https://launchpadlibrarian.net/212180277/SystemctlStatusFull_Nginx.txt.txt, E:NotABug14:00
ubottuLaunchpad bug 1476656 in nginx (Ubuntu) "package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New]14:00
rbasakteward: \o/ good job!14:01
ws2k3i have setup an ldap server. but when my ldap server is offline i cannot login in my ubuntu servers anymore how can i resolve this issue?14:03
tewardrbasak: I'm going to Invalid the -5ubuntu3 ones, and say to file a new bug if an upgrade or install to -5ubuntu3.1 triggers the issue14:04
tewardrbasak: but we NOW KNOW that 1476656 is user/server config error - look at that bug's DpkgHistoryLog14:05
tewardrbasak: they installed Apache first, and probably didn't shut it off14:05
tewardbut seriously, USABLE DEBUG DATA!  *dances a happy dance, before deciding he needs coffee and goes off to find some*14:05
tewardrbasak: pretty certain we as the server team may need to issue a notice in Release Notes that the default Apache and default Nginx configurations can't be run side-by-side because they are designed to 'just work' out of the box without any additional configuration.14:11
=== athairus is now known as afkthairus
=== quantic_ is now known as quantic
thebwthowdy guys, I do a small repo of custom deb packages, and I'm having a rough time getting unattended upgrades to update our repo. Anyone got a good article on repos, their metadata andhow that interacts with everything? we've poured over man pages but I was hoping there was a good flat article out there that someone may know of.15:08
ilivDoes do-release-upgrade select the right mode automatically?15:08
=== dantalizing_ is now known as dantalizing
=== vassie_ is now known as vassie
=== alai` is now known as alai1
tewardso, general question, anyone got any insights on https://bugs.launchpad.net/nginx/+bug/1476296 per chance and what init file should be in place?15:59
=== dames is now known as thedac
=== markthomas|away is now known as markthomas
=== dariusc93 is now known as darius93
Davieyteward: Nicely done, RE: TB /Nginx17:00
tewardDaviey: thank you!17:01
tewardrbasak had a hand in it, i lagged briefly and he was able to chime in as well17:01
Daviey:)17:01
tewardDaviey: initially looked like they were "Why is this here" but I did refer to your suggestion referring it to TB17:01
tewardI honestly didn't expect a decision today, i just wanted it to be looked at as soon as possible because of the Wily impact17:02
tewardgiven the vote and the conditions set forth i'm fairly comfortable doing a merge of 1.9.x to Wily, following through up to Feature Freeze, and leaving it, merging again the moment X is open.17:03
tewardprovided that's still the general agreed-upon track17:03
tewardwhich it should be based on rbasak, jcastro, yourself, and sarnold17:04
tewardand me :)17:04
Davieyteward: If you need a hand with sponsorship, let me know.17:04
tewardDaviey: i have upload rights, so sponsorship isn't a huge concern anymore17:04
Daviey(I'm sure rbasak will be happy to aswell)17:04
jcastroo/ awesome work fellas17:04
tewardDaviey: i'd be glad for a sanity check though17:04
DavieyOh! I forgot that.. nice17:04
tewardif you're offering :)17:04
tewardjcastro: thank you!17:05
jcastrodid we send you an ubuntu server team shirt or something yet?17:05
rbasakDaviey: we'll still need review from the release team before executing the FFe during X development if you'll be around to help with that please :)17:05
teward^ that17:05
tewardjcastro: not yet, i never translated the US shirt size I wear to UK shirt sizes for that to be sent my way17:05
tewardgot a tad busy with school, work, and other things :)17:06
jcastrook, lmk. It's easy to translate, just go up one size or two.17:06
jcastrothough it can seem that a UK Small is a US XXXXXL.17:06
tewardheheheheh17:07
* rbasak still has a XXL Heroku shirt or something that doesn't fit him17:07
rbasakI never really understood what's going on there17:07
tewardheh17:07
tewardjcastro: if you want to do the conversion, I wear US sized XL due to being taller than average so large shirts don't fit me xD17:08
jcastrook, just mail me your shipping adress and I'll sort it for you, jorge@ubuntu.com17:08
tewardwill do, that'll be coming in now17:09
tewardjcastro: the confusing part will be the estimated date of arrival - if you estimate it to arrive after August 7 I have to have you mail to one address, or another if before August 717:12
teward:/17:12
tewardi hate complex schedules17:13
tewardshoudl be in your inbox now17:13
tewardI'm going to get something to eat, then rebase the merge diff17:13
sarnoldteward: yes! that's awesome :)17:17
tewardsarnold: indeed!  This is definitely a plus, and thanks to the TB.  The apport hooks in there WORKING for postinstallation failed bugs though is ALSO a plus17:20
tewardbecause now we know that some people fail at configurations17:20
tewardor fail to understand that both Apache and nginx have 'just works' defaults17:20
tewardrather than17:20
teward'designed to run side by side and not cause a multitude of infinite other problems'17:20
* teward shrugs17:20
sarnoldteward: now you just need to keep that text handy for easy copy-n-paste :)17:28
tewardsarnold: heh17:41
=== markthomas is now known as markthomas|away
=== arlen_ is now known as arlen
=== Laogeodritt| is now known as Laogeodritt
=== CiPi is now known as cipi
=== cipi is now known as CiPi
=== markthomas|away is now known as markthomas
med_smoser, your ears should be burning20:29
med_how does LXD get config drive data?20:29
med_and does cloud-init handle a "pre-mounted" filesystem20:29
med_^ utlemming20:30
smoserwell the second bit is not reallycloud-init. its systemd or upstart. and that is just part of booting in lxc (or lxd). so thats worked for quite a while.20:30
med_nod thanks20:30
smoserthe first part is new, and is in the works.20:30
smosercurrently, lxd will seed the nocloudnet datasource20:30
med_nova would like to NOT support XFS mounted drive20:30
med_(that parallels pushed)20:31
smoser(this is how lxc-clone does in old lxc also)20:31
smoserin the hopefully not distant future, cloud-init will read data from /dev/lxd20:31
med_nod.20:31
smoserparllels pushed to nova-what ?20:31
med_apparently s/xfs/ext4320:32
med_sorry, using ext4 instead of iso966020:32
med_for cloud-init data20:32
smoseras they want the libvirt driver to do it ?20:32
med_bindmount is being proposed20:32
smoserah. i see.20:32
smoserfor config drive.20:32
smoserright. ok.20:32
med_not sure libvirt even comes into it.... and very sorry I conflated xfs/ext4...20:33
smoserso yeah, we talked about this for lxc also20:33
med_yes, config drive20:33
smoserer.. for lxd.20:33
med_that's kind of why I poked you... we heard lxd was interested in the same ext4 approach20:33
med_s/we/openstack nova mid cycle/20:33
smoserwhatnova should do is jus create the data and prior to start put it in a well known path20:33
med_perfect, that's what's proposed now20:33
med_mikal ^20:34
smoserit could attach a disk, and then cloud-init would actually try to work20:34
smoserbut the kernel wouul (hopefully) NACK its attempt to mount the /dev/XXX device20:34
smoserubuntu is looking to make mounting of some filesystems in a user namespace actually safe20:35
med_ah.20:35
med_that's good too.20:35
smoserthat would allow you to actually attach a block device and safely mount it20:35
smoserfrom inside the container (cinder)20:35
smoseras without that, you're stuck inside the container with fuse.20:35
smoserand iirc thats even only on ubuntu kernel20:35
med_nod20:36
mikalHi, coming to this late because I was being ragey in person20:47
mikalSo, parallels merged support for a loop mounted ext4 config drive into the libvirt driver20:47
mikalWhich we didn't love20:47
mikalSo we're reverting it20:47
mikalThe new plan is to allow the ocnfig drive code to generate to a specified path, which can then be added into the contianer20:48
mikali.e. no loop mount required20:48
Lukeis there an ubuntu dev channel?20:50
TurBossHi21:08
TurBossI have a headless server running 14.04.0121:09
TurBosstoday it refuses to boot network so i put a livecd and chrooted into21:09
TurBosscan't ping can't ssh21:09
TurBossserver is on remote place21:10
TurBossi can only use a livecd to troubleshot21:10
TurBoss/etc/netowork is fine /etc/hosts is fine /etc/hostname etc...21:11
TurBossi can ping the internet on the chrooted enviroment but when i boot from hdd ir refuses to give netowerk acces21:11
TurBosswhat i can do to solve my problem21:11
TurBossso i'm on chroot via ssh21:12
TurBossthat works21:12
TurBoss:)21:12
=== SL-89 is now known as Vodka_Gobalsky
=== TREllis_ is now known as TREllis
TechIsCool_I have a question about net-snmp-config I can't seem to find it on ubuntu21:59
TechIsCool_where is it located21:59
tarpmanTechIsCool_: the search tool on packages.ubuntu.com suggests it's in libsnmp-dev22:02
TechIsCool_tarpman: Awseome thank you22:03
tewardLuke: if you're still looking for the Ubuntu Devel channel, visit #ubuntu-devel22:05
=== YamakasY_ is now known as YamakasY
=== _thumper_ is now known as thumper
tewardbecause i'm tired, would anyone like to sanity-check an nginx merge debdiff for me before I bother uploading it, please?  Sanity checks are nice...22:51
tewardmight ask in -devel if no response here :)22:51
Davieyteward: Would rather look at it with fresh eyes tomorrow...22:52
tewardDaviey: works for me22:52
tewardi don't plan on uploading tonight anyways :022:52
tewardDaviey: For the record, https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1476811 is the bug22:52
ubottuLaunchpad bug 1476811 in nginx (Ubuntu) "Please merge nginx 1.9.3-1 (main) from Debian unstable (main)" [Medium,In progress]22:52
tewardthere's two debdiffs there - one's the actual merge, one's the 'compare to debian' sanity-check :P22:52
tewardwhich looked sane to me, but eh22:54
tewardwe're both tired so meh :P22:54
tewardrather have it be sane than fail22:54
tewardi've done that before too, fail with uploads22:54
Davieyteward: Yeah, having both makes sense... as a reviewer, i tend to prefer debian->ubuntu or ubuntu->ubuntu if it is smaller.22:57
tewardDaviey: i always include both when it's a merge from Debian22:57
DavieyHad a quick look, source_nginx.py seems missing from declared remaining changes?22:57
tewardDaviey: already in?22:57
tewardchangelog 1.6.3-5ubuntu422:58
tewardalready uploaded to wily :)22:58
tewarddon't forget - it's not in Debian22:58
tewardoo shit right i forgot in remaining chagnes22:58
tewardi'm tired22:58
teward:)22:58
* teward respins for the changelog22:58
tewardi keep copies of my merge dir lol22:58
tewardDaviey: thanks for that, i almost forogt o.O22:59
Davieyteward: The rest of it looks tidy, but i'd rather look with non-sleepy eyes22:59
DavieyAnd on that note, nn.23:00
tewardgood night, i'll update.23:00
jak2000why i cant install ubuntu64 on a vmware ? i gave to this pc: 40gb hdd and 2 gb ram,  and say:  http://postimg.org/image/miqvfxcoz/23:14
tewardjak2000: you have to turn on virtualization in the host's BIOS23:15
tewardyou should read the numbers it specifically says there23:15
sarnoldjak2000: reboot your computer; smack f1 and del keys to try to get into the bios. look around for "Virtualization extensions" or "VT" support, and turn that to "Enabled", save, and reboot23:15
teward^ that23:15
jak2000need upgrade the vios of the pc?23:15
tewardjak2000: not usually23:15
sarnoldprobably not23:15
tewardjak2000: usually you just have to "Enable" a feature that's present already but 'disabled' in the bios23:16
tewardit's a configuration value23:16
tewardnot an update/upgrade/bios reflash23:16
jak2000ups i am remotely23:16
tewardthen you're stuck23:16
bekksjak2000: So use the remote interface of your server.23:16
teward^ that though is an option :P23:16
jak2000its a normal pc23:16
jak2000with 8gb ram23:17
sarnoldyou can probably change it with lights-out or ipmi or whatever23:17
tewardexcept if it's a plain old desktop23:17
teward(might not be present)23:17
sarnoldoh. call your hoster?23:17
jak2000no no old desktop it have win823:17
sarnoldthey may have a "remote hands" service23:17
jak2000:)23:17
jak2000mmm no way23:17
jak2000not know about pcs,23:17
tewardjak2000: 'plain old' is a phrase - it means it's a standard desktop that most end users have23:17
jak2000thanks23:17
tewardrather than 'old desktop'23:17
tewardit's not an actual indicator of the age23:17
jak2000:)23:18
tewardnow, me saying "This old-as-sin POFS server is evil.", well...23:18
sarnoldjak2000: "turn on VT" ought to be within their skills, regardless of hardware..23:18
jak2000ok23:18
jak2000i am on  my laptop23:18
jak2000restarting23:19
bekksjak2000: How would that help you? :)23:19
sarnoldwait..23:19
sarnoldis your vm host remote or local?23:19
tewardjak2000: we don't mena on your laptop we mean on your desktop23:19
tewardjak2000: you need to make the change at the DESKTOP that's running VMware Player23:20
tewardNOT on your Laptop23:20
teward... i bet he quit23:20
tewardand we'll have to wait23:20
jak2000teward yes i understand23:20
jak2000but for test, and see the option23:20
tewardjak2000: so which syste are you restarting23:20
sarnolddifferent bios vendors will put it in different locations23:20
teward^ that23:20
tewardand different manufacturers do so to23:20
tewardand can rename it to something similar but different23:20
teward(Dell called it "Enable virtualization extensions" in the Latitude E6500's BIOS, it's different in the latest BIOS versions and such)23:21
jak2000i have a laptop and see this option disabled:23:35
bekksThe option on your laptop is irrelevant.23:36
teward^ that23:36
tewardjak2000: it's IRRELEVANT what it's set to on your laptop23:36
bekksThe option on your desktop pc is important.23:36
jak2000Intel Virtual Technologiy23:36
tewardjak2000: you need to look at the BIOS on the DESKTOP23:36
jak2000ok23:36
sarnoldjak2000: it's usually disabled by default: https://en.wikipedia.org/wiki/Blue_Pill_(software)23:36
tewardand it's USUALLY disabled by default23:36
teward(most end users aren't doing virtualization, and the ones that are know how to power-user the BIOS to make it work)23:36
jak2000oki23:37

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