kaleidoscope | hi guys | 00:34 |
---|---|---|
kaleidoscope | need some helping fixing an apt-get issue. | 00:34 |
kaleidoscope | i can't seem to connect to any update servers without apt-get saying could not resolve '<url>' | 00:35 |
kaleidoscope | i can ping address (ping 8.8.8.8) but nothing with dns | 00:36 |
Latrina | kaleidoscope, DNS issue? | 00:36 |
kaleidoscope | Latrina: exactly. but i have one DNS installed which points to my gateway | 00:37 |
Latrina | can you ping external DNS other than any APT repos? | 00:37 |
kaleidoscope | i can ping google's DNS (8.8.8.8) perfectly | 00:37 |
Latrina | can you ping the domain name? | 00:38 |
Latrina | 8.8.8.8 does not belong to a domain name afaik | 00:38 |
kaleidoscope | Latrina: i believe not, i'm not exactly sure i set a domain name? | 00:39 |
kaleidoscope | domainname returns (none) | 00:39 |
Latrina | a domain name is the url | 00:39 |
Latrina | anyways add some DNSs in /etc/resolv.conf | 00:39 |
Latrina | like 80.80.80.80 and 80.80.81.81 | 00:40 |
Latrina | or whatever you like best | 00:40 |
Latrina | than fix your DNS server | 00:40 |
kaleidoscope | Latrina: gotcha, but the resolv.conf warns not to input any DNS entries? wouldn't a reboot wipe out the changes? | 00:41 |
Latrina | I am not sure honestly. My DHCP controller deal the whole thing | 00:47 |
Latrina | and I don't quite do network or system administration on linux, particularly on ubuntu | 00:48 |
kaleidoscope | Latrina: same here, i usually left it up to default install. | 00:48 |
kaleidoscope | it's okay, i found the solution. apparently my /etc/hosts file was error'd | 00:49 |
kaleidoscope | '127.0.0.1 localhost.localdomain localhost' this line was missing, which caused the problems | 00:49 |
Latrina | https://help.ubuntu.com/lts/serverguide/network-configuration.html | 00:49 |
Latrina | this wiki page has the solution to your answer on how to setting DNS statically | 00:50 |
Latrina | okay | 00:50 |
kaleidoscope | gotcha, thank you for the help! | 00:50 |
Latrina | no worries | 00:50 |
=== sleepypc is now known as hypermist | ||
cpaelzer | good morning | 05:53 |
=== lordievader is now known as Guest95054 | ||
=== JanC_ is now known as JanC | ||
=== popey_ is now known as popey | ||
adrian_1908 | hello. Anyone familiar with Nginx? Can the `ssl_session_cache` setting be set only once for the entire Nginx configuration? I thought it might be per-site, even the one shared accross workers, since it can be defined in the `server { … }` blocks. Anyone know? | 10:54 |
fallentree | adrian_1908: yes. context: http, server http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_session_cache | 10:59 |
adrian_1908 | fallentree: "Each shared cache should have an arbitrary name" Arrr, I missed that part. I had them set with the same name. | 11:00 |
=== dannf` is now known as dannf | ||
zioproto | coreycb: hello, you guys had a good summit in Boston ? | 13:41 |
coreycb | zioproto: hello, yes it was a good summit | 13:46 |
=== gimmic_ is now known as gimmic | ||
mwhahaha | coreycb: are you guys aware that the last update (pike m1?) seems to have a broken osc client? http://logs.openstack.org/53/464553/1/check/gate-puppet-nova-puppet-beaker-rspec-ubuntu-xenial/2a0b871/console.html#_2017-05-15_12_16_20_658041 | 14:10 |
coreycb | mwhahaha: hi, yes i believe so. jamespage, is that the same issue you were hitting? | 14:13 |
mwhahaha | anyway to get that fixed as it's royally fubared our ci | 14:13 |
* jamespage looks | 14:14 | |
jamespage | that's 3.9.0 of osc | 14:16 |
jamespage | hmm looks like I need to rev on keystoneauth1, osc-lib and openstackclient itself | 14:24 |
jamespage | mwhahaha: are you running against proposed or updates for pike? | 14:24 |
mwhahaha | updates | 14:24 |
mwhahaha | (pretty sure) | 14:24 |
mwhahaha | something flipped last friday and broke everything | 14:25 |
mwhahaha | https://github.com/openstack/puppet-openstack-integration/blob/master/manifests/repos.pp#L6-L10 which defaults to updates https://github.com/openstack/puppet-openstack_extras/blob/master/manifests/repo/debian/ubuntu.pp#L47 | 14:26 |
jamespage | mwhahaha: yeah pike1 dropped into updates last friday | 14:27 |
jamespage | (and no we'd not seen this issue - but our test endpoint is not coupled with the target cloud in the same way the puppet gate tests are) | 14:27 |
mwhahaha | you should one of our scenarios in your testing ;) | 14:28 |
=== dames is now known as thedac | ||
jamespage | mwhahaha: it will take a bit to work this through - have three layers of versioned depends to land | 14:33 |
Ussat | Has anyone here had to set up a *nix system on a wired 802.1X protected network ? | 14:37 |
jamespage | awesome keystoneauth1 does not like py3.6 | 14:40 |
=== avis- is now known as Guest66990 | ||
=== jdstrand_ is now known as jdstrand | ||
pmatulis | caribou, o/ | 16:49 |
=== jdstrand is now known as jdstrand_ | ||
=== jdstrand_ is now known as jdstrand | ||
ahasenack | I can't install mysql-server-5.7 in artful, this looks like is the error: | 20:11 |
ahasenack | May 15 20:10:26 artful systemd[7938]: mysql.service: Failed at step KEYRING spawning /usr/share/mysql/mysql-systemd-start: Permission denied | 20:11 |
ahasenack | has anybody seen this before? | 20:11 |
ahasenack | I'm using an artful lxd container on xenial | 20:11 |
ahasenack | dmesg is clean, no apparmor messages | 20:11 |
duckydan | This may be super-basic, but is mysql-systemd-start set to be executable? (chmod +x) | 20:22 |
ahasenack | yes | 20:24 |
ahasenack | worked on artful bare metal | 20:35 |
ahasenack | must be lxd related, I'm asking there | 20:36 |
ahasenack | why is mysql-server-5.7 in xenial-updates ahead of artful? | 20:58 |
ahasenack | mysql-server-5.7 | 5.7.17-0ubuntu1 | artful | amd64, arm64, armhf, i386, ppc64el, s390x | 20:58 |
ahasenack | mysql-server-5.7 | 5.7.18-0ubuntu0.16.04.1 | xenial-updates | amd64, arm64, armhf, i386, powerpc, ppc64el, s390x | 20:58 |
arooni | why am i getting a 'connection refused' when i try to ssh to my ubuntu server from my ubuntu laptop? i checked netstat and its listening on my non standard ssh port tcp 0 0 0.0.0.0:22222 0.0.0.0:* LISTEN - ... i can connect when NOT from behind my unlimited VPN. why would this be happening? | 21:10 |
nacc | arooni: you can look at the logs on the server or run, perhaps, `ssh` with -vvv. | 21:16 |
=== JanC_ is now known as JanC |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!