/srv/irclogs.ubuntu.com/2018/12/08/#ubuntu-server.txt

masonI'm having a braino. I installed a Bionic server, and when I look at available CPUs it doesn't show any IBRS models.03:44
masonI'm not sure why this is. My (bionic) desktop shows them.03:45
=== frickler_ is now known as frickler
ThKittenhey guys, I need some help right quick with trying to install some software. I keep getting the following, and despite all my googling, I've found no good solutions for the issue: https://pastebin.com/DD93a3Ce17:57
OerHeks"You need to both download the key signature and add it ot the apt keyring. They provide a deb package that does it all for you - apt.typesafe.com/repo-deb-build-0002.deb18:06
OerHekshttps://unix.stackexchange.com/questions/448315/ubuntu-apt-get-update#comment813518_44831518:06
=== mfo_ is now known as mfo
ThKittenOerHeks:  If you look at the comment under that, you'll see that this solution does not work. I too have done this, and it doesn't work at all18:08
OerHeksThKitten, then ask their forum??18:09
mybalzitchor read the apt-secure man page18:13
ThKittenI was able to work around it, I'm having a different issue, no one is responding in #nginx. On the setup page here: https://github.com/ornicar/lila/wiki/Lichess-Development-Onboarding it has a nginx config there I can copy and paste. I'm wanting to setup this app under www.website.com/chess. The main site is already setup to utilize a wordpress site. Any way I can do this??18:34
ThKittenany thoughts OerHeks?18:50
tewardThKitten: that would only work *if* the app you're trying to run can support being run under a sublocation18:51
teward*most* don't support that18:51
tewardit'd be easier to run as a separate subdomain for website.com and just leverage nginx on the same box18:51
ThKittenunfortunately this absolutely MUST run under a sublocation. Having a separate domain name is not possible18:51
tewardthen I think you're out of luck18:52
tewardand I didn't say separate domain name18:52
tewardi said subdomain.  which if you own the domain is as simple as a second DNS entry18:53
ThKittenhmm alright18:54
tewardThKitten: briefly looking at that project it *looks* like it's designed to sit in its own domain or as the root location, rather than in a sublocation.  Getting such apps to work in locations underneath the root domain can be VERY difficult18:57
kinghatapt cant use a repo over https by default?20:10
kinghatlooking into docker and step #2 wants that: https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository20:11
kinghatapt doesnt allow repos to use https by default?*20:12
kinghathttp://paste.debian.net/hidden/fc83c479/20:18
kinghatthis is on desktop but just figured https was default?20:19
kinghatim probably just misunderstanding something20:19
=== Greyztar- is now known as Greyztar
OerHeksno, http is default, install that package apt-transport-https andit will work?20:22
kinghatyep i guess my sources file show all http.20:23
kinghatwait nvm, yarn shows https?20:23
kinghathttps://usercontent.irccloud-cdn.com/file/11wKE7sT/image.png20:24
OerHekswell, it is not hosted by us, so it could be https, and you need that transport-https too20:26
kinghatwell neither is docker but it says it needs https20:27
OerHeksyay, you found out some 3rd party repos use https20:28
kinghati mean is it not really using https?20:31
OerHeksi think https is the only way to acess those, so i guess you would have transport-https already, or never installed docker and such20:32
kinghatya i didnt have `apt-transport-https` but yarn never told me to get it and it installed fine. which is why im asking why docker says i need it?20:33
kinghatand now: http://paste.debian.net/hidden/971e9eca/20:34
OerHekssudo apt-get install docker-ce=<VERSION>20:36
OerHeksapt-cache madison docker-ce  # this shows the versions, from your own url https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce-120:37
kinghatthats to install a specific version i thought. previous instruction is `sudo apt-get install docker-ce`20:41
OerHeksdid you run apt update && apt full-upgrade before installing?20:44
kinghatya20:44
OerHeksso if your method did not work, does the correct one do the job?20:45
kinghatmy method? i followed their directions..20:49
OerHeksapt-get install docker-ce did not work, right?20:50
kinghathttp://paste.debian.net/hidden/006a631a/20:50
OerHeksand the output of apt-cache madison docker-ce ?20:52
kinghatnothing20:54
OerHeksi see, only test and nightly20:56
OerHekshttps://download.docker.com/linux/ubuntu/dists/cosmic/20:56
OerHeksso edit the sourses.list.d/ docker.file20:57
OerHeksoh, a bug report that says it is not a bug https://github.com/docker/for-linux/issues/44220:58
OerHeksfor stable, stay on 18.0420:58
OerHeksofcourse, i run LTS now, after 10 years of testing anything20:59
kinghatdamn i forgot im on cosmic21:01
OerHeksthen nightly it is ..21:04
kinghatim moving back to LTS anyways.21:05
kinghatill just install the deb as this install wont be around much longer.21:06
kinghatwat? http://paste.debian.net/hidden/59e5e3e1/21:16
kinghatremoved the other pkg but still: http://paste.debian.net/hidden/d6289aaf/21:21
kinghathmmm http://paste.debian.net/hidden/5d0749ad/21:38
OerHeksmaybe the wrong ppa line causes this?21:43
kinghati remove the source and installed the one from the ubuntu repo21:46
kinghatwhich was suggested in that git issue your posted above.21:47
kinghateverything installed fine on LTS22:17
OerHeks:-)22:21
masonAnyone know where qemu-kvm keeps CPU definitions? I spun up a new hypervisor and I'm not seeing -ibrs CPU variants available for guests.23:24
mason(Bionic.)23:25

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