/srv/irclogs.ubuntu.com/2018/04/03/#ubuntu-server.txt

NginUShow to replace dhcp-assigned dns while keeping dhcp-assigned address without uninstalling resolvconf?02:53
TJ-NginUS: configure the dhclient to ignore the nameservers it's passed so it doesn't pass them to resolvconf02:59
TJ-NginUS: I think you need to add to the dhclient.conf something like "prepend domain-name-servers 127.0.0.1;"   - see "man dhclient.conf"03:07
NginUSHey thanks, that worked. Tried using 'supercede' first but it wouldn't take- so 'prepend' just adds 2 more on top, so there's 4 now but whatever04:12
NginUSSomehow now I have to reboot since "sudo service networking [stop,start,restart]" stopped working somehow...04:13
NginUSI can resolve URLs, but ipleak.net says I fail all 100 DNS server tests- have no DNS.. wtf?!04:23
cpaelzergood morning05:06
lordievaderGood morning06:05
cpaelzergood morning lordievader06:13
lordievaderHey cpaelzer06:13
lordievaderHow are you doing? Did you have a good easter?06:13
cpaelzeryeah, I hope you as well lordievader06:17
lordievaderYes, have eaten way too many eggs :)06:18
cpaelzerI didn't get to eggs :-)06:18
cpaelzerwe started with an anti Good Friday BBQ06:18
cpaelzerand after that we were all filled up for the weekend06:18
lordievaderHahaha, we had a brunch on the first easter day... We didn't need dinner anymore.06:20
ntp_demonGood morning: D I have an ubuntuserver install and we have issues with NTP. It does not seem to sync nor does it seem to be available. It does give a syntax error so i fixed it by removing the part in brackets. https://codeshare.io/a3ZWrB08:20
ntp_demonIt still does not seem to sync properly in ubuntu 14.0408:20
ntp_demonhttps://codeshare.io/a3ZWrB08:21
ShellcatZerodpb1 and sarnold: The offending virtualbox package has been identified and I've update the thread and bugreport accordingly: https://askubuntu.com/questions/1021244/can-not-get-lightdm-or-gdm-working-on-lts-16-04-after-virtualbox-update, https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1760371. Feel free to make any edits or tag maintainers as needed.08:29
ubottuLaunchpad bug 1760371 in lightdm (Ubuntu) "LightDM and GDM fail to start after update in virtualbox-guest-x11" [Undecided,New]08:29
rbasakcpaelzer: FYI: https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1759751/comments/309:52
ubottuLaunchpad bug 1759751 in mysql-5.5 (Ubuntu) "mysql not downgrading to v5.5 after installing mariadbv10.2 and then purging it completely, mariadb service instance still clashing" [Undecided,Invalid]09:52
cpaelzerrbasak: I knew you'd have better words to it, thanks!10:09
rbasakwaveform: https://bugs.launchpad.net/cloud-images/+bug/174680611:48
ubottuLaunchpad bug 1746806 in linux (Ubuntu) "sssd appears to crash AWS c5 and m5 instances, cause 100% CPU" [Critical,In progress]11:48
=== ubuntum is now known as hehehe
rbasakcpaelzer: would you mind taking care of bug 1466926 please? No rush.12:07
ubottubug 1466926 in apache2 (Ubuntu Xenial) "reload apache2 with mpm_event cause scoreboard is full" [Undecided,Fix committed] https://launchpad.net/bugs/146692612:07
cpaelzerrbasak: yeah, but taking care in this case means we have tried our best but it won't be SRUed12:08
cpaelzerrbasak: so it is about explaining why not12:08
rbasakcpaelzer: sure. I'll leave it to your judgement to decide how hard to try.12:09
cpaelzerrbasak: updated the bug, could you cancel from x-proposed?12:21
rbasakcpaelzer: thanks. I can't - needs an AA. I'll ask.12:22
=== alai is now known as alai-swap
=== Epx998_ is now known as Epx998
=== blackflo1 is now known as blackflow
=== nacc_ is now known as nacc
=== semiosis_ is now known as semiosis
=== Raboo_ is now known as Raboo
=== db`` is now known as db`
ddstreetcpaelzer for your lp #1466926, i have apache2 sru i need to upload as well for lp #1752683; are you planning to adjust and re-upload your changes anytime soon?  or can i go ahead and upload my apache2 sru?19:33
ubottuLaunchpad bug 1466926 in apache2 (Ubuntu Xenial) "reload apache2 with mpm_event cause scoreboard is full" [Undecided,Fix committed] https://launchpad.net/bugs/146692619:33
ubottuLaunchpad bug 1752683 in apache2 (Ubuntu Artful) "race condition on rmm for module ldap (ldap cache)" [Medium,In progress] https://launchpad.net/bugs/175268319:33
ddstreetor, if you have new patch(es) ready, could upload a combined version19:34
=== beatzz_ is now known as beatzz
maciekhi, which network configuring method is currently the best in ubuntu 17.10 (server)?21:40
maciekIm trying to cofigure br0 for bridged lxd mode21:40
maciekand Im little bit confused between /etc/network/interfaces and /etc/systemd/network/* and /etc/netplan/*21:40
maciekwhich one should I use and how to disable the others21:40
dpb1maciek: is this a new install of 17.10?21:42
maciekyes21:42
dpb1ok, /etc/netplan/* files will be *rendered* out to systemd-networkd21:42
dpb1/etc/network/interfaces is legacy21:42
dpb1so, you should start with "netplan"21:43
dpb1maciek: https://netplan.io/21:43
maciekok - so the /etc/network/interfaes file should be empty?21:44
maciekalright, it works, thanks dpb1.21:50
olivierbourdon38Hello everyone, I was wonderning if someone had some clue on an issue I have currently on Ubuntu Xenial amd64 minimal (ssh server) installation (net based) when I install squid + dnsmasq I get an error during dnsmasq setup21:51
maciekempty /etc/network/interfaes file, empty /etc/systemd/network/ directory and the whole configuration in /etc/netplan/01-netcfg.yaml21:51
olivierbourdon38Apr 03 23:44:21 ubuntu-min systemd[1]: dnsmasq.service: Failed with result 'timeout'.21:51
olivierbourdon38after than running service dnsmasq start works. Stopping works but restarting it gives same error as during installation :-(21:51
olivierbourdon38note that I have this behaviour both in dhcp or in static IP+DNS mode21:51
nacc_olivierbourdon38: `systemctl status dnsmasq` ? journalctl?21:52
olivierbourdon38https://pastebin.com/HcxVYUXj21:52
dpb1hrm, oh well21:53
dpb1he left21:53
dpb1happy netplan customer?21:53
nacc_dpb1: +121:53
nacc_olivierbourdon38: ok, see line 221:54
nacc_for more logs to pastebin21:54
olivierbourdon38https://pastebin.com/BR5s4g0Z22:02
olivierbourdon38sorry for the delay I had to relaunch my test machine22:02
=== berglh_ is now known as berglh
olivierbourdon38again what I can not understand is why stop/start fails every 1 out of 222:09
sarnolddo you need dnsmasq?22:10
nacc_olivierbourdon38: it's not clear to me what you mean; you've provided logs that show it failed, with a timeout, possibly because 192.168.0.254 failed to respond to DNS queries?22:16
nacc_olivierbourdon38: i don't see logs for a success22:16
olivierbourdon38I also forgot to mention that dnsmasq alone (without squid) works great but once squid is installed (and even removed afterwards) I get this one time ok next time failure loop22:18
nacc_olivierbourdon38: removed or purged?22:19
olivierbourdon38nacc_ yes I did not re run the full stuff and as it's 20 past midnight here will not be able to do so until tomorrow, thx anyways22:19
olivierbourdon38removed22:19
nacc_olivierbourdon38: that's not 100% surprising, purge is the way to get back to without the package22:19
nacc_and possibly it left some config files around22:19
=== nacc_ is now known as nacc
=== devil is now known as Guest20669

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