/srv/irclogs.ubuntu.com/2017/07/18/#ubuntu-server.txt

chodsonHey Guys, I am trying to directly ssh into a ubuntu container running on lxd. I've created it with a bridge but it keeps giving me permission denied (publickey)00:27
chodsonthe auth log on the container says that the lxd host ip is closing the connection00:27
Epx998hmm ive run into that problem before00:34
sarnoldEpx998: do you recall what the solution was? i'm guessing either (a) the cloud-init didn't copy over the key or (b) the username didn't match00:35
sarnoldpity he's already left and we'll never find out00:35
Epx998trying to remember what I was doing when I got that error00:40
hehehechodson do u use appamor?00:45
hehehelol should be penalty 5 usd if you quit within 30 min after asking question00:46
Epx998im ocd'ing on this centos7 kickstart cfg hmmm maybe i should go home00:53
=== v12aml_ is now known as v12aml
=== freeflying__ is now known as freeflying
=== semiosis_ is now known as semiosis
=== arosales_ is now known as arosales
=== thebwt_ is now known as thebwt
=== shanesveller_ is now known as shanesveller
=== coreycb_ is now known as coreycb
cpaelzergood morning05:02
=== hehehe is now known as Guest13817
=== Guest13817 is now known as hehehe
lordievaderGood morning06:29
=== patsToms_ is now known as patsToms
naccrbasak: fyi, i think you didn't push any tags for import of scim-chewing10:19
naccrbasak: which breaks the linter10:19
naccrbasak: or was the atomic thing  you were mentioning?10:20
=== andol_ is now known as andol
=== ahasenac` is now known as ahasenack
=== ahasenack is now known as Guest49405
=== JanC is now known as Guest76357
=== JanC_ is now known as JanC
rbasakOdd_Bloke: one for you I think? https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2017-July/017554.html14:07
tewardsarnold: anything that's not a dynamic module will be static-compiled into that specific package.14:36
tewardsarnold: email is faster by the way14:36
tewardsarnold: wrt that specific module you pinged about, it's a dynamic module - `libnginx-mod-http-echo` - it can be added by a user at their discretion.14:38
tewardthere's a 'static' compile element and a 'dynamic' element - static compile is why all the flavors conflict with each other still because they still build static binaries.  Dynamic modules are the exception14:38
tewardand they can be built and then included individually.14:39
tewardsarnold: pre-1.12, everything's static compiled in, so it's only referenced at build time.14:39
teward1.10.3 (Zesty/Artful) and 1.12.x are really the first time we've rolled out dynamic modules.14:40
tewardbut thats the standard now - if it can be built dynamically it needs to be added as its own package; if not, it needs to be static-compiled in.14:40
tewardsarnold: we also have a modsecurity 'headache' - that thing isn't trivial to update.14:40
tewardso if there's a 'patch' that needs to deploy to fix something in modsecurity we usually have to just update the whole module rather than nit-pick a patch.14:41
tewardsarnold: also sorry for not being awake - yesterday was a cluster**** once I got home.14:41
=== __Yiota is now known as Floos
=== Guest49405 is now known as ahasenack
sarnoldteward: I'm sorry to hear it :( thanks for the information17:30
tewardsarnold: no idea what version was in use, but if it's not got the libnginx-* module packages, they're all static compiled and that's referenced only during build time.18:07
tewardjust saying :)18:07
sarnoldteward: <318:07
sbeattiejamespage: hey, do you know what changed in ceph 12? samba in artful FTBFS against the version of cph in artful-proposed...18:26
Steve[cloud]lordievader: hey man, thanks for the help yesterday19:23
Steve[cloud]in case you may be interested, I eventually found a solution19:23
Steve[cloud]http://stevemcgrath.io/2017/07/docker-containers--network-sniffing/19:23
GMBeniaminHello guys. Is this the right place to cry about having a problem regarding ubuntu server networking?20:33
GMBeniaminAnyone?20:37
sarnoldGMBeniamin: you may get more results if you pastebin what's going on..20:42
Epx998network, 2 cups with a string between them. network.\20:44
GMBeniaminIt's first time when I am trying this and I don't want to post walls of text in the wrong place.20:45
GMBeniaminI have a brand new supermicro SuperServer 6028R-TRT. I installed ubuntu server on it and I am trying to connect to internet. I am trying to do that via a MODEM + SWITCH (with management). However, even if it seems that it is configured correctly in /etc/network/interfaces, there is not internet connection. Using the same IP, Netmask, Gateway and DNS on a windows laptop the internet works.20:47
sarnoldGMBeniamin: is your modem a NAT firewall? or simple bridge?20:53
sarnoldGMBeniamin: if it's a NAT firewall, can you ping it directly?20:53
GMBeniaminI am still pretty new to networking in general so it may be difficult to speak the same language but: from the server I can ping my IP, not anything else. Also, I forgot to mention, I got a static IP. I can ping my gateway from outside my static connection.20:56
Epx998he said modem and I immediately thought dialup21:02
Epx998GMBeniamin: Did you verify your gateway?21:03
GMBeniaminI can ping the gateway from outside the network. How else could I check it? I think there is a problem with something I set up on the server because the same connection works great on the windows machine. The server has something called IPMI 2.0 but I could actually access it. I am using the right ethernet port.21:07
Epx998You can ping the gateway from an external IP, from your laptop but not the server?21:14
GMBeniaminYeah. From an external IP I can ping the gateway. I can't ping it from inside the machine. From the machine I can only bing my main IP. However, I can ping the gateway externally even if the cable is not plugged in the server's port, which puzzles me even more.21:15
Epx998use pastebin to paste the contents of /etc/network/interfaces ?21:15
Epx998and maybe output from route ?21:16
Epx998doh no one entered these new servers to dhcp21:17
GMBeniaminI have to learn how to use pastebin and I don't know how to copy the output from the server. Let me think of an efficient alternative.21:18
sarnoldif it had internet access then the pastebinit tool would be very helpful :)21:19
GMBeniaminI am typing everything manually.21:20
Epx998i'd use pastebin21:22
Epx998or gist hub, nvidia blocks pastebin21:22
GMBeniaminhttps://pastebin.com/6Akfm3ei21:26
GMBeniaminDid my best in copying it exactly. I used route -n command and copied the results.21:27
sarnoldGMBeniamin: I think the 'broadcast' is incorrect there, it shouldn't end with .25521:32
sarnoldGMBeniamin: fiddling with http://www.subnet-calculator.com/cidr.php gives a range 82.79.76.0 - 82.79.76.31  -- I think the .31 should be the broadcast address for your network, no?21:32
GMBeniaminI set up it up manually because I thought it must be *.255. Should I delete it from the interface or replace 255 with 31?21:33
sarnoldtry replacing the 255 with 3121:33
GMBeniaminI did and used sudo ifdown eth0 && ifup eth0 for update. Used ifconfig and it got updated, but there is still no internet connection.21:35
sarnoldcan you ping 82.79.76.1 ?21:37
GMBeniaminWhen I do that from the ubuntu machine is tells me: From 82.79.76.20 Destination Host Unreachable.21:39
GMBeniaminFrom another connection ping 82.79.76.1 works.21:40
gheorghe_ocata openstack-dashboard upstream is already 11.0.3, however ubuntu cloud ocata packages only deliver 11.0.2 ... is there any way to get in contact the packagers and ask them to update the packages?21:42
gheorghe_11.0.2 has a bug that is really annoying. 11.0.3 fixes it21:42
GMBeniaminAny other suggestions?22:13
=== Foritus_ is now known as Foritus
=== hehehe is now known as Guest74698
=== Guest74698 is now known as hehehe

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