=== JanC_ is now known as JanC [03:23] sarnold: no worries, thanks for prodding him [07:21] Good morning [08:09] sarnold i can't find bug ID atm. so this means the patch will never be uploaded to the packages list? [08:38] gheorghe_: you could create a new bug, similiar to e.g. https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1696133 [08:38] Launchpad bug 1696133 in swift (Ubuntu Yakkety) "[SRU] newton stable releases" [Undecided,Fix released] [08:39] jamespage: btw., will uca-newton still be updated even though yakkety seems to be eoled now? [08:39] frickler: it will yes [08:41] how can i know how much is my volume for / [09:11] df -h [13:29] Newbie here. problem getting for example "[" and "]" in terminal. Ubuntu server 17 in VBX on windows 7 bootcamp host on macbook pro. macbook keyboard swedish layout. Swedish characters works in terminal. ctrl + alt + 8 usually for "[" no it is "esq"-insert mode i guess. [13:30] right alt+8 worked [13:30] sry to bother [15:37] trying my luck again, any recommendation to redirect ports on a lan to transparently proxy stuff other than NAT'ing with iptables? [15:38] right now I'm doing transparent proxying using iptables REDIRECT target hosting the CF on the GW box [15:39] but REDIRECT only works for localhost and I'd like to move the content filtering to another box and then do the same for dns too so that it enforces the internal DNS (as opposed to just drop outgoing requests to port 53) === sisyphus is now known as linuxonly === linuxonly is now known as sisyphus === sisyphus is now known as linuxonly === linuxonly is now known as linux-phaedrus === ZipSplat- is now known as ZipSplat === JanC is now known as Guest32366 === JanC_ is now known as JanC === ZipSplat- is now known as ZipSplat [16:47] If I edit /etc/hostname or use systemctl set-hostname why do I manually need to update /etc/hosts? Otherwise I get "sudo: unable to resolve host myhostname" [16:52] hashwagon: the system needs to know how to resolve its own name [16:52] Usually that's done in /etc/hosts [16:55] I know it's just interesting that I need to manually edit it. * I realized I type systemctl, meant hostnamectl. Anyways with centos hostnamectl does it all in one command. Just wanted to make sure I wasn't missing anything. [16:55] I'm not sure how the fedora family handles self name lookups [16:56] The Debian family uses /etc/hosts, which AFAICT hostnamectl isn't defined touch. [16:56] I see, thanks rbasak [16:56] cloud-init has some functionality to fix /etc/hosts with manage_etc_hosts, but this doesn't apply to non-cloud [16:57] Is the hostname the fqdn in fedora land? [16:57] * rbasak doesn't recall [17:02] if your hostname can be resolved by appending the "search" or "domain" bits from /etc/resolv.conf to it, then you don't need it in /etc/hosts [17:02] that's how it works [17:02] andreas@nsn7:~$ hostname -f [17:02] nsn7.lowtech [17:02] andreas@nsn7:~$ grep nsn7 /etc/hosts [17:02] andreas@nsn7:~$ [17:02] it's a matter of dns configuration [17:02] if your hostname is made up and not registered with dns, then you need an entry in /etc/hosts [17:04] That's true, but I'd say it's wise to have your system able to look itself up without a network connection anyway. [17:05] I've always put it in /etc/hosts even if it is available in DNS for this reason. [17:05] Otherwise maintenance with the network down is a PITA. [18:00] drab: https://ds9a.nl/tproxy/tproxy.md.html [18:00] drab: see if this helps? [18:27] hey people [18:27] how about using this for canonical and ubunti foundation https://buffer.baremetrics.com/ ? :) === hehehe is now known as hehehe_off [21:00] never a dull day [21:00] Today deploy ub14 by hand for a build farm that has no unattended setup === Epx998- is now known as Epx998 [21:08] sarnold: that's pretty cool, bookmarked it for the future, but not sure it's something I want to use right now because as far as I understand it would require modifications in the proxy code [21:09] ie the content filter would have to open the socket with IP_TRANSPARENT [21:18] I have a dumb question [21:19] If I convert a server from dhcp to static, aside from the interfaces file - should i disable any paticular service? [21:20] no, there's no dhcp client service to begin with [21:20] it's triggered from the interfaces file [21:20] Reason I ask, I forgot to add my nameserver entry to the interface file and noticed /etc/resolv.conf mentions the resolvconf stuff [21:21] ok let me add the dns junk and reboot [22:07] drab: re: modifications, that might not be hard, and might even be something e.g. the squid team would accept patches for