[00:25] Should i be serving the /var/www as root or another user [00:25] what does it mean to serve a directory "as a user"? [00:28] IE apache web files under /var/www permissions are Root root and not sure if i should keep that or supposed to change it [00:29] that's probably fine [00:30] sometimes people like to have a user account or group specifically for "web content" of some sort, in case a subset of users should be able to modify the content [00:30] when it's all owned by root then you've got to use root privileges to work on those files -- which is probably fine if you're the only real user of the machine and you trust yourself to not screw up [00:31] but it's increasingly less fine if you have to share those privileges with other people [00:33] ok ty [00:33] i am planning on storing [02:25] i've disabled all of my firefox extensions, and gone through the preferences in as much i know how, and i still can't log into launchpad [02:26] :( [02:26] "Your page was stale" [02:27] can you get to login.ubuntu.com ? [02:27] and fixed! :) [02:27] sigh [02:28] Network.http.sendRefererHeader [02:28] typical :) ask for help on irc and it goes away :) [02:28] aha, yeah, that sounds important [02:28] of course :) [02:28] what good is irc if not to make me look foolish? [02:28] :D [02:28] i must have set that at some point in the past during one of my neutering escapades [02:29] an arrogant attempt at protecting my privacy [02:31] but this just means i now have another problem to solve. finding an extension to let me selectively set this parameter [02:37] given the new webextesions mess I'm not optimstic :/ [03:10] "an error has occurred during installation" [03:11] "read-only filesystem" [03:11] how the heck does that happen? [03:13] the quickest way is to have a sata/sas error [03:13] dmesg should have a bunch of things in curly brackets if that's what happened [03:14] it looks like it got to the point where it installed grub, and seems to have been able to do that successfully ["installation finished. no error reported"], then cmd-curthooks failed [03:14] no sata/sas for this install [03:14] from usb flash drive to usb flash drive [03:14] ah, sigh [03:14] oh right [03:14] i/o error, dev sdf [03:15] grr [03:16] https://ibin.co/4TfFl5aHzG6u.png [03:16] any thoughts on this [03:22] it sounds like the consensus is largely, "usb pretty much just sucks sometimes, but maybe you'll be ok" [03:22] heh, sounds fair [03:22] what I've found suggests that it really looks like the device left momentarily [03:23] *one* bug report suggested maybe udisks or udisks2 or smartd might also be able to do that, but perhaps that's me finding an unrelaetd but similar bug.. [03:23] i guess i'll try the usb 1 ports and see if that goes better [04:50] the installer sits on "installing kernel" for ages [04:57] darn. it's done it again. at the exact same point in the installation process [05:32] Has anyone had any luck following the openstack workstation deployment on ubuntu 18.10 server? I am having issues running lxd migrate after the initial installation. LXD seems to be running as lxc list works [07:31] Good morning === lotuspsychje__ is now known as lotuspsychje [11:00] I'm trying to set "lease-file-name foo;" in isc-dhcp-server inside /etc/dhcp/dhcpd.conf on Ubuntu 18.04. Can't get any sanity out of it. Anyone have experience with it? [11:03] nvm, i found a workaround === TheHonorableKitt is now known as THKitten [13:44] rbasak: hi, sru question. I'm working on a bionic sssd sru, and sssd in that ubuntu release has no dep8 tests at all. Is it ok to include the current dep8 tests in that sru, along with the fix that motivated the sru? [13:45] there will be no new dep8 test specifically for the issue being fixed [14:47] ahasenack: I think that's fine. Assuming they pass :) Please point out that you did it in the SRU information somewhere. [14:48] ahasenack: no separate bug needed. [14:48] ahasenack: just so the reviewer knows it's deliberate. No other justification needed IMHO. [14:49] (and in the changelog of course) [15:19] jamespage: coreycb: fyi, https://bugs.launchpad.net/neutron/+bug/1787919 affects pike+queens, upgrading neutron from 11.0.5 to 11.0.6 just broke our IPv6 completely [15:19] Launchpad bug 1787919 in neutron "Upgrade router to L3 HA broke IPv6" [High,Fix released] [15:34] rbasak: yeah, I was also going to ask about the sru bug requirement, if I had to file one just for adding the dep8 tests [15:34] I got srus rejected in the past because of a missing bug #, but it was not a dep8 one, it was actually an important bug [15:35] Test fixes and additions are generally OK with no further explanation. Assuming they're not used in production. [15:35] ok [15:35] (apart from "yeah I meant to do that") [15:40] has anyone experience with 'at' ? /var/spool/at/spool is queue ? This must be persistent? [15:48] muhaha: if by persistent you mean survive a reboot then yes [15:56] sdeziel: yes, I am wondering if I can access spool by multiple at 'clients' [15:56] muhaha: do you mean schedule multiple jobs to fire in the future? [15:57] at clients or atd clients? [15:57] multiple docker containers with at , with same volume mounted... Will it work? [15:57] volume will be /var/spool/at/spool [15:58] I reckon it'll probably work for the at client. [15:58] Not for the atd server. You'll want only one of those running. [15:58] However it's pretty hack. [15:58] hacky [15:58] What are you actually trying to achieve? [15:58] http://xyproblem.info/ etc [16:00] I am running webhook server which will translate reqeuest to command, I want to run this command at specific time even after reboot. -> this is ok, but when I want to do HA, run multiple services, my webhook server is ok, but I am not sure if some lightweight scheduler can handle shared config , for example spool for at [16:01] I wouldn't use an at hack to implement HA. [16:01] You'll probably end up with lower availability due to edge cases around the hack. [16:03] If you mean that you want a single operation to run on a schedule but want to make sure that if one host is down then another will do it, then I think the CAP theorem may apply and that is impossible. [16:04] Save for maintaining state of whether it was run or not on an HA database. [16:05] ah :/ spool should be a 'database' [16:06] You might find a message queuing system helpful. They typically have HA capability. [16:07] that ^ sounds like a good idea [16:09] I know, but I need something lightweight [16:09] nvm, thanks [16:11] zeromq is lightweight, but it doesn't support persistence [16:11] You can however implement something using sqlite easily enough [16:22] if systemd-resolve is stopped/disabled, what's the role of netplan on dns? from testing it seems that without systemd-resolved /etc/resolv.conf is solely used [16:30] depends on the backend. [16:31] i.e. NetworkManager writes one out. [16:31] wasn't network manager phased out on >=17.10? [16:31] or in case of networkd backend nothing is written... and hence well, static/external /etc/resolv.conf is used. [16:31] netplan supports networkd and networkmanager as backends. [16:32] networkd is the backened for >=17.10 right? [16:32] and networkmanager is still preffered for e.g. wifi, 3G/4G/LTE/5G connections [16:32] Hackerpcs, i don't understand your question. netplan's default backend is networkd, and always has been..... [16:33] NetworkManager isn't phased out; desktops are setup to use that by default, despite having netplan installed [16:34] I see on netplan yaml that I'm on networkd on 18.10 so xnox you answered my question [16:35] I haven't used desktop ever so that's that [18:23] frickler: sorry for the delay. do you know if upstream neutron is releasing new point releases anytime soon? it's a whole lot easier to process SRUs that way. === wildlander is now known as wildlander_ === wildlander_ is now known as wildlander [19:24] afternoon all. [19:25] i have an ubuntu 14.04 server on esxi 6.5, but any time i reboot it, it seems to hang on bring up the ethernet interfaces. i get that message about waiting an additional 60 seconds, then it fails. I end up having to bring up the interfaces manually with ifconfig, etc. not sure what could be hanging it [19:29] theGoat: is the virtual cable connected? [19:29] yes. that's where i can see it hang when it boots [19:30] theGoat: so once you get the console, "ifup $IFNAME" works? [19:31] i haven't tried it with ifup. i usually just do ifconfig to assign the address [19:31] will ifup error out of there are any errors in /etc/network/interfaces? [19:33] yes [19:33] theGoat: ifup is what's called during bootup [19:34] so if /etc/network/interfaces has errors, I'd fix them [19:35] ifdown is erroring out with misplaced option [19:37] https://pastebin.com/c6zhUkX9 [19:40] theGoat: the inet6 stanza looks suspicious. You have /100 and also netmask 100 [19:41] theGoat: I think it's one or the other, not both [19:41] theGoat: also, for the inet ones, you can drop the network and broadcast lines as they don't add any information that's not available from the address+netmask [19:42] theGoat: oh and the probable error is "auto eth0:0" without "iface eth0:0" stanza [19:43] theGoat: my suggested version: https://paste.ubuntu.com/p/8JgYjF3krT/ [19:46] so what's the difference in adding the secondary IP via ip addr add instead of a virtual interface? [19:47] the eth0:0 thing has been deprecated for 18~19 years [19:47] ah....shows you how old school i am ;-) [19:50] theGoat: obligatory reminder that 14.04 is close to EOL so you should plan an upgrade soon ;) [19:50] did the trick, thanks much. i think it was not havving the iface eth0:0 inet static missing, but i did it your suggested way and it's working [19:51] sdeziel: yeah i know. :-(. i probably will rebuild this VM from scratch. not sure how much i will break doing a do-release-upgrade [19:53] theGoat: cool [20:33] theGoat, I recommend using config management, eg Saltstack [20:34] this is my lab environment. not really big enough for salt. [20:35] "big enough"? I've run Salt on single machines.